body {
	color: #2F4F4F;
	background-color: #2F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

a {
	font-size: small;
	color: #2E8B57;
	background-color: White;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #2E628B;
	background-color: White;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a img {
	border: none;
}

div.content {
	width: 1px;
	height: 350px;
	width: 1px;
	font-size: 0px;
}

td.dotted {
	background-image: url(../include/dot.gif);
}

div.menu {
	width: 150px;
}

div.menu3 {
	width: 130px;
	margin-left: 20px;
}

div.menu4 {
	width: 130px;
	margin-left: 20px;
}

div.space {
	height: 3px;
	font-size: 0px;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color : #2F4F4F;
	border : 1px solid Black;
	color : White;
	display : block;
	padding-bottom : 2px;
	padding-top : 2px;
	text-decoration : none;
	text-align: center;
	width : 100%;
}

.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color : #228B22;
	border : 1px solid Black;
	color : White;
	text-decoration : none;
}

.menu2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color : #32CD81;
	border : 1px solid #2F4F4F;
	color : #2F4F4F;
	display : block;
	padding-bottom : 2px;
	padding-top : 2px;
	text-decoration : none;
	text-align: center;
	width : 100%;
}

.menu2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color : #32CD81;
	border : 1px solid #2F4F4F;
	color : #2F4F4F;
	text-decoration : none;
}

h1 {
	color: #2F4F4F;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

p.center {
	text-align: center;
	color: White;
}

p.terms {
	text-align: center;
	color: White;
}

.terms a {
	color: White;
	background-color: transparent;
}

.terms a:hover {
	color: Yellow;
	background-color: transparent; 
}

table {
	border: double #3CB371;
	background-color: White;
	color: #2F4F4F;
	padding: 0px;
	width:710px;
}

table.invisible {
	width: auto;
	border: none;
}

table.data {
	width: 100%;
	border: none;
}

.data td {
	width: auto;
	border: 1px solid #2F4F4F;
	empty-cells: show;
}

table.visible {
	width: auto;
	border: none;
}

.visible td {
	width: auto;
	border: 1px solid #2F4F4F;
}

td {
	vertical-align: top;
	text-align: left;
}