.BodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
BODY {
background: url(images/gradient.gif); 
background-repeat: repeat-x;
background-color: #cdcccc;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.formTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form
{
   margin: 0px;
}
.TitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.TitleGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.LinkOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
A:link.LinkOptions {
	color:  #566787;
	text-decoration: none
	}
A:visited.LinkOptions  {
	color:  #2F5C77;
	text-decoration: none
	}
A:active.LinkOptions  {
	color:  #2F5C77;
	text-decoration: none
	}
A:hover.LinkOptions  {
	color:  #003366;
	text-decoration: underline; }

.LRGphoneTopRT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
A:link {
	color:  #566787;
	text-decoration: none
	}
A:visited {
	color:  #2F5C77;
	text-decoration: none
	}
A:active {
	color:  #2F5C77;
	text-decoration: none
	}
A:hover {text-decoration: underline; }

#about-table {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
}
#about-table td, #about-table th {
	padding: 5px;
	text-align: center;
}
#about-table th {
	background-color: #006600;
	color: #FFFFFF;
}
#about-table .highlight {
	background-color: #FFF5D7;
}
#about-table .light {
	background-color: #e1e1e1;
}

#menu {
	width: 805px;
}
#menu ul {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	padding: 10px 23px 9px 23px;
	float: left;
	color: #333;
	text-decoration: none;
	border-right: solid 1px #999;
}
#menu ul li.last a {
	border-right: none;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}