/*fonts.css*/
body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body
{
	background: #999966;
	margin: 0;
	padding: 0;
}
#Table_01 tr td
{
	background: #CCCC99;
	vertical-align: top;
}


#centered
{
	width: 100%;
	height: 100%;
}
#bodytext
{
	overflow: auto;
	height: 345px;
	padding: 0;
	color: #232323;
	width: 600px;
	font-size: 90%;
}
#bodytext h1
{
	font-size: 13px;
	margin-bottom: 9px;
	line-height: 1;
	text-transform:uppercase;
	font-weight: normal;
}
#bodytext h1 strong
{
	font-size: 21px;
	margin-bottom: 9px;
	margin-right: .5em;
	line-height: 1;
	text-transform:uppercase;
}
	
#bodytext a:link
{
	color: #003300;
	text-decoration: none;
}
#bodytext a:visited
{
	color: #333333;
	text-decoration: none;
}
#bodytext a:active, 
#bodytext a:hover
{
	color: #CC3300;
}

div.dropmenudiv
{
	width: 89px;
	position: absolute;
	top: 0;
	z-index: 9999;
	visibility: hidden;
}

