@charset "UTF-8";
/* CSS Document */

body, html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	padding-top: 0px;
	color: #000000;
	margin: 0px;
	/* background-color: #F8FAF5; */
}

h1 { font-size: 1.1em; }
h2 { font-size: 1.0em; }
h3 { font-size: 0.95em; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.85em; }
h6 { font-size: 0.8em; }

p, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}

a { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #090
}
a img { border: none }
a:link { text-decoration: none }
a:visited { }
a:hover  { color: #000; }
a:active { text-decoration: line-through }

