/*
file : lite_style.css
site : colorincprolab.com
desc : lite version of default stylesheet
auth : matthew
date : 11/06/2007
comp : IE/Win 6+, FF2+, Opera9+, Safari3+
*/
body {

	margin: 0;
	padding: 16px 16px 16px 16px;
	border: 0;
	border-style: none;
	background: white;
	color: #666666;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}
a:hover{
	color: #F36700;
}
h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #F79218;
	margin: 0px 0px 0px 0px;
}
h1 {
	margin-left: 10px;
	margin-bottom: 4px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	color: #005481;
	line-height: 10px;
}


