/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 5px;
	margin-top: 5px;
	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	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: 14px;
	color: #FFFFFF;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

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

.bordered {
	border: thin solid #000099;
}



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

a.menulink:link { font-size:18px; color:#000000; text-decoration: underline; font-weight:bold; }
a.menulink:visited { font-size:18px; color:#000000; text-decoration: underline; font-weight:bold; }
a.menulink:hover { background:#000000; font-size:18px; color:#FFFFFF; text-decoration: none; font-weight:bold; }
a.menulink:active { font-size:18px; color:#FF0000 font-weight:bold; }

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

a.bodylink2:link { color:#000099; text-decoration: underline;}
a.bodylink2:visited { color:#000099; text-decoration: underline;}
a.bodylink2:hover { color:#FF0000; text-decoration: none; }
a.bodylink2:active { color:#FF0000; }
.thinBorder {
	border: thin solid #000000;
}
