

a { color: blue; }

a:hover { color: black; background-color: #8afeff; }

A:visited {color: blue; text-decoration: none}


body {
   scrollbar-base-color: #0069BD;
	color: navy;
	background-color: #f0ffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
}

h1 { font-size: large; }

h2 { font-size: medium; }

h3 { font-size: small; }

h4 { font-size: small; font-style: italic; }

.content { width: 777px; float: left; margin-left: 55px; }

.content td, p, li { font-size: small; }

.footer		{ COLOR: blue; FONT: 10px arial, verdana, sans-serif; font-weight: normal;}

.shadeform	{
		FONT: 13px arial, helvetica, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 200px;
		BORDER: #000000 1px solid;
		}
.textarea	{
		FONT: 13px arial, helvetica, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 375px;
		HEIGHT: 125px;
		BORDER: #000000 1px solid;
		}
.button 	{
		background-image: url("images/button.gif");
		background-color:#CCCCCC;
		FONT-FAMILY: arial, helvetica, sans-serif;
		color: #000000;
		font-size: 12px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		width: 130px;
		height: 26px;
		BORDER: #000000 1px solid;
		}

.buttonon 	{
		background-image: url("images/buttonon.gif");
		background-color:#99B5C1;
		FONT-FAMILY: arial, helvetica, sans-serif;
		color: #000066;
		font-size: 12px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		width: 130px;
		height: 26px;
		BORDER: #000066 1px solid;
		}

.image {	
	border-width:10px;	
	border-style: solid;
	border-color: #B9C3CC	
      }

.para { font-size: small; }







