/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
	background-color: #000000;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #A366A0;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.lhtBlk { background: #090909; }
.greyBG { background: #858585; }
.mainRightBG { background: url(images/mainRightBG.jpg) repeat-y }
.mainLeftBG { background: url(images/mainLeftBG.jpg) repeat-y }

.topNav
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 5px;
	text-decoration: none;
}
.topNav:hover
{
	color: #A366A0;
	text-decoration: none;
}

.contactInfoText
{
	font-size: 10px;	
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 20px;
	text-align: right;
}

 .contactInfoLink
{
	font-size: 10px;	
	font-weight: normal;
	color: #FFFFFF;
}
.titleText
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 5px 15px;
	text-align: left;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
