@charset "utf-8";
/* CSS Document */

<style type="text/css">

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0299C4;
	text-decoration: none;
}

a:visited {
	color: #0299C4;
}

a:hover {
	color: #33CC00;
}

a:active {
	color: #33CC00;
}



h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 36px;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 24px;
	color: #000000;
}

h3 {
	font-size: 18px;
	color: #000000;
}

h4 {
	font-size: 16px;
	color: #000000;
}

h5 {
	font-size: 14px;
	color: #000000;
}

h6 {
	font-size: 12px;
	color: #000000;
}


.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.blackboldmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

</style>
