@charset "utf-8";
/* CSS Document */
body, p, td {
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}
a:visited {
	color:#336699;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	margin-top:-5px;
	font-weight:normal;
}
.bluelabel {
	float: right;
	width: 200px;
	margin-right: 33px;
	margin-bottom: 16px;
	color: #336699;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
}
.edriverpanel {
	color: #FFF;
	padding-top: 15px;
	padding-left: 14px;
	width: 202px;
	padding-right: 10px;
}
.homepanel {
	font-size: 14px;
	color: #ffff99;
	font-weight: bold;
	letter-spacing: .2em;
}
li {
	/*list-style-image: url(images/bullet_erg.gif);*/
}
.charttable {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.charttable td {
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.blue {
	font-weight: bold;
	color: #336699;
}
#survey {
	background-image: url(images/background_survey.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
}
.required {
	font-size: 10px;
}

