body {
	background-color: #fff;	
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	color: #212121; 
	}

h1 {
	font-size: 18px;
	color: #00a4e4;	
	}

h2 {
	font-size: 13px;
	color: #00a4e4;	
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #f47321;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #f47321;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #00a4e4; 
	}
	
.small {
	font-size: 10px;
	}
	
.headline {
	font-size: 13px;
	font-weight: bold;
	}
	
.headline2 {
	font-size: 13px;
	color: #f47321;
	font-weight: bold;
	}
	
.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0097f1;	
	}
	
.homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.rtSide {
	background: url(images/rt_bg.jpg) bottom no-repeat;
	}
	
.midBG {
	background: url(images/mid_bg.jpg) bottom no-repeat;
	}	
	
.input { 
	background-color: #ffffff; 
	border: 1px solid #212121;
	}
	
.button {
	background: #f37321;
	border: 1px solid #212121;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	}
	

 