#divUp 
{
}

#divDown 
{
}

#divScrollTextCont 
{
	position: absolute; 
	left:200px; 
	top:160px; 
	width:300px; 
	height:300px;
	overflow:hidden;  
	clip:rect(0px 300px 300px 0px); 
	overflow:hidden; 
	visibility:hidden;
}

#content {
	position:absolute; 
	left:0px; 
	top:0px;
} 

table
{
    border-width: 0 0 0 0;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 0;
    border-width: 0 0 0 0;
	vertical-align: top;
	font-family: verdana;
	font-size: 10;
	color: #000000;
}

td.bottom
{
	vertical-align: bottom;
}

td.mid
{
	vertical-align: middle;
}

img
{
	border-width: 0 0 0 0;
}

.menu
{
	font-size: 10;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
}

a.mlink
{
	font-size: 10;
	color: #222255;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}

a.mlink:hover
{
	font-size: 10;
	color: #444499;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}

a.mlinksel
{
	font-size: 10;
	color: #662222;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
}

.sectiontitle
{
	font-size: 12;
	color: #6D1919;
	font-family: verdana;
}

.formtext
{
	border-bottom: #525252 1px solid;
	border-left: #525252 1px solid;
	border-right: #525252 1px solid;
	border-top: #525252 1px solid;
	font-family: verdana;
	font-size: 8pt;
	height: 16px;
	width: 200px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 0;
}

.formtextarea
{
	border-bottom: #525252 1px solid;
	border-left: #525252 1px solid;
	border-right: #525252 1px solid;
	border-top: #525252 1px solid;
	font-family: verdana;
	font-size: 8pt;
	height: 120px;
	width: 200px
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 0;
}

.formsubmit
{
	border-bottom: #525252 1px solid;
	border-left: #525252 1px solid;
	border-right: #525252 1px solid;
	border-top: #525252 1px solid;
	font-family: verdana;
	font-size: 8pt;
	height: 18px;
	width: 60px
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 0;
	cursor: hand;
}