@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a4c453;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	text-align: left;
	line-height: 22px;
}
.sidebar_left {
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebar_right {
	background-image: url(images/shadow_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.navigation:link {
	color: #FFF;
	text-decoration: none;
}
.navigation:hover {
	color: #600;
}
.navigation:visited {
	color: #FFF;
	text-decoration: none;
}
.navigation:active {
	color: #0FF;
	text-decoration: none;
}
.sidebarHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.footer:link {
	color: #FFF;
	text-decoration: underline;
}
.footer {
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.intro {
	font-size: 14px;
	line-height: 22px;
	color: #387d3c;
}
h1 {
	font-size: 26px;
	color: #307DA9;
}
h2 {
	font-size: 20px;
	color: #999;
}
h3 {
	font-size: 14px;
	color: #666;
}
.sidebar {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
}
