html, body  {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
body {
    background-color: #c0c0c0;
}
#wrapper {
	text-align: left;
	vertical-align: top;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.menu {
	font-family: Verdana;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.menu a:link{
	font-family: Verdana;
	font-size: 16px;
	line-height: 38px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited{
	font-family: Verdana;
	font-size: 16px;
	line-height: 38px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover{
	font-family: Verdana;
	font-size: 16px;
	line-height: 38px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-family: Verdana;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #738EAC;
	text-decoration: none;
}
.submenu {
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	color: #551a8b;
	text-decoration: none;
}
.submenu a:link{
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	color: #551a8b;
	text-decoration: none;
}
.submenu a:visited{
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	color: #551a8b;
	text-decoration: none;
}
.submenu a:hover{
	font-family: Times New Roman;
	font-size: 16px;
	line-height: 27px;
	font-weight: normal;
	color: #fd0a0a;
	text-decoration: underline;
}
