@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a {
	color:#fd5f00;
}

a:Hover {
	color:#333;
}

h1 {
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	line-height:22px;
	color:#333333;
	font-weight:normal;
}

h2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	line-height:22px;
	color:#333333;
	font-weight:normal;
}

.linkGrayUppercase {
	font-size:10px;
	text-transform:uppercase;
	line-height:normal;
}

.linkGrayUppercase a {
	text-decoration:none;
	color:#666666;
}

.linkGrayUppercase a:Hover {
	text-decoration:underline;
	color:#fd5f00;
}

.titleOrange {
	font-family:Arial, Tahoma, Verdana;
	color:#ff7100;
	font-size:18px;
	line-height:normal;
	padding-top:10px;
}

.dateGray {
	font-size:9px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#9a9a9a;
	margin-bottom:20px;
	line-height:normal;
}


.textBlack {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

.textBlack a {
	color:#fd5f00;
}

.textBlack a:Hover {
	color:#333;
}

.textOrange {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height:18px;
	color:#fd5f00;
}

.textOrange a {
	color:#fd5f00;
}

.textOrange a:Hover {
	color:#333;
}
