body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

#formContainer{
	width:400px;
	margin:0 auto;
	border:#006600 1px solid;
}

.left {
	float:left;
	width:49%;
	margin:0;
}

.right {
	float:right;
	width:50%;
	text-align:right;
}

.hr {
	height:1px;
	margin:15px 0 5px 0;
}

.blk {
	border-bottom:#000000 1px solid;
}

.gry {
	border-bottom:#CCCCCC 1px solid;
}

h1 {
	font-size:24px;
	color:#000000;
}

h2 {
	margin:0;
	font-size:18px;
	color:#669933;
	font-style:italic;
}

h3 {
	font-size:14px;
	color:#669933;
	font-weight:bold;
}

p {
	margin:10px 0 0 0;
}

a img {
	outline:none;
	border:0;
	margin:0;
	padding:0;
}

.graph {
	width:400px;
	height:300px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
	border:#CCCCCC 1px solid;
}

.legend {

}

.legend table td {
	border:#CCCCCC 1px solid;
	padding:10px;
}

.legend table th {
	background-color:#669933;
	color:#FFFFFF;
	font-weight:bold;
	border:#CCCCCC 1px solid;
	padding:10px;
}

.performanceTableWhite{
color:#FFFFFF;

}

.RatingLabel{
font-size:16px;
font-weight:bold;
color:#0E631D;
}
 