/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #2c5b87;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2c5b87;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.back_button {
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
h1 {
	color: #2c5b87;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2c5b87;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #2c5b87;	
	margin: 0px;
	padding: 0px;	
}
h4 {
	color: #2c5b87;
	font-size: 15px;
	font-weight: bold;
}
h5 {
	color: #2c5b87;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	color: #003399;
	font-size: 16px;
}
.small_text {
	font-size: 11px;
}