/* Basic Styles Page Version 06.12.13 - Ken Stanek */



/* Global Page Styles - Default Page Styles Applied to ALL Pages */


*
{
	margin: 0;
	/* reset all margins */
	padding: 0;
	/* reset all padding */
}

body
{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: .8em;
	text-align: center;
	background: #fff;
	color: #000;
	font-weight: normal;
}

a { text-decoration: none; }
a { color: #2187be; }
a:hover { color: #004d75; }

img { border-width: 0; }
