/* Headings */

h1, h2, h3, h3
{
	font-family: Arial;
	color: navy;
	margin-bottom: -18px;

}

h1
{
	font-size: 13pt;
	margin-top: 14px;
}

h2
{
	font-size: 11pt;

	margin-top: 18px;
}

h3
{
	font-size: 10pt;
}

h4
{
	font-size: 8pt;
	color: #1874cd;
}

/* Hyperlinks */

a
{
	color: navy;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: white;
	text-decoration: none;
	background: green;
}

a.plain
{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

a:hover.plain
{	
	color: black;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
}


a.menu
{
	color: white; 
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

a:hover.menu
{
	color: white; 
	background: green;
	padding-left: 10px;
	padding-right: 10px;
}

a.button
{
	color: white; 
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	background: navy;
	font-weight: bold;
}

a:hover.button
{
	background: green;
}

a.button span
{
	background: navy;
}

a:hover.button span
{
	background: green;
}





