.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	width: 250px;
	background-color: #ECECEC;
	margin-top: 5px;
	margin-left: 3px;
}

.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 150px;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFFFFF;
	height: 35px;
}

.button a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 25px;
	margin: 0px;
	width: 100%;
}

.button a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
    height: 25px;
	margin: 0px;
	width: 100%;
}

.title {
	font: 11px Verdana, Arial, Helvetica;
	font-weight: bold;
	border-bottom: thin ridge #000000;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	height: 25px;
	border-right-width: thin;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
}
