body#bd {
	padding:200px 0 0;
	color: #333333;
	background: url(body-top.jpg) repeat-x top center #ffffff;	
}


#content {
	position: absolute
}

a:link {
   font-family: Arial;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}

a:visited {
   font-family: Arial;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}


a:active {
   font-family: Arial;
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;
}

a:hover {
   font-family: Arial;
	font-size: 12px;
	color: #55AAFF;
	text-decoration: underline;
}

table {
	font-family: Arial;
	font-size: 12px;
}

.table_decoration {
	border-collapse: collapse;
	border-top: black solid 0px;
	border-left: #DBDBDB solid 1px;
	border-right: black solid 0px;
	border-bottom: #DBDBDB solid 1px;
	background-color: white;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-highlight-color: #55AAFF;
	scrollbar-face-color: #55AAFF;
	scrollbar-shadow-color: #55AAFF;
	scrollbar-darkshadow-color: #DBDBDB;
	scrollbar-track-color: #DBDBDB;
}

.space {
	font-size: 2px;
}

.textfield {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	border: solid 1px;
	border-color: #DBDBDB;
	background-image: url('textfield.gif');
}

#tooltip {
 	width:300px;
    position: absolute;
    z-index: 3000;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    padding: 2px;
    opacity: 0.85;
    font-size: 0.8em;
}
 
#tooltip h3, #tooltip div { margin: 0; }

.button {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3399FF;
	border: solid 0px;
}

textarea {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #DBDBDB;
	overflow:hidden;
}

text-info {
	font-family: Arial;
	font-size: 9px;
	color: #3399FF;
}

select {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}