/* CSS Document */

body,td,th {
	color: #003399;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link {
	color: #0C0;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #00FF00;
}
h1 {
	font-size: 16px;
	color: #00CC00;
	font-style: italic;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #00CC00;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #FF3300;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	color: #0099FF;
	font-weight: normal;
}


hr {
	color:#E2E658;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}

