/*=========================================== MAIN SITE STYLING =============================================*/
body, html {
	margin:0;
	padding:0;
}

body {
	color: #000; 
	font-size: 13px; 
	line-height: 16px; 
	font-family: Arial, Helvetica, sans-serif
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration:underline;
}

#footer {
	font-size:9pt;
	color:#999;
}

#footer a:link, a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration:underline;
}

/*=========================================== STYLED CONTENT =============================================*/

.whiteText, a.whiteText {
	color:#fff;
}

.blueText, a.blueText {
	color:#009;
}
