/* CSS Document */
a.gray_link{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#5B5B5B;
}
a.gray_link:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none;
	color:#5B5B5B;
}
.gray{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#5B5B5B;
}
.gray_simp{
	font-family:Tahoma;
	font-size:10px;
	color:#5B5B5B;
}
.red{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}
.green{
	font-family:Tahoma;
	font-size:10px;
	color:#718F92;
}
.carpic {
	border:medium #E67817 solid;
}
a img {
	border:none;
}
p{
	font-family:Tahoma;
	font-size:12px;
	color:#5B5B5B;
}
h1{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#5B5B5B;
}
h2{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#5B5B5B;
}
h3{
	font-family:Tahoma;
	color:#5B5B5B;
}
#points {
	padding-left:18px;
}
.error{
	font-family:Tahoma;
	font-size:10px;
	color:#DD0000;
}
