/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.redBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	color: #FF0000;
}


a.footlink:link { color: #000000; text-decoration: underline;}
a.footlink:visited { color:#00000; text-decoration: underline;}
a.footlink:hover { color:#FF0000; text-decoration: none; }
a.footlink:active { color: #FF0000; }

a.menulink:link { color: #000000; text-decoration: underline; font-weight:normal; }
a.menulink:visited { color:#000000; text-decoration: underline; font-weight:normal; }
a.menulink:hover { color:#FF0000; text-decoration: none; font-weight:normal; }
a.menulink:active { color:#FF0000 font-weight:normal; }

a.menusublink:link { color: #000000; text-decoration: underline; font-weight:normal; }
a.menusublink:visited { color:#000000; text-decoration: underline; font-weight:normal; }
a.menusublink:hover { color:#FF0000; text-decoration: none; font-weight:normal; }
a.menusublink:active { color:#FF0000 font-weight:normal; }

a.plainlink:link { color:#000099; text-decoration: underline;}
a.plainlink:visited { color:#000099; text-decoration: underline;}
a.plainlink:hover { color:#FF0000; text-decoration: none; }
a.plainlink:active { color:#FF0000; }


.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
.menuTable {
	background-color:#E5E5E5;
}
.mainTable {
	background-color: #FFFFFF;

}

.thinBorder {
	border: thin solid #000000;
}
