﻿body {
	background: #ffffff url(../Images/bg.jpg);
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	text-align: -moz-center; /*FF*/
	#text-align: center; /*IE */
}

#ContentTable {
	background: url(../Images/content_bg_gray.png);
	text-align: left;
}

.top-header-bar {
	font-size: 10pt;
	font-weight: bold;
}

.top-header-bar A {
	color: #000000;
}

.top-header-bar A:hover {
	color: #666666;
}

.bottom-header-bar {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

.bottom-header-bar A {
	color: #ffffff;
}

.bottom-header-bar A:hover {
	color: #999999;
}

.nav {
	background: url(../Images/nav_bg_gray.jpg);
	border: solid 1px #999999;
	border-top: solid 1px #cccccc;
	border-left: none;
	color: #006633;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
	
.nav-over {
	background: url(../Images/nav_bg_green.jpg);
	border: solid 1px #999999;
	border-top: solid 1px #cccccc;
	border-left: none;
	color: #000000;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.page-title {
	font-size: 16pt;
	font-weight: bold;
}	

.item {
	/*
	background-color: #f8f8c8;
	border: solid 1px #7c7c64;
	border-top-color: #fbfbe3;
	border-left-color: #fbfbe3;
	*/
	background-color: #ffffff;
	border: solid 1px #808080;
	border-top-color: #e0e0e0;
	border-left-color: #e0e0e0;
}

.item-alt {
	background-color: #c0d9cd;
	border: solid 1px #606d67;
	border-top-color: #dfece6;
	border-left-color: #dfece6;
}

.item-cell {
	/*font-size: smaller;*/
}

.content-box {
	border: solid 1px #004d26;
	border-top-color: #3f8c65;
	border-left-color: #3f8c65;
}

.content-box-header {
	background-color: #006633;
	border-bottom: solid 1px #004d26;
	color: White;
}

.content-box-header A {
	color: White;
	font-weight: bold;
}

.transparent {
	border: none;
	background-color: Transparent;
	color: White;
	font-weight: bold;
	padding-left: 3px;
}

.footer {
	font-size: smaller;
}
