body {
	margin: 0;
	background-color: #002b42;
	font-family: verdana;
	color: #666666;
	font-size: 10pt;
}

td {
	line-height:18px;
}

.nodisp {
	display: none;
}

#main {
	width: 900px;
	margin: 20px 0;
	background: white url(/images/topcorner.png) top left no-repeat;
	text-align: center;
}

#content_container {
	margin: 15px 40px 2px 40px;
	text-align: left;
	border: 0px solid green;
}

#footer {
	width: 900px;
	margin: 0;
	background: white url(/images/bottomcorner.png) bottom right no-repeat;
	text-align: left;
}

#footer img {
	margin: 0 0 15px 35px;
}

#footer_txt {
	font-size: 8.5pt;
	color: #5d7889;
	line-height: 14px;
	font-family: Verdana;
}

.model_nav a {

	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 2px;
	color: #666666;
	text-decoration: none;

}

.model_listing {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}

a {
	color: #009dd7;
}

a:hover {
	color: #57BDB2;
}

input {

	font-size:12px;
	background: #eeeeee;
	color: black;
	border: 0px;
	padding: 5px;

}

select {

	font-size:12px;
	background: #eeeeee;
	color:black;
	border: 0px;

}

td {

	font-size: 12px;
	font-weight: normal;

}

.becomemodel {

	font-size: 20px;
	line-height:33px;
	color:#aaaaaa;
	text-align: left;

}