
body, td, th, textarea, input, select, h2, h3, h4, h5, h6 
{	
	font-family				: arial,helvetica,sans-serif;
	font-size-adjust		: none;
	font-style				: normal;
	font-variant			: normal;
	font-weight				: normal;	
} 

td
{
	padding					: 2px;				
}

th
{
	padding					: 2px;
	white-space				: nowrap;				
}

body
{			 
	height					: 100%;
	width					: 100%;		
	background-color		: #EEEEFF;	
	font-size				: 80%;
	color					: #3B5998;	
	
}
	
h2
{	
	color					: #3B5998;
	font-size				: 185%;
	font-weight				: normal;
	letter-spacing			: -1px;
	margin					: 0 0 0.2em;
	padding-top				: .2em;
	border-bottom			: 1px solid orange;
}

h3
{	
	color					: #3B5998;
	font-size				: 140%;
	font-weight				: normal;
	letter-spacing			:  -1px;
	margin					: 0 0 0.2em;
	padding-top				: .6em;
	padding-bottom			: .4em;
}

h4{
	font-size				: 100%;		
	color					: #3B5998;
}

h5{
	font-size				: 100%;		
	color					: white;
}

.txt
{	
   color					: #3B5998;   
}

.txtbox
{	
   color					: #3B5998;   
}

.btn{	
	color					: #3B5998;	  
}

.error
{	
	color					: red;	  
}

.alt_paid
{
	background-color		: #FFCECE ;
}

.alt_promo
{
	background-color		: lightgreen ;
}

.alt
{
	background-color		: #ECF1EF ;
}

a img 
{
	border					: 0 none;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover 
{
	background-color		: #F0F6FB;
}

.curved { 
	-moz-border-radius		: 6px; 
	-webkit-border-radius	: 6px; 
	-khtml-border-radius	: 6px;		 
}

input, textarea , select , .links_nav{
	
	-moz-border-radius		: 6px; 
	-webkit-border-radius	: 6px; 
	-khtml-border-radius	: 6px;	

	background-color		: #F4F4F4;

	background-position		: 0 -1200px;
	background-repeat		: repeat-x;
	border					: 1px solid #CCCCCC;
	color					: #333333;	
	font-family				: Arial,Helvetica,sans-serif;
	font-size				: 12px;
	margin					: 2px 2px 2px 2px;
	padding					: 3px 0 3px 3px;

}
 
input[type="radio"]
{
	background-color		: white;
	border					: none;	
}

input[type="checkbox"]
{
	background-color		: white;
	border					: none;	
}

hr
{
	color					: #F0F0F0   ;

}
	
