
/*-----------------------Basic Font Styles-----------------------*/	
body {
	background-color: #ffffff;
	background-image: url(../images/assets/bg_tile.gif);
	background-repeat: repeat-x;
}


/* Default Body Font */
.bodyFont {
	font-family: Verdana, Tahoma;
	font-size: 12px;
	line-height: normal;
	font-weight : normal;
	color: #000000;
}

/* Footer */
.footer {
	font-family: Verdana,Tahoma;
	font-size: 9px;
	color: #ffffff;
}


/*form*/
Input{
	font-family: Verdana, Helvetica;  
	font-size: 11px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;
	background-color: #979797;
	
}

Select{
	font-family:Verdana, Helvetica;  
	font-size: 11px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;
	background-color: #979797;
}

Textarea {
	font-family: Verdana, Helvetica; 
	font-size: 11px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;
	background-color: #979797;
	padding-left: 4px;
}

li  {
	font-family: Verdana, Helvetica;     
	font-size: 11px; 
	color: #000000; 
	line-height: 20px;
	font-weight: normal;
}
/*/end Form*/


/*default navigation*/
A:link {
	text-decoration: normal; 
	color: #008BA8;
}

A:visited {
	text-decoration: normal; 
	color: #008BA8;
}

A:active {
	text-decoration: normal; 
	color: #B6D3D8;
}

A:hover {
	text-decoration: normal; 
	color: #B6D3D8;
}
/*/end default navigation*/