html,body,td,th {
	color: #000000;
}
body {
	font: 0.75em/150% Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
	padding: 5px;
}


ul, ol, dl, p
{
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-top: 0;
	padding-bottom: 0;
}

li
{
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
}


/******************
HEADINGS
******************/

h1
{
	margin-top: 0.1em;
	margin-bottom: 0.4em;
   	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   	font-style:  normal;
   	font-weight: normal;
	font-size: 200%;
	line-height: 110%;
	color: #009988;
	letter-spacing: 1px;
}

h2
{
	margin-top: 0.1em;
	margin-bottom: 0.4em;
   	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   	font-style:  normal;
   	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	color: #006655;
	letter-spacing: 0px;
}

h3
{
	margin-top: 0.2em;
	margin-bottom: 0.3em;
   	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   	font-style:  normal;
   	font-weight: normal;
	font-size: 130%;
	line-height: 120%;
	color: #336655;
	letter-spacing: 0px;
}
h4
{
	margin-top: 0.1em;
	margin-bottom: 0.3em;
   	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   	font-style:  normal;
    font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	color: #666666;
}
h5
{
	margin-top: 0.1em;
	margin-bottom: 0.2em;
   	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 120%;
	color: #333333;
}
h6
{
	margin-top: 0.1em;
	margin-bottom: 0.2em;
   	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #666666;
}

/******************
LINKS
******************/
/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */

a, a:link
{
	color: #3366cc;
}
a:visited
{
	color: #6699ff;
}
a:hover
{
    color: #ff9900;
	text-decoration: none;
}
a:active
{
    color: #3366cc;
}

/******************
MISC
******************/

.small
{
	font-size: 80%;
}
