﻿.bluenormal {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-size: large;
}
.styleblknormal {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.tablecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
	font-size: 26pt;
}
.tablesubcaption {
	color: #993366;
	font-size: 20pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.stylered {
	color: #FF0000;
}
.styleblk24pt {
	font-size: x-large;
	font-weight: bolder;
	font-family: Tahoma;
}
.styleredyellowbackground {
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF00;
}
.styleyellowbckground {
	font-family: Tahoma;
	font-size: large;
	background-color: #FFFF00;
	text-align: center;
}
.clear {
	clear: both;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#body {
	border: 1px solid #C0C0C0;
	float: right;
	width: 70%;
	height: auto;
	left: 75px;
}
#container {
	width: auto;
	height: auto;
}
#banner {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: 900;
	color: #000000;
	text-align: center;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #FF0000;
}/* ---------- Navigation  area --------- */

#navbar {
	width: 175px;
	text-align: center;
	padding: 2px;
	float: left;
	list-style-type: none;
}
#navbar a {
	list-style-type: none;
	display: block;
	padding: 2px;
	text-decoration: none;
}
#navbar ul {
	text-decoration: none;
	list-style-type: none;
}
#navbar ul li {
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding: 5px;
	text-align: center;
}
#navbar ul li a:visited {
	background-color: #FFFFFF;

}
#navbar ul li a:hover {
	background-color: #C0C0C0;

