@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #343434;
	background: #ffffff;
	text-align: justify; 
	line-height:15px; 
}

.bodyblue {
	font-family: Verdana;
	font-size: 11px;
	color: #185e7f;
	background: #ffffff;
	text-align: justify; 
	line-height:15px; 
}

a:link{
	text-decoration: none;
	}

h1 {
	font-family: verdana;
	font-size: 13px; 
	font-weight:bold;
	color: #185e7f;
	padding-left:5px;
	text-align: justify; 
}

.productheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight:bold;
	color: #185e7f;
	padding-left:5px;
	text-align: justify; 
}

.h1white {
	font-family: Verdana;
	font-size: 14px; 
	font-weight:bold;
	color: #ffffff;	
	text-align: justify; 
}

/*footer*/

.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;	
	text-align: justify;
	padding-left:15px; 
}

.footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #ffffff;
}	

/*form style*/

input { 
	color: #000000;
	background: #ffffff;
	border: 1px solid #e7e7e7;	
	font-family: Tahoma;
	font-size: 12px; 
	padding:2px; 
	width:200px;
}



input.nobrd {
	color: #b5e900;	
	border: 1px solid #ffffff; 
}



input.btn { 
	color: #ffffff;
	background: #185e7f;
	font-family:Arial;
	font-size: 10px; 
	width:100px;
}


textarea{
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
	font-family:Arial;
	font-size: 11px; 
	width:300px;
	
	padding:5px;
	border: 1px solid #e7e7e7; 
}
