/* CSS Document */

body {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	background-image: url(background.jpg);
}

.blue {
	color: #0066CC;
}
.orange {
	color: #FF6600;
}
.purple {
	color: #CC66CC;
}
.gray {
	color: #666666;
}
.green {
	color: #009900;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

ul {
margin-left: 0;
padding-left: 1em;
}

li {
margin: 0;
padding: 0;
}

.navigationgreen {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -.01em;
	color: #66b821;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

table {
	width: 660px;
	padding: 0px;
}

table#navigation {
	width: 250px;
	color: #666666;
	height: 100%;
}

td {
	vertical-align: top;
}

td#navigationborderbottom {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -.01em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 20px;
	height: 30px;
	vertical-align: bottom;
	font-family: Courier, mono;
}

td#navigationborderright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 10px;
}

td#navigationcurrent {
	font-size: 16px;
	line-height: 28px;
	color: 66b821;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 5px;
	padding-left: 5px;
}

td#mainborders {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 102px;
}
h1 {
	line-height: 20px;
}
h2 {
}
.big_link {
	font-size: 16px;
}

td#copyright{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	padding-left: 20px;
}
