body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #5E78B4
}
h1 {
	font-size: 24px;
	color: #5E78B4;
}
h2 {
	font-size: 14px;
	color: #5E78B4;
	font-style:italic
}
h3 {
	font-size: 12px;
	color: #5E78B4;
}
h4 {
	font-size: x-small;
	color: #5E78B4;
}
a:link {
	text-decoration: none;
	color: #72504B;
}
a:visited {
	color: #72504B;
 	text-decoration: none;
}
a:hover {
	color: #FF0000 ;
	text-decoration: none;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
}

a:visited:hover {
	color: #FF0000 ;
	text-decoration: none;
}
hr {
	line-height: 1px;
	color: #77ABE3;
}

ul {
	list-style-image: url(bullet.gif)
}

table.firstrow th { background-color:#ccccff }

.navbarlink
{
	color: #FFFFFF;
}
