/* CSS Document */

body,td,th {
	color: #000033;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #000033;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #8D9DCF;
}
a:hover {
	text-decoration: underline;
	color: #8D9DCF;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #8D9DCF;
}
h1 {
	font-size: 18px;
	color: #8D9DCF;
	font-style: italic;
}
h2 {
	font-size: 16px;
	color: #000099;
}
h3 {
	font-size: 14px;
	color: #9933CC;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	color: #9933CC;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	color: #FFFFFF;
}




hr {
	color:#8D9DCF;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}

