body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.faq {
	font-weight: bold;
	color: #0066CC;
}
.faq a:link{
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.faq a:visited{
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.faq a:hover{
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
.faq a:active{
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
#button {
	color: #003366;
	text-decoration: none;
	padding: 0px;
	width: 100%;
	text-align:center;
	margin: 0px;
}
#button a{
	margin:0px;
	padding: 0px;	
	background-color: #A8CBFF;
	color: #003366;
	text-decoration: none;
	border-bottom: solid 5px #FFFFFF;
	display: block;
	width: 100%;
	float: none;
}
#button a:hover{
	background-color: #CCDAFF;
	color: #003366;
	text-decoration: none;
	padding: 0px;	
}
#button ul{
	margin:0px;
	margin-left:0px;
	padding: 0px;	
	list-style: none;
	list-style-type: none;
	width: 100%;
}
#button li{
	margin:0px;
	width: 100%;
	height:150%;
	padding: 0px;	
	list-style: none;
	float:none;
}.tiny {
	font-size: 9px;
	color: #999999;
}
.error {
	color: #FF6600;
}
input {
	font-size: 11px;
	padding: 2px;
}
select {
	font-size: 11px;
	padding: 2px;
}
textarea {
	font-size: 11px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.capitalize {
	text-transform: capitalize;
}
#navigation
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}
#navigation a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
	height: 24px;
	background-color: #BD2323;
	padding-top: 7px;
	padding-bottom: 0px;
	text-transform: capitalize;
}
.nav_td {
	background-color: #BD2323;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#navigation a:hover
{
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-x;
	background-color: #DD6A44;
}

#navigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li
{
	list-style: none;
	float: left;
	margin: 0px;
	padding-right: 1px;
	background-color:#FFFFFF;
}
 
dl, dt, dd, dl ul, dl li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#menu {
	z-index:100;
	width: 100%; /* precision for Opera */
	display: inline;
}
#menu a {
	height:20px;
}
#menu dl {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu dt {
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#menu dd {
	float: left;
	display: none;
	position: absolute; /* Menu position that can be changed at will */
	font-weight: bold;
	width: 15em;
	opacity: 0.9;
	-moz-opacity:0.9;
	clear:left;
	margin:0px;
	padding:0px;
	filter: Alpha(Opacity=90);
}
#menu ul {
	background-color: #BD2323;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu li {
	background-color: #BD2323;
	display: block;
	margin: 0px;
	padding: 0px;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	margin:0px;
	background-color: #BD2323;
	display: block;
}
#menu li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
}
#menu li a:hover, #menu dt a:hover {
	display: block;
	background: #DD6A44;
	color: #FFFFFF;
}