@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	text-indent: 0px;
	letter-spacing: normal;
	margin-left: 5px;
	margin-right: 10px;
}
.orange {
	font-weight: normal;
	color: #E38012;
}
.green {
	font-weight: normal;
	color: #4C8820;
}
.blue {
	color: #1D9FCf;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #1D9FCF;
	list-style-image: url(images/marker1.gif);
}
.darkgray {
	font-weight: bold;
	color: #2C2C2C;
}
a {
	font-weight: bold;
	color: #1D9FCF;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
	color: #E27D11;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AF000E;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.boxborderwhite {
	border: thin dotted #FFFFFF;
}
.boxbordergray {
	border: thin dotted #CCCCCC;
	padding: 5px;
}
.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}