/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#354159;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	}
	
a:hover {
	color: #635F75;
	text-decoration: underline;
}
	
a:active {	
	color: #000000	}
	
a {
	color: #999999}	
			
/* ID Styles */

#navigation a {
	color: #354159;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #4596ad;
	text-decoration: underline;
	
}

.bodytext {
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	}
	
		
.boldtext {
	color: #999999;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	}
	
.HEADERS {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	}
	
.HEADERS2 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	}	
	
.subTITLE {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 1.5px;
	}
	
.subTITLE2 {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	}
		
.footer {
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	}
	
