* {
	font-family: Verdana, sans-serif, monospace;
	font-size: 12px;
	
}

BODY {
	border: none;
/*	background-color: #ECECEC; */
	margin: 0px;
	padding: 0px;
}

.logo {
	text-align:right;
	padding-right: 80px;
	padding-top: 20px;
}

#navvy {
	align:right;
	padding-right: 120px;"
}

#navvy a {
	font-size:10px;
	padding-right:20px;
}

.selecttittext1 {
	padding: 8px;
	font-size: 10px;
	width: 60%;
}
.selecttittext {
	border-top: 1px solid #708090;
	padding: 8px;
	font-size: 10px;
	width: 60%;
}

.pic  {
	border-top: none;
	width: 1%;
	padding: 8px;
	vertical-align: top;
}

.leftnav {
	font-family: arial;
	width: 90px;
	position: absolute;
	padding: 8px;
	margin-left: 12px;
	margin-top: 10px;
	top: 95px;
}

.maindiv {
	vertical-align: top;
	position: absolute;
	height: 600px;
	left: 130px;
	top: 95px;
	width: 450px;
	padding: 8px;
}

table.comment { 
	//font-family: Georgia;
	border-collapse: collapse;
	width: 100%;
	background-color: #f5f5f5; 
	border: 1px solid #c6c6c6;
}

table.comment td {
	//font-family: Georgia;
	border: 1px solid gray;
	padding: 18px;
}

.inputtext { 
	background-color: #EEEEEE;
	border: 1px solid gray;
	color: black; 
	vertical-align: middle;
	border: 1px solid gray;
}

a:link, a:visited, a:active {
	color: gray;
	text-decoration: none;
}
a:hover  {
	color: black;
	
}

.submit {
	background-color: lavender;
	vertical-align: middle;
	border: 1px solid gray;
}

.fifb { 
	font-weight: bold;
	//font-family: Georgia;
	font-size: 15px;

}
.seltittext { 
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

