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

body, p {
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a {
	color:#fd5f00;
}

a:Hover {
	color:#333;
}

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

h2 {
	font-family:Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#333333;
	font-weight:bold;
}

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

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

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

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

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


.textBlack {
	font-family:Arial, sans-serif;
	font-size:12px;
	/*line-height:18px;*/
	color:#333333;
}

.textBlack a {
	color:#fd5f00;
}

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

.textOrange {
	font-family:Arial, sans-serif;
	font-size:12px;
	/*line-height:18px;*/
	color:#fd5f00;
}

.textOrange a {
	color:#fd5f00;
}

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

sup {
    font-size: smaller;
    vertical-align: top;
    /*vertical-align: super;*/
}
