* {
	margin: 0;
	padding: 0;
}
body {
	background: #E0E8EB;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 8.5pt;
	margin-top: 25px;
}
a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
ul {
	list-style-position: inside;
}

#header {
	background: url('images/header.gif') no-repeat top left;
	height: 50px;
	margin: auto;
	text-align: right;
	width: 760px;
}
#header .links {
	color: #535657;
	font-size: 10pt;
	padding-right: 4px;
	padding-top: 32px;
}
#header .links a.top {
	color: #535657;
	font-weight: normal;
	text-decoration: none;
}
#header .links a.top:hover {
	color: #7D8486;
	text-decoration: none;
}

.category_menu { clear: both; padding-top: 25px; }
.category_menu a {
	padding-bottom: 7px;
	margin-top: 2px;
	display: block;
	width: 154px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	left: 9px;
}

.category_menu a.blue {
	color: #66A0B4;
	border-top: 1px solid #66A0B4;
}
.category_menu a.blue:hover { color: #90E3FF; }

.category_menu a.green {
	color: #76BD34;
	border-top: 1px solid #76BD34;
}
.category_menu a.green:hover { color: #94ED42; }

.category_menu a.red {
	color: #FF3D3D;
	border-top: 1px solid #C30000;
}
.category_menu a.red:hover { color: #FF6060; }

#footer {
	clear: both;
	width: 750px;
	margin: auto;
	margin-top: 15px;
	color: #525656;
}
