body {
	margin: 0px;
	padding: 0px;
	background-color: #3a7a7b;
	color: #959594;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.contentTable {
	border: 1px solid #001001;
	border-collapse:collapse;
	border-color: 001001;
	width: 100%;
	background-color: #001F1F;
	color: #959594;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.tableHeader {
	color: #959594;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #001001;
}

.sidebackground {
	background:url(images/sidebg.png)
}

.green {
	color: #009900;
	text-align: center;
	font-weight: bold;
}

p {
	font-size: 13px;
}

H1 {
	font-size: 18px;
	color: #60c064;
}

H2 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #60c064;
}

H3 {
	font-size: 11px;
	font-style: italic;
	color: #000000;
}

.sideMenuLine {
	border-bottom: 1px solid #959594;
	width: 70%;
}

.Panel {
	background-color: #002424;
	border: 1px solid #001010;
	width: 100%;
}

select {
	color: #959594;
	background-color:#002424;
	border: 1px solid #001010;
}

.nonTopPadding {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:  20px;
}

.sidePadding {
	padding: 5px;
}

a:link {
	font-size: 13px;
	color: #94a247;
	text-decoration: none;
}

a:visited {
	font-size: 13px;
	color: #94a247;
	text-decoration: none;

}

a:hover {
	color: #a24747;
	text-decoration: none;
}

.tabMenu a:link {
	font-size: 16px;
	color: #94a247;
	text-decoration: none;
	font-weight: bold;
}

.tabMenu a:visited {
	font-size: 16px;
	color: #94a247;
	text-decoration: none;
	font-weight: bold;
}

.tabMenu a:hover {
	color: #a24747;
	text-decoration: none;
	font-weight: bold;
}

.tabMenu {
	background-color: #002424;
	height: 30px;
}
