BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-top : 0px;
	margin-bottom : 0px;
}


A:LINK, A:VISITED {
	color : White;
	text-decoration : underline;
}



.table-white
{
	color: White; 
	font-size:12px; 
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.table-bold
{
	color: black; 
	font-size:15px; 
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.table-general
{
	color: black; 
	font-size:13px; 
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.table-small-white
{
	color: White; 
	font-size:9px; 
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.table-white_bold
{
	color: White; 
	font-size:12px; 
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.class-link
{
	color : white;
	font-size:12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.time {
	font-size : 9px;
	color : #A4A4DB;
	font-weight: bold;

}
.table_nav{
	font-size:10px;
	font-weight : bold;
	color:#A4A4DB;
	
}


INPUT, TEXTAREA, SELECT, OPTION {
	padding: 2px;
	font-size: 13px;
	color: #000033;
	background-color: #CCCCFF;
	border: solid 1px white;
}

#FormError { /* style the div that appears when the contact form validation fails */
 color: #ff0000;
 padding: 2px;
}