/* CSS Document */

a:hover
{
	text-decoration:underline;
}

.body
{
	margin:0; 
	padding:0;
	background-color:#0F1573;
	text-align: center;
}

.mainBG
{
	background-image: url(images/mainBG.gif);
	background-position: right bottom;	
	background-repeat:no-repeat;
	background-color: #CFCFCF;
}

.topNav
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
}

.quoteText
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 10px 15px;
	text-align: center;
	line-height: 24px;
}

.quoteTextRight
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 10px 15px;
	text-align: right;
	line-height: 24px;
}



.header
{
	font-family: arial, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 20px 50px;
	text-align: left;
}

.mainText
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 10px 50px;
	text-align: justify;
}

.mainTextLink
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #0F1573;
	font-weight: bold;
	text-decoration: none;
}



/* 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;
}