body{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
}

ul {
list-style-image:url(images/arrow_right_red.png);
margin: 0 0 0 35;
font-size:12px;

}

ul a:hover{
list-style-image:url(images/arrow_right_grey.png);

}
p {
	padding: 0 20 0 20;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
}

h1{
	padding: 0 20 0 20;
	font-family: Arial;
	font-size: 20px;
	color:#CC3300;
}
h2{
	padding: 0 20 0 20;
	font-family: Arial;
	font-size: 16px;
	font-weight:700;
	color:#00688B;
}

h3{
	padding: 0 20 0 20;
	font-family: Arial;
	font-size: 12px;
	font-weight:700;
	color:#cc3300;
}

a {
	color: #0099cc;
	text-decoration: underline;
}
a:hover {
	color: #cc3300;
	text-decoration: underline;
}

#menu td{
	font-family: Arial;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	padding-left: 19;
	line-height:20px;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
	
}
#menu a:hover{
	color: #ff7c00;
	text-decoration: none;
}


	
.contentRHS{
	border-right: solid #cccccc 1px;
	}
.contentLHS{
	border-left: solid #cccccc 1px;
	}
.contentTOPBOTTOM{
	border-top: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	font-size: 12px;
	color:#666666;
	font-weight: 600;
		}
.contentTOP{
	border-top: solid #cccccc 1px;
	font-size: 12px;
	color:#666666;
	font-weight: 600;
		}
		
.contentBOTTOM{
	border-bottom: solid #cccccc 1px;
	font-size: 12px;
	color:#666666;
	font-weight: 600;
		}

#form {
	padding: 0 20 0 20;
	font-family: Arial;
	font-size: 12px;
	color:#333333;
}
	
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
	color: #ffffff;
	background-color: #cc3300;
}
.footer a{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
	color: #ffffff;
	background-color: #cc3300;
}
.footer a:hover{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 22px;
	color: #ffffff;
	background-color: #cc3300;
}



