/* CSS Document */

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}


.normaltext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.normallink
{
color:#000033;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color:#000066;
	text-decoration: none;
}
a:hover
{
	color:#333333;
	text-decoration: underline;
}
a:visited
{
color:#000000;
font-style:normal;
}


.boldText {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

