@charset "utf-8";
body {
	font-family: Tahoma, "Century Gothic", Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#272727;
}
a:link,a:visited {
	color:#272727;
	text-decoration:none;
}
a:hover {
    color:#ed8b00;
}
.grey,a.grey:link,a.grey:visited {
	font-family:Tahoma, "Century Gothic", Arial;
	font-size:12px;
	line-height:18px;
	color:#7a7a7a;
	text-decoration:none;
}
a.grey:hover {
    color:#ed8b00;
}
.red,a.red:link,a.red:visited {
	font-family:Tahoma, "Century Gothic", Arial;
	font-size:12px;
	line-height:18px;
	color:#c30b54;
	text-decoration:none;
}
a.red:hover {
    color:#ed8b00;
}
.w,a.w:link,a.w:visited {
	font-family:Tahoma, "Century Gothic", Arial;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-decoration:none;
}
a.w:hover {
    color:#004816;
}
.green {
	font-family:Tahoma, "Century Gothic", Arial;
	font-size:12px;
	line-height:20px;
	color:#004014;
	text-decoration:none;
}
.grey2 {
	font-family:Tahoma, "Century Gothic", Arial;
	font-size:12px;
	line-height:18px;
	color:#9b9a9a;
	text-decoration:none;
}