html, body {
	text-align: center;
	margin: 0;
	padding: 0;
}

html, body, input, textarea, td, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;	
}

.dPage {
	position: relative;
	margin: auto;
	text-align: left;
	width: 780px;
}

input.inText, textarea, select.selMultiline {
	border:1px solid #999999;
	padding: 3px 2px;
}

input.inButton {
	padding: 2px 6px;
	background-color: #DDDDDD;
	border: 1px solid;
	border-color: White #AAAAAA #AAAAAA White;
	font-weight: bold;
}

a, a:link, a:visited {
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

label {
	font-weight: bold;
}

img {
	border: 0;
}


h1, h2, h3, h6, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}


.error {
	font-weight: bold;
	color: Red;
}

.bl {	display: block; }
.fLeft { float:left; }
.fRight { float:right; }

.clearer { clear: both; }

.strong { font-weight: bold; }

.dFooter
{
	clear:both; 
	}
