body {
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "arial";
	font-size: 8pt;
	font-weight: normal;
	margin:40px;
	color: #6c6c6c;
}

A:link, A:visited, A:active { color: #90a096; font-weight: bold; font-size: 8pt; text-decoration: none; }
A:hover { color: #90a096; font-weight: bold; font-size: 8pt; text-decoration: none; }


A.blue:link, A.blue:visited, A.blue:active { color: #1a34b9; font-weight: bold; font-size: 8pt; text-decoration: none; }
A.blue:hover { color: #1a34b9; font-weight: bold; font-size: 8pt; text-decoration: none; }


#green { color: #90a096; font-weight: bold; font-size: 8pt; }


.textbox { 	background: transparent; 
			background-color: #F8F8F8; 
			border: 1px solid #000000; 
			color: #000000; 
			font-family: Verdana,Arial,Helvetica; 
			font-size: 8pt; 
			text-align: left; 
}


#main_container {

	border: none;
	width:609px;

}

table.form {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.form th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.form td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}