/*BEGIN standard element styles*/
/*---------------------------------------------------------------------------------------------------------*/
BODY {
	background-color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px;
        font-size: 20px;

}

/*these are the default <A> styles, pseudoclasses are defined below */
a:link { color: #666666; 	text-decoration: none; }
a:visited { color: #666666; text-decoration: none; } 
a:hover { color: #333399; text-decoration: underline; }
a:active { color: #666666; }

STRONG { font-weight: bolder; 
color: #000000;
}

#maincontent {
}
.bodyText {
font-family:  Arial, Helvetica, sans-serif;
color: #000000;
/* font-size: 11px;	*/
}

.rightcontent {
		font-family:  Arial, Helvetica, sans-serif;
		color: #2175D9;
/*		background-color: #CCCCCC*/;
		font-weight: bold;
	/*	font-size: 10px;	*/
}

.login {
/*	color: #000000;*/
	font-weight: bold;
	/* font-size: 11px; */
}

/*login <A> pseudoclasses */
.login a:link { color: #2175D9; 	text-decoration: none; }
.login a:visited { color: #2175D9; text-decoration: none; } 
.login a:hover {background-color: #2175D9; color: #000000; text-decoration: underline; }
.login a:active { background-color: #2175D9; color: #FFFFFF; }


.alert {
		color: #2175D9;
		font-weight: bold;
}
.dfw {
	font-family:  Arial, Helvetica, sans-serif;
	color: #2175D9;
	font-size: 9px;
	font-variant : small-caps;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 10px; */
	color: #000000;
}
/*---------------------------------------------------------------------------------------------------------*
/*END standard element styles*/
		