body
{
    padding: 0; 
    font-family:Arial,sans-serif;
	font-size:14px;
	position:inherit;
	text-align: left;
	background-image: url(iceBG.jpg);

	background-attachment: fixed;

	

}
html
{
   	background-image: url(iceBG.jpg);
	
	background-attachment: fixed;

}

#footer
{
    font-family:Arial,sans-serif;
	color: #000000;
	font-size:10px;

}

a 
{font-size: 14px;
	color: #000000;
	}
	
a:hover {color: #FF0000;
}

h1 
{font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
	
h3
{font-size: 14px;
	color: #0C429C;
	}
	
h5
{font-family:Arial,sans-serif;
	font-weight: bold; 
	color: #666666;
	font-size:12px;
	}
	
	input, select, textarea
{
border:1px hairline blue;
background-color:#fffff;
color:#000000;
font-size:12px;
}
	
	label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 