body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}
.mainbg{
	background: url(../_global/bg.jpg);
	background-repeat: repeat-x;
}
.logobg{
	background: url(../_global/logo_bg.jpg);
	/*background-repeat: repeat-x;*/
	margin: 0px 0px 0px 0px;
}
a.navigation:link, a.navigation:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.navigation:hover {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
a.links:link, a.links:visited {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #000000;
}
a.links:hover {
	text-decoration: underline;
	text-align: center;
	/*font-weight: bold;*/
	color: #777c7d;
}
a.linksbold:link, a.linksbold:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a.linksbold:hover {
	text-decoration: underline;
	/*text-align: center;*/
	font-weight: bold;
	color: #777c7d;
}
}
a2.links2:link, a2.links2:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;	
	}
a2.links2:hover {
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	color: #777c7d;
}
.purpleLineText{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	/*padding-left: 5px;*/
}
.redText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.BlackBold{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.smallText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
h1{
	font-size: 36px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-size: 26px;
	color: #000000;
}
h3{
	font-size: 18px;
	color: #000000;
}
.footer{
	font-size: 10px;
	color: #000000;
}
.tdblue {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	/*line-height: 24px;*/
	/*color: #00FFFF;*/
	background-color: Aqua;
}