/********************************************* GLOBAL **********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3529;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.lightgrey {
	background-color: #e0e0e0;
	}
	
.darkgrey {
	background-color: #726A63;
	}
	
a, a:visited, a:active, a:link {
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	color: #6BB94A;
	}	

img {
	border:0;
	
}
	
/********************************************* HEADER **********************************************/	

.header {
	font-size: 12px;
	color: #B5AF9D;
	font-weight: bold;
	letter-spacing: 1px;	
}
	
/********************************************* COPY **********************************************/	

h1 {
	font-size: 28px;
	font-weight: bold;
	color: white;
	margin-top: 16px;
	letter-spacing: 2px;
	}

.copytext {
	letter-spacing: 1px;
	line-height: 16px;
	}
	
/********************************************* INNER NAVI **********************************************/

.navi {
	padding-left: 16px;
}

.navi a, .navi a:visited, .navi a:active, .navi a:link {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	padding-right: 17px;
	text-decoration: none;
	}
	
.navi a:hover {
	color: #9CE17B;
	}
	
.navi .highlight	{
	color: #9CE17B;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 17px;	
	}	

/********************************************* FOOTER **********************************************/
	
.footer {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: #5f564e;
}

.footer a, .footer a:visited, .footer a:active, .footer a:link {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding-right: 20px;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #6BB94A;
	}

.footer .highlight	{
	color: #6BB94A;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 20px;	
	}

