body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: 80%/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

p {
	display:block;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

	
h1 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 4px;
	margin-top: 4px;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 3px;
	margin-top: 3px;}

h3 {
	font-weight: normal;
	font-size: 82%;
	margin-bottom: 2px;
	margin-top: 2px;
}


a 
{ 
	color: #00CC00;
	text-decoration: none;
	letter-spacing: 0.04em;
}
a:link 
{ 	
	color: #00CC00;
	text-decoration: none;
	letter-spacing: 0.04em;
}
a:visited 
{ 
	color: #00CC00;
	text-decoration: none;
	letter-spacing: 0.04em;
}

a:hover 
{ 
	color: #ff6200;
    text-decoration: none;
	letter-spacing: 0.04em;
}

/* class to hide elements for CSS enabled browsers */
.alt
{
    display: none;
}

.error {
	display: block;
	font-weight: bold;
	font-size:90%;
	padding: 8px;
	color: #f00;
	float: left;
}

.button {	
	display: block;
	width: 74px;
	height: 20px;
	background-color: #000;
	padding: 10px;
}

.button:hover {
	background-color: #ff6200;
}

