body { 
    background: #fff;
	background-repeat:repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
}



a, .active, .visited {
	text-decoration:none;
	color: #000000;
	border-bottom:1px dotted transparent;
}
a:hover	{
		border-bottom:1px dotted #000000;
}





h1 {
	font-family: Helvetica, Arial,Verdana, sans-serif;
	font-weight:normal;
	font-size: 13pt;
	color: #FF6600;
	margin:0;
}

h2 {
	font-family: Helvetica, Arial,Verdana, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #FF6600;
	margin:0;

}

h3 {
	color: #5e74b3;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px dotted #5e74b3;
}


.menuTop{
	 
	background-image: url(../img/button_off.gif);
	background-repeat:no-repeat;

}

.menuLinks{
	text-decoration:none;
	color: #272727;
	font-weight: bold;
}

a:hover.menuLinks{
	color: #000000;
}



.lineDots{
	height:1px; 
	background-image: url(../images/dots.gif);
	margin-bottom:5px;
}

.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
}


.headerLinks, .active, .visited {
	text-decoration:none;
	color: #ff6600;
	border-bottom:1px dotted transparent;
}
	 
a:hover.headerLinks{
	border-bottom:1px dotted #fff;	
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}

