a:link {
	color: #B30000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	font-weight: bold;
	text-transform: none;
}
a.navlinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;
}
a.navlinks:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
a.navlinks:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	font-weight: 100;
	text-align: justify;
}
input , textarea {
	font-size: 10pt;
	color: #000000;
	border: 1px solid #505050;
	background-color: #666666;
	font-weight: bold;
}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #CC0000;
	color: #FFFFFF;

 } 
.blacktext {
	color: #000000;
}
hr {
	color: #284361;
}

.topbar {
	background-image: url(../images/topbar.png);
}
.textwhite {
	font-weight: bold;
	color: #FFFFFF;
}
.bottombar {
	background-image: url(../images/bottombargif.gif);
	background-repeat: repeat-x;
	background-position: center center;


}
.textred {
	color: #ca0101;
	font-weight: bold;
}
