/* REDEFINED HTML TAGS */

a.BlueLink:link {color:#0000FF; text-decoration:none; font-weight:bold;}
a.BlueLink:visited {color:#0000FF; text-decoration:none; font-weight:bold;}
a.BlueLink:hover {color:#666666; text-decoration:none; font-weight:bold;}

a.RedLink:link {color:#FF0000; text-decoration:none; font-weight:bold;}
a.RedLink:visited {color:#FF0000; text-decoration:none; font-weight:bold;}
a.RedLink:hover {color:#666666; text-decoration:none; font-weight:bold;}

a.nav:link {color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.nav:visited {color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.nav:hover {color:#ABABAB; text-decoration:none; font-weight:bold;}

a.smallLink:link {color:#0000FF; text-decoration:none; font-weight:bold; font-size:11px;}
a.smallLink:visited {color:#0000FF; text-decoration:none; font-weight:bold; font-size:11px;}
a.smallLink:hover {color:#FF0000; text-decoration:none; font-weight:bold; font-size:11px;}

a.white:link {color:#99FFFF; text-decoration:underline; font-weight:normal;}
a.white:visited {color:#99FFFF; text-decoration:underline; font-weight:normal;}
a.white:hover {color:#FFFFFF; text-decoration:underline; font-weight:normal;}

a {color:#0000FF; text-decoration:none; font-weight:bold; }
a:hover {color:#666666; text-decoration:none; font-weight:bold; }

body
{
	margin: 0;
	padding: 0 0 2em 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
}

.bodytext-small
{
	font-size: 11px;
	line-height: 13px;
}

.bodytext

{text-align:justify;}

.bodytextWhite
{color:#FFFFFF; text-decoration:none;}

.bodyboldWhite
{color:#FFFFFF; text-decoration:none; font-weight:bold;}

body *
{
	margin-top: 0;
	margin-bottom: 0; 
}

.style1 {
	font-size: x-small;
	color:#999999;
	line-height:15px;
}


.headline {
	font-size:18px;
	color:#CC0000;
	line-height:21px;
	text-align:left;
	font-weight:bold;
}

.bodyHead {
	
	color:#CC0000;
	padding-top:20px;
	text-align:left;
	font-weight:bold;
}

.pageSubHead {
	font-size:14px;
	font-weight: bold;
}


fieldset
{
	border: none;
	padding: 0;
}

fieldset.submit
{
	margin-top: 1.5em;
	text-align: center;
}

fieldset.submit input
{
	width: 20em;
	border: 2px solid #003399;
	border-top-color: #0099FF;
	border-left-color: #0099FF;
	padding: 0.25em;
	background-color: #0066CC;
	color: #FFFFFF;
}

form
{
	margin-top: 1.5em;
}

label
{
	font-weight: bold;
}

p
{
	margin-top: 1.0em; 
}

textarea
{
	clear: left;
	border-top-width: 1px;
	padding: 0;
}




/* OBJECT TAGS */

#content
{
	clear: both;
	padding: 0 2em;
	background-color: #FFFFFF;
}




/* CLASSES */

.clearer
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}

.table1 { border-style:solid; border-width:1px; border-color:#3366CC; background-color:#FFF; text-align:left;}



hr {height:1;}


