body, table, input, select, option, textarea, html {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#000000;
	
}
ul, body {
	margin:0;
	border:0;
	padding:0;
	background-color: #6D8490;
 }

A:link { text-decoration: none; color: #5F5F5F;}
A:visited { text-decoration: none; color: #5F5F5F;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}


h1, h2, h3, h4, p 	{
    margin: 0;
	padding: 0;
}

h1 {
	font-size: 			17px;
	color: 				#5F5F5F;

}
h2 {
	font-size: 			12px;
	color: 				#5F5F5F;
}

h3 {
	font-size: 			11px;
	color: 				#5F5F5F;
}

h4 {
	font-size: 			14px;
	color: 				#5F5F5F;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#C5BFAC;
	background-color:	#FFFDF6;

}
