/* CSS Document */

body,td,th {
	background-color: #99CCFF ;
	font-family: Comic Sans MS ;
	font-size: 14pt ;
	color:#000066 ;
	text-align: center ;
	border-left-width: 0px;
	border-right-width: 0px; 
	border-top-width: 0px; 
	border-bottom-width: 0px; 
	border-color: red;
	margin: 0em ; 
	padding: 0em ;
}

A {
	color:#006699;
}

.h3color {
	FONT-SIZE: small;
	COLOR: #cc6600;
	font-weight:bold;
}

.alert {
	color:#FF0000;
	font-weight:bold;
}

.small {
	FONT-SIZE: small;
}

.matchbackground {
	background-color:#006699;
}


.ContentBoxHeader1 {
	color:#FFFFFF;
	background-color:#99FFFF;
	font-weight:bold;
	font-size:12px;
}

.ContentBoxHeader2 {
	color:#FFFFFF;
	background-color:#999999;	
	font-weight:bold;
	font-size:16px;
}

.ContentBoxHeader3 {
	color:#FFFFFF;
	background-color:#0099CC;
	font-weight:bold;
	font-size:12px;
}


.header {
	background-color:#000000;
}

.main {
	background-color:#FCFCFC;
}

.footer {
	color:#FFFFFF;
	font-size:10px;
}

/* LINK STYLES */
.links a {
color: #006699; /* color of the text */
background-color: #99CCFF; /* color of the background (not hovered on) */
padding: 2px; /* padding */
padding-left: 3px; /* more padding */
display: block; /* display as a block */
font: 11px Arial, sans-serif; /* set the font as 11 point arial */
font-weight: bold; /* make the font bold */
text-decoration: none; /* no link styles */
text-align: right; /* align the text to the left */
}

/* When you hover the links... */
.links a:hover {
background-color: #006699; /* Change the background color to this */
color: #FFFFFF; /* Set the font color */
text-decoration: none; /* No link styles */
}

.submit_button {
	background-color:#006699;
	color:#94C5D6;
	font-weight:bold;
	border: solid 1px black;
}