/* This style sheet was written by Kelly Meer, Meer Images */

BODY	{
	background: white;
	color: Black;
	/* font-family: Arial, Helvetica, Verdana, sans-serif; */
	font-family: Times New Roman, serif;
	font-size: medium;
	font-weight: normal;
	margin-top:0px;
	margin-left:0px
	}

A, A:link, A:active, A:visited, A:hover	{
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

A:link		{color: navy}
A:active	{color: red}
A:visited {color: navy}
A:hover	{color: red}

A.Menu:link		{color: white}
A.Menu:active		{color: red}
A.Menu:visited	{color: white}
A.Menu:hover		{color: red}

H1, H2, H3, H4, H5, H6, BLOCKQUOTE, ADDRESS, PRE, BR, HR, LI {
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	/* font-family: Times New Roman, serif; */
	background: transparent;
	}
	
H1 {
	font-weight: normal; 
	font-size: x-large;
	color: Navy;
	font-variant: small-caps
	}

H2 {
	font-weight: normal; 
	font-size: large;
	color: Navy}

H3 {
	font-weight: bold;
	font-size: large;
	color: black;
	font-variant: small-caps
	}

H4 {
	font-weight: normal; 
	font-size: medium ;
	color: black; 
	font-style: italic
	}

H5 {
	font-weight: bold;
	font-size: small;
	color: black
	}

H6 {
	font-weight: bold;
	font-size: x-small;
	color: blue}
	
ADDRESS	{
	font-weight: normal;
	font-size: x-small;
	color: black;
	background: transparent;
	font-style: normal;
	}

.Alert	{
	color: blue;
	font-weight:bold;
	}
	
.Navbar {
	text-indent: 0px;
	text-align: left;
	margin: 0em;
	font-weight: bold; 
	font-size: small ;
	color: white; 
	font-family: Arial, Helvetica, Verdana, sans-serif; }

UL.Navbar	{
	color:white;
	margin-left:8px;
	margin-top:0px;
	margin-bottom:0px;
	}

UL.Navbar LI{
	margin-left:12px;
	margin-top:0px;
	margin-bottom:0px;
	}