BODY, TD {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	border-color: White;
}

li {
	
	font-weight: bold;
}


p {
	margin-left: 30px;
	margin-right: 30px;
}

TABLE { border-style: solid; }

{
	background-color: #8B0000;
	color: White;
	text-align: center;
}

A:Link {
	text-decoration: none;
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-weight: bold;
}

A:Hover { text-decoration: underline; color: red; }

A:active {
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-weight: bold;
}

H1 { font-size: 36pt; color: white; }

H2 { font-size: 18pt; color: red; }

H3 {
	font-size: 13pt;
	color: white;
	background-color: 	#4547CF;
	text-align: center;
}

H4 { font-size: 28pt; color: 	#4547CF; text-align: center; }

H5 { font-size: 28pt; color: #4547CF; text-align: center; }


HR { color: blue; height: 1pt; }

.footer {
	font-size: 13pt;
	color: black;
	background-color: Silver;
}



.MENU { background-color: #8B0000; }

.MENU,a:link { color: red; }

.MENU,A:visited { color: black; }

.MENUTXT { color: white; padding-left: 25px; padding-right: 25px; }


#nav {
	float: left;
	width: 950px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-image: url(images/navup.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	border: none;
	clear:both;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#nav ul {
	text-align:center;
	margin: 0;
	padding: 0;
	}
#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	background-image: url(images/navup.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	}
#nav li a {
	text-decoration:none;
	float: left;
	padding: 6px 1px;
	color: #000;
	border-bottom: none;
	width: 110px;
	}
#nav li a:hover {
	text-decoration:none;
	color: #fff;
	border-bottom: none;
	background-image: url(images/navup.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}
#nav li#active a {
	text-decoration:none;
	color: #fff;
	border-bottom: none;
	background-image: url(images/navdn.jpg);
	background-repeat: repeat-x;
	background-position: top center;}
#nav li.last a {
	padding: 6px 4px;
	}
