/* MAIN SITE CSS FILE
----------------------------------------------------------- */


/* ----------------------------------------------------------- 
    Global Styles
----------------------------------------------------------- */

body {
	font-family: Helvetica Neue, Helvetica, arial, sans-serif;
	font-color:#333;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: normal;
	font-size: 13px;
	text-transform: none;
}


a {
	color: #808080;
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

