/* CSS Document */

body,td,th {
	color: #663399;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #CC66CC;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #CC66CC;
}
a:hover {
	text-decoration: underline;
	color: #663399;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #663399;
}
h1 {
	font-size: 24px;
	color: #339999;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #663399;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #339999;
}


hr {
	color:#663399;
}
