﻿body
{
	margin : 0px;
	padding : 0px;
	font-family: sans-serif;
	font-size : 80%;
	color: #000033;
	line-height: 125%;
	background-color : #316497;
	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 : 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%;
}


/*************** list tag styles ***************/
ul
{
	margin:1em 0px 0px 2.75em;
	padding:0px;
	list-style:disc url('Images/sidebarBulletSmallSelected.gif') outside;
}
ul li
{
	margin:0.25em;
}
ul ul
{
	margin:0.25em 0px 0.75em 2.75em;
}

/************** special classes ****************/
.error
{
	color:#CC0000;
}
.highlight
{
	background-color:#FFFF00;
	color:#000000;
}

