BODY,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	scrollbar-face-color:#FFB642;
	scrollbar-highlight-color:#FFDFAD;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#CE8100;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#7B797B;
	background-color:#A4A4A4;
}

A:LINK {color: #000000; text-decoration : underline; }
A:VISITED {color: #000000; text-decoration : underline; }
A:ACTIVE {color: #FFFFFF; text-decoration : none;}
A:HOVER {color: #FFFFFF; text-decoration : none;}

#mainTitle {
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	margin-bottom:20px;
}
.miniTitle {
	color:#FFFFFF;
	font-weight:bold;
}
.miniTitle_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.dottedLine {
	background-image:url(../images/dottedLine.gif);
	background-repeat:repeat-x;
}
ul,li {
	list-style-type:square;
}

.whiteLink { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size:10px; }
.whiteLink:active { color:white; text-decoration:none; font-weight:normal;}
.whiteLink:link { color:white; text-decoration:none; font-weight:normal;}
.whiteLink:visited { color:white; text-decoration:none; font-weight:normal;}
.whiteLink:hover { color:#FFCC00; text-decoration:none; font-weight:normal;}

#alertDIV { background-color:#CC0000; padding:10px; margin-top:10px; color:#FFFFFF; margin-bottom:10px;}