/*These are the two background colors of the tables*/

.bkg1 {

	background-color: #DC2B1C;

}

.bkg2 {

	background-color: #0000CC;

}



/*These are the regular link colrs on the page*/

a {

	color: #DC2B1C;

}

a:hover {

	color:#EB6D63;

}



/*These are the navigation bar colors*/

.navbar a {

	color: #0000CC;

	background-color: #EEEEEE;

	border: 1px solid #333333;

}

.navbar a:hover {

	color: #FF0000;

	background-color: #FFFFFF;

	border: 1px solid #82CDFF;

}



/*Nothing Below this line needs changing*/

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	background-color: #FFFFFF;

}

.navbar a {

	height: 100%;

	width:125px;

	text-decoration: none;

	font-weight: bold;

	display: block;

	font-size: 11px;

	padding: 3px;

	margin: 5px;

	text-align:center;

}

.brdr {

	border: 1px solid #333333;

}



h1 {

	font-size: 14px;

	font-weight: bold;

	color: #990000;

	padding-bottom: 0px;

}

h2 {

	font-size: 12px;

	font-weight: bold;

	color: #990000;

	margin-bottom: 0px;

}

.cyantxt {

	color: #0000CC;

}
