/* CSS Document */

body, div, p, select, input
				{
				font-family: verdana,arial,helvetica,sans-serif;
				}
				
table			{font-size: xx-small;}
				
a				{
				color: "#000000";
				text-decoration: none
				}
a.normal:link
{color: #0000FF;
				text-decoration:underline
				}

a:link			{
				color: "#000000";
				text-decoration: none
				}

a:active		{
				color: "#000000";
				text-decoration: none
				}

a:visited		{
				color: "#000000";
				text-decoration: none
				}

a:hover			{
	color: "#ffffff";
	text-decoration: none;
	background: 669933;				
				}	
				
h1{
	font-family: "arial narrow", arial, verdana, helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:137%;
	margin:0;
	padding: 0;
	color: #63747C;
	font-size: medium;
				}
				
				.bluelink {
	color: #0000FF;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #990000;
	text-decoration: underline;
}
blueidlink {
	color: #0000FF;
	text-decoration: underline;
}

