a:link
{
	font-weight: bold;
	color: #000000;
}
a:visited
{
	font-weight: bold;
	color: #808080;
} 
a:active 
{
	font-weight: bold;
	color: #808080;
}
a:hover
{
	font-weight: bold;
	color: #006699;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
tbody
{
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1
{
	color: #808080;
	font-size: large;
}
h2
{
	color: #808080;
	font-size: medium;
}
h3
{
	font-size: small;
	border-bottom: 1px solid #006699;
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}
.menuOver
{
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	background-color: #f0f0f0;
	cursor: hand;
}
.menuOut
{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: white;
	cursor: hand;
}