/* CSS Document */

body {
background-color: #fff;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 0.85em;
	margin-top: 3px;
	margin-bottom: 8px;
}

h1, h2, h3{font-family: helvetica, monaco, arial, sans-serif;
}

h1 {font-size: 1.6em;
	color: #606;
	font-weight: 700;}
h2 {font-size: 1.3em;
	color: #093;
	font-weight: 700;}
h3 {
	font-size: 1em;
	color: #000;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 15px;
}

a {color: #093; text-decoration: none;
font-family: verdana, geneva, trebuchet, arial, sans-serif;}
a:link {color: #093;}
a:visited {color: #093;}
a:hover {text-decoration: underline;}
a:active {color: green;}
