﻿body
{
	margin : 0px;
	padding : 1% 2%;
	font-family: sans-serif;
	font-size : 80%;
	color: #000033;
	line-height: 125%;
	background-color : #336699;
	min-width:720px;
}

/******* hyperlink and anchor tag styles *******/
a
{
	color : #0000FF;
	text-decoration: none;
}
a:visited
{
	color : #0000CC;
	text-decoration: none;
}
a:hover
{
	color : #FF0000;
	text-decoration: underline;
}

/************** main tag styles **************/
h1, h2
{
	margin : 0.5em 0px 1.0em 0px;
	padding : 0px;
	font-size : 150%;
	font-weight : bold;
	color: #275078;
	line-height:110%;
}
h3
{
	margin : 1.5em 0px 0.25em 0px;
	padding : 0px;
	font-size : 120%;
	font-weight : bold;
	color: #275078;
	border-bottom:solid 1px #275078;
}
h4
{
	margin : 0.5em 0px 0.2em 0px;
	padding : 0px;
	font-size : 110%;
	font-weight : bold;
	color: #275078;
}
h5
{
	margin : 0.2em 0px;
	padding : 0px;
	font-size : 100%;
	font-weight : bold;
	color: #275078;
}
h6
{
	margin : 0.1em 0px;
	padding : 0px;
	font-size : 100%;
	font-weight : normal;
	color: #275078;
}
p
{
	padding:0px;
	margin:1.0em 0px;
}


/*************** inline tag styles ******************/
small
{
	font-size : 80%;
}


/************** special classes ****************/
.error
{
	color:#CC0000;
}
.highlight
{
	background-color:#FFFF00;
	color:#000000;
}
.memberboxtitle
{
    font-family: Arial;
    font-size: 150%;
    font-weight: bolder;
    color: White;
    padding: 2px 10px 1px 3px;
}
