body {
	background-image: url(layout/backing.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #ccd0d3;
}
body,td,th {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	font-size: 11px;
	color: #7f7f7f;
}
.small {
	font-family: Verdana;
	font-size: 9px;
	color: #4985fd;
}
a:link {
	color: #4985fd;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4985fd;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
	color: #4985fd;
}
.left a:link {
	color: #7f7f7f;
	text-decoration: none;
}
.left a:visited {
	text-decoration: none;
	color: #7f7f7f;
}
.left a:hover {
	text-decoration: none;
	color: #555555;
}
.left a:active {
	text-decoration: none;
	color: #7f7f7f;
}

/*CONTENT*/
.content {
	background-image: url(layout/content.jpg);
}

h1 {
	clear: both;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	padding: 3px;
	padding-right: 2px;
	letter-spacing: 1px;
	background-color: #535353;
	border-bottom: 3px solid #4e72b4;
	text-transform: uppercase;
	margin-top: 5px;
	clear: both;
}
h2 {
	color: #4e72b4;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
	margin-top: 5px;
	clear: both;
}

div#hovermenu {
	height: 30px;
	width: 642px;
	border-top: 0px;
	border-bottom: solid #575757 2px;
	text-align: right;
	background-color: #2f2f2f;
}
div#hovermenu ul {
	margin: 0px;
	margin-right: 1px;
	padding: 0px;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
	background-color: #2f2f2f;
}
div#hovermenu li {
	list-style-type: none;
	display: inline;
}
div#hovermenu li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #ccc;
	background-color: #2f2f2f;
}
div#hovermenu li a:link {
	background-color: #2f2f2f;
}
div#hovermenu li a:visited {
	background-color: #2f2f2f;
}
div#hovermenu li a:hover {
	color: #fff;
	background-color: #575757;
}