@charset "utf-8";
/* CSS Document */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #0000CC;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #666666;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: normal;
}


.blacktable {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: x-small;
	color: #fff;
	background-color: #000;
	border: none;
	
	text-align: center;
}

.whitetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: x-small;
	color: #00000;
	background-color: #fff;
	border: none;
	border-left: 10;
	border-left-color: #FFFFFF;
	text-align: center;
}

.falselink {
	color: #CCCCFF;
	text-decoration: underline;
}




a img{
border:none;
}

a.menu:active{
text-decoration:none;
 background-color:#000000; 
color:#000000; 
border:none; 
}
.NOTICE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF0000;
}
.custom {
	background-color:#FFCCCC;
}

