﻿/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
	font-family: verdana, arial;
    font-size: 12px;
    color: #3B3B3B;
	background-color: #FFFFFF;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #5D5900;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.brnBG { background: #5D5900; }

.leftNav, .leftNav a
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 0 30px;
}

.titleText
{
	font-size: 15px;	
	font-weight: normal;
	margin: 10px 40px 10px 0;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 40px 10px 0;
	text-align: left;
}
.mainText ul li
{
	margin: 7px 0px;
}

.copyright
{
	font-size: 9px;
	font-weight: normal;
	margin: 10px 40px 10px 0;
	text-align: center;
}

/* 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;
}
