body {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 10px;
	background: #4B4B4B url(../images/bg.jpg) no-repeat fixed left bottom;
	text-align: center;
}

h1 {
	font-size: 11px;
	color: #CCCCCC;
	
}

p {
	font-size: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #77CDD4;
	
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}



.white{
	color: #FFFFFF;
}

.green{
	color: #77CDD4;
	font-size: 12px;
}

#content {
	border: 0px solid red;
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
	

}
.footer-grey{
	color: #CCCCCC;
	font-size: 11px;
}
.content{
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
.header{
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	background-color: #77CDD4;
	text-align: center;
	border-top: 1px solid #8E8177;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #8E8177;
	cursor: hand;
}
