@charset "UTF-8";

body, td, p, .styleBody {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3, .styleH3 {
	font-size: 13px;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

th {
	background-color: #33855C;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../imgs/bg_body.gif);
}