body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-left: 0;
	margin-top: 0;
	margin-width: 0;
	margin-height: 0;
	background-image: url(art/bkg_header.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { color : #0C6A24; text-decoration : none}
a:visited { color : #0C6A24; text-decoration : none}
a:hover { color : #2E3C5B; text-decoration : underline }

.tableMain {
	border: 1px solid #0C6A24;
}
.tableMain td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	cursor: hand;
}
.tableMain th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0C6A24;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #003300;
	color: #FFFFFF;
	padding: 2px;
}
/*Menu table*/
.tableMenu {
	border-collapse: collapse;
}
.tableMenu th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C6A24;
	padding: 3px;
	border-collapse: collapse;
	border-bottom: 1px solid #FFFFFF;
	background-color: #CDED8B
}
.tableMenu td {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	cursor: hand;
	color: #003300;
}

.tableCoList {
	border: 1px solid #0C6A24;
}
.tableCoList td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #006600;
	border-bottom-style: solid;
	padding: 4px;
}
.tableCoList th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0C6A24;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #003300;
	color: #FFFFFF;
	padding: 2px;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
