@charset "utf-8";
/* CSS Document */

a:link {	color: #000;	text-decoration: underline;}
a:visited { color: #000; 	text-decoration: underline; }
a:hover {	color: #006699;	text-decoration: underline;}
a:active { 	color: red; 	text-decoration: underline;}

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
	
}

h2{
	font-size: 17px;
	color: #006699;
	font-weight: bold;
	margin:5px 0px 5px 0px;
}

h3{
	font-size: 16px;
	color:#000066;
	font-weight: bold;
	margin:5px 0px 5px 0px;
}

h4{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin:5px 0px 5px 0px;
}

h5{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 15px;
}


td.wh{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	background-color: #f5f5f5;
	text-align: left;
}

hr{
	margin-bottom: 5px;
	border-bottom-color: #ffcc00;
	border-bottom-width: 5px;
}


