﻿body, address, blockquote, center, dir, 
div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, 
hr, isindex, menu, noframes, 
noscript, ol, p, pre, table, ul
{
		margin: 0;
		padding: 0;
}
body
{
	background: #FFFFFF ;
    color: #343A32;
    font: 75% verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding: 0;
}
h1,h2,h3,h4,h5
{
	font-family: Georgia, Serif;
	font-style: normal;
	font-weight: 900;
  margin: 10px 0;
}
h2,h3
{
    background: #FFF5F7;
    border: solid 1px #98A892;
    height: 1.7em;
    margin-bottom: 0.3em;
    padding: 0.4em 0.1em 0 0.1em;
}
h4, h5
{
    border-bottom: solid 2px #98A892;
}
h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3, th {font-size:1.3em;}
h4 {font-size:1.1em;}
h5 {font-size:1em;}
p
{
		margin: 4px 0;
}

ul, ol
{
		margin: 20px;
}
li
{
		margin: 10px;
		padding-bottom: 5px;
}

hr
{
    color: #98A892;
    height: 1px;
}

a 
{
	color: #000066;
}

a:link {color: #000066;}
a:visited {color: #666699;}
a:hover {background-color:#D5DBD2;}

/********* print css **********/
@media print
{
BODY {color: black; background: white;}
A:link, A:visited {background: white; color: black; text-decoration: underline;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px; border-bottom: 1px solid gray;}
#Menu 
{
	visibility: hidden;
	display:none}
}