<!--  
html {
 	min-height: 100%;
	height: auto;
}

body	{
	color : #000000;
	background-color : #006699;
	background-image:url(images/mountains.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size : 12px;
	margin : 0px 0px 0px 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	height:100%;
	
}
	
h1  {
    	font-size : 18px;
    	color : #FFFFFF;
		margin-left:40px;
    }
	
h2  {
    	font-size : 16px;
    	color : #FFFFFF;
    }
	
li {
	color:#FFF;
}
	
a	{
	color : #FFFFFF;
	text-decoration : underlined;
}

a:visited	{
	color : #FFFFFF;
	text-decoration : underlined;
}

a:active	{
	color : #CCCCCC;
	text-decoration : none;
}

a:hover	{
	color : #CCCCCC;
	text-decoration : none;
}

a.nav	{
	color : #000000;
	text-decoration : none;
}

a:visited.nav {
	color : #000000;
	text-decoration : none;
}

a:active.nav {
	color : #cc0000;
	text-decoration : none;
}

a:hover.nav {
	color : #cc0000;
	text-decoration : none;
}
input.srcfrm2 {
	width:180px;
	color:#000033;
	font-weight:normal;
	font-size:9pt;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#000033;
}

textarea.gbmorelines {
	width:440px;
	height:50px;
	color:#000033;
	font-weight:normal;
	font-size:9pt;
	background-color:#FFFFFF;
	border-width:1px;
	border-top:1px solid #000033;
	border-right:1px solid #000033;
	border-bottom:1px solid #000033;
	border-left:1px solid #000033;
	border-color:#000033;
}
-->