body, table, input, select, option, textarea, html {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#000000;
	
}
body {
	margin:0;
	border:0;
	padding:0;
	background-color: #9CBBB1;
  	background-image: url('images/bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: top right;
 }

A:link { text-decoration: none; color: #5F5F5F;}
A:visited { text-decoration: none; color: #5F5F5F;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}


h1, h2, h3, h4, p 	{
    margin: 0;
	padding: 0;
}

h1 {
	font-size: 			17px;
	color: 				#5F5F5F;

}
h2 {
	font-size: 			12px;
	color: 				#5F5F5F;
}

h3 {
	font-size: 			11px;
	color: 				#5F5F5F;
}

h4 {
	font-size: 			14px;
	color: 				#5F5F5F;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#8CA495;
	background-color:	#FFFFFF;

}

#flashheader {
		border: solid 0px;
		width: 552px;
		height: 302px;
		align: center;
		margin:0px 0px;
 }

a#alpine {
	display: block;
	text-decoration: none;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 52px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #4A6856;
	font-size: 1.3em;
}
#alpine:hover {
	color: #333;
	text-decoration: underline;

}


