body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 25px;
}

a {
	color: #4A957E;
	text-decoration: underline;
}
a:hover {
	color: #356859;
	text-decoration: underline;
}
#footer a {
	color: #CCCCCC;
	text-decoration:underline;
}
#footer a:hover {
	color: #999999;
	text-decoration:underline;
}

.h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.h5 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.h6 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.header {
	background-color: #4A957E;
	color: #FFFFFF;
	padding: 10px;
}
.button {
	font-size: 14px;
	font-weight: bold;
	background-color: #4A957E;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px;
}
.button_over {
	font-size: 14px;
	font-weight: bold;
	background-color: #356859;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px;
}
.footer {
	color: #CCCCCC;
}

