body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	}

div#top {
	height:160px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
}

div#toptop {
	background-color:#F6F3E0;
	border-bottom:4px solid #DCD8BD;
	border-top:2px solid #F6F3E0;
	height:52px;
}

div#vertical{
	height:325px;
	margin: 0 30px 0 0;
	float:left;
	border-left:1px dashed #BCB;}

div#content {
	width: 700px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	}

p, td {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}

tr {
	line-height: 16px;
	}
	
b {
	color: #4F856D;
	text-transform: uppercase;
	}
	
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B97A7A;
	}

a:hover {
	text-decoration: underline;
	color: #000000;
	}

input, select, textarea {
	border: #BCB solid 1px;
	background-color: #fff; 
	color: #808080;
	font-family: verdana, arial, sans-serif;
	font-size: 10px; 

	margin: 0px 6px 0px 0px;
	}
