BODY
{

	color: black;
	line-height: 150%;
	font-family: verdana, arial, sans-serif;
	font-size: 14;
	background-color: white;
	text-align: left;
	margin: 0px 0px 0px 20px;
}

span.WhiteTitle
{
	font-size: 26;
	color: white;
	line-height: 180%;
}

span.WhiteText
{
	color: white;
	line-height: 180%;
}

span.WhiteSmall
{
	font-size: 14;
	color: white;
	line-height: 180%;
}

span.DarkTitle
{
	font-size: 26;
	color: 006699;
	line-height: 180%;
}

span.DarkSubTitle
{
	font-size: 18;
	color: 006699;
	line-height: 180%;
}

span.DarkText
{
	color: 006699;
	line-height: 180%;
}

span.DarkSmall
{
	color: #006699;
	font-size: 10;
}

span.CopyText
{
	color: #006699;
	font-size: 10;
}

a
{
    color: #006699;
    text-decoration: none;
}

a:active
{
    color: #006699;
}

a:hover
{
    color: #006699;
    text-decoration: underline;
}

:link:focus, :visited:focus
{
    -moz-outline: 0px dotted;
}

a.MainMenu
{
	font-size: 18;
	FONT-WEIGHT: normal; 
	padding-left: 10px;
}

a.Bookmark
{
	font-size: 10;
    color: #9999cc;
}

.PrintOnly
{
	display: none;
}