body {
		margin: 0;
		padding: 0;
		background: #EEEEEE;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
.header-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
	
.white-link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-link:hover{
	text-decoration: underline;
}

.normal-link {
	color: #0066CC;
	text-decoration: none;
}
.normal-link:hover{
	text-decoration: underline;
	
}

.body-link {
	color: #0066CC;
	text-decoration: none;
}
.body-link:hover{
	text-decoration: underline;
	
}

.footer-link {
	color: #666666;
	text-decoration: none;
}
.footer-link:hover{
	text-decoration: underline;
	
}

.form-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.form-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #FFFF00;
}

.menu-header {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.menu-link {
	color: #0066CC;
	text-decoration: none;
}
.menu-link:hover{
	text-decoration: underline;
}
.menu-text {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}