html {overflow-y: scroll;}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ff1493;
	text-align: center;
	scrollbar: always;
}

body.content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	text-align: justify;
}

table.main { 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center; 
	width: 760px;
	background: #fff;
	border-collapse: collapse;
}

table.form { 
	width: 740px;
	text-align: center; 
	background: #fff;
	border-collapse: collapse;
}

td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

td.corner {
	width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	vertical-align: bottom;
	border: none;
}

td.border {
	width: 730px;
	height: 15px;
	background: #9acd32;
}

td.space {
	height: 10px;
	background: #ff1493;
}

td.credits {
	width: 730px;
	font-family: Arial; 
	font-size: 9px;
	text-align: center;
	background: #ff1493;
}

td.logo {
        text-align: center;
	vertical-align: middle;
	background: #9acd32;
}

td.content {
	padding: 10px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: justify;
}

td.menutop {
	padding: 0px;
	vertical-align: bottom;
	background: #fff;
	text-align: left;
}

td.menubottom {
	padding: 0px;
	vertical-align: bottom;
	background: #fff;
	text-align: right;
}

td.contact {
 	font-family: Arial; 
	font-size: 10px;
	background: #fff;
	text-align: center;

}

td.mtc {
	background: #fff;
}

td.form {
	padding: 0px;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
	width: 250px;
}

ul.nobullet {
  	list-style-type: none
}


label {

	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6e8b3d;
        background-color: transparent;
}


img { 
	border: none; 
	margin: 0px 0px;
}

img.corner { 
	width: 15px;
	height: 15px;
	border: none; 
	margin: 0px 0px;
	text-align: center;
  	display: block;
}

hr {
	color: #6e8b3d;
	background-color: #6e8b3d;
	height: 1px;
	border: 0px;
}

A:link {
	color: #6e8b3d; 
	font-family: Arial, sans-serif; 
	text-decoration: none; 
	background-color: transparent;
}

A:visited {
	color: #6e8b3d; 
	font-family: Arial, sans-serif; 
	text-decoration: none; 
        background-color: transparent;
}

A:active {
	color: #6e8b3d; 
	font-family: Arial, sans-serif; 
	text-decoration: none; 
        background-color: transparent;
}

A:hover {
	color: #9acd32; 
	font-family: Arial, sans-serif; 
	background-color: transparent;
}

.menu {
	font: bold 16px arial;
	padding: 5px 0;
	margin: 0;
	width: 66%;
	background-color: #9acd32;
}

.menuleft {
	text-align: left;
	float: left;
}

.menuright {
	text-align: right; 
	float: right;
}

.menu li {
	list-style: none;
	display: inline;
}

.menu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #9acd32;
	border: 2px solid #9acd32;
}

.menu li a:hover {
	color: black;
	background-color: #6e8b3d;
	border-style: outset;
}
 
html>body .menu li a:active {
	border-style: inset;
}
