body {
	font-family: verdana;
	font-size: 10px;
	
	margin: 0px 0px 0px 0px;
	background-color: #d0b38c;
	overflow:hidden;
}

body.content {
	background-color: #FFFFFF;
}

body.content_window {
	background-color: #FFFFFF;
	margin: 0px 10px 10px 10px;
	overflow: auto;
}

table.white { 
	width:660px; 
	margin:auto;
	background-color: #FFFFFF;
}

td {
	font-family: verdana;
	font-size: 10px;
}


.absDiv {
	position: absolute;
	visibility: hidden;
	overflow: hidden
}

.absDiv_content {
	position: absolute;
	visibility: visible;
	overflow: hidden
}

h1 {
	font-family: helvetica, verdana, arial;
	font-size: 16px;
	font-weight: bold;
}

ul.arrow {
	margin: 0 0 10 10;
	padding: 0 0 0 0;
	list-style-image: url(/images/icon_arrow_black.gif); 
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 13px;
}
