/* CSS Document */

body {
	background: #aeaeae;
	font-family: Tahoma, Arial, MS Sans Serif;
	font-size: 12px;
	color: #56707c;
	margin: 5px 5px;
}

img {
	border: none;
}

div.footer {
	text-align: right;
	font-family: Tahoma, Arial, MS Sans Serif;
	font-size: 9px;
	color: #1d5d7b;
}

div.content {
	font-family: Tahoma, Arial, MS San Serif;
	font-size:11px;
	color: #56707c;
	padding: 1em;
}

div.cmenu {
	width: 165px;
	height: 25px;
	border: none;
	margin: 0px 57px;
}
	
h4 {
	font-family: Tahoma, Arial, MS San Serif;
	font-weight: bold;
	color: #237094;
}

a:link, a:visited {
	font-family: Tahoma, Arial, MS Sans Serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	font-family: Tahoma, Arial, MS Sans Serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}