body {
    background-color: #fff;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    }

a:link {
    color: #aa0707;
    text-decoration: underline;
    }

a:visited {
    color: #578270;
    text-decoration: underline;
    }

a:hover {
    background-color: #e2e8e5;
    text-decoration: none;
    }

a:active {
    color: #578270;
    text-decoration: underline;
    }

table td {
    vertical-align: top;
    }

h2 {
    font-size: 100%;
    color: #578270;
    }

.color {
    background: #e3e8e5;
    }

#inside {
    padding: 15px;
    }

div#outside {
    font-size: 80%;
    text-align: center;
    }

#content {
	width: 500px; 
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border: 1px solid #578270;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 500px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
	}

html>body #content {
    width: 566px; /* ie5win fudge ends */
    }

.form {border-right : #000000 1px solid; border-top : #000000 1px solid; font-size : 15px; border-left : #000000 1px solid; border-bottom : #000000 1px solid;}

.submit2 {font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #578270; background: #e3e8e5;  margin: 2px 0; padding: 1px;}