/* CSS Document */

a:hover
{
	text-decoration:underline;
}

.body
{
	margin:0; 
	padding:0;
	background-color:#184886;
}

.noRepeat
{
	background-repeat:no-repeat;	
}

.topNav
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
}

a:hover.topNav
{
	color:#FDFF01;
	text-decoration: none;
}

.header
{
	font-family: arial, verdana;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin: 10px 30px;
}

.rightText
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #003399;
	font-weight: normal;
	margin: 10px 15px;
}

.rightTextBold
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	margin: 10px 15px;
}

.rightBoxHeader
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px;
	text-align:center;
}

.mainText
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 10px 30px;
	line-height: 16px;
}

.mainTextBold
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 5px 30px;
}

.mainTextLink
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}

.copyright
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align:center;
	padding: 5px 0px;
}

.menuText
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 5px 5px;
}

.menuTitle
{
	font-family: arial, verdana;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin: 5px 5px;
	text-align:center;
	text-decoration:underline;
}

.menuLink
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #FF6600;
	font-weight: normal;
	text-align:left;
}


/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align:center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}