/* CSS Style Document */
h1 {
	font-size: 18px;
	color: #DC3B0D;
	font-weight: bold;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h2 {
	font-size:  16px;
	color: #999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 3;
}
h3 {
	font-size:  12px;
	margin: 5px 0 1px 0;
	color: #666;
	font-weight: bold;
}
h4 {
	font-size:  14px;
	color: #DA3C0C;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
}
h5 {
	font-size:  14px;
	color: #B61D0C;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	font-size:  16px;
	color: #AB2F05;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

img.floatLeft {
	float: left;
	margin: 10px;
}
img.floatRight {
	float: right;
	margin: 10px;
}
.hr-gray {
	color: #E2E2E2;
	background-color: #E9E9E9;
	height: 2px;
	margin: 3px 0 3px 0;
	width: 100%;
	text-align: center;
}
.line-orange {
	height: 2px;
	width: 360px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #F29335;
}

.line-rust {
	height: 2px;
	width: 99%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #AB2F05;
}

.text9 {
	font-size: 9px;
	color: #000;
}
.text10 {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.text11 {
	font-size: 11px;
}
.text14 {
	font-size: 14px;
}
.textgrey {
	color: #666666;
}
.textorange {
	color: #F60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.text_big_blue {
	color: #00F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
