/* CSS Document */
.s1 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
}
.h1 {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-transform: uppercase;
}
.h2 {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#c61500;
	text-transform: uppercase;
}
.h3 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.t1{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.l2 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline
}
.l2:hover
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#c52f1f;
	text-decoration:underline
}
