html, body
{
	margin: 0px;
	height: 100%;
	background: #999999 url('../images/bg.gif');
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
img
{
	border: 0px;
}
h1 {
	margin-top: -2px;
	font-size: 14px;
	color: #000000;
}
b {
	color: #333;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px 6px 0px 6px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 800px;
	background: #FFFFFF url('../images/bg-1.gif') right bottom no-repeat;
	border-left: 3px solid #9c9c9c;
	border-right: 3px solid #9c9c9c;
}
#header
{
	margin: 0px 0px 4px 0px;
	height: 145px;
	width: 800px;
	background: url('../images/hd.gif') center no-repeat;
}
#maintopic 
{
	width: 800px;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: #f9f9f9 url('../images/pmtp.gif') repeat-x;
	height: 32px;
}

a.maintopic:link, a.maintopic:visited
{
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform: uppercase;
	height: 21px;
}
a.maintopic:hover, a.maintopic:active
{
	text-decoration: none;
}

a.specmaintopic:link, a.specmaintopic:visited
{
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform: uppercase;
	height: 21px;
	background: url('../images/spmtp.gif') repeat-x;
}
a.specmaintopic:hover, a.specmaintopic:active
{
	text-decoration: none;
}
#menu
{
	float: left;
	width: 210px;
	margin: 0px 5px 72px 0px;
	background: url('../images/tl.gif') right top no-repeat;
}
#headline 
{
	margin: 2px 0px 2px 6px;
	padding: 3px 0px 4px 6px;
	width: 90%;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom: 1px dotted #dedede;
}
#content
{
	padding: 20px 5px 0px 5px;
	float: left;
	width: 575px;
	margin-bottom: 92px;
}
#footer
{
	margin-bottom: 5px;
	padding: 25px 40px 15px 0px;
	position: absolute;
	bottom: 0;
	height: 55px;
	width: 760px;
	background-color: #999999;
	border-top: 3px solid #7f7f7f;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
}
#adBox
{
	margin: 2px;
	padding: 4px 3px 4px 12px;
	width: 90%;
	background-color: #f9f9f9;
}
a { 		text-decoration: underline; color: #000000;}
a:active { 	text-decoration: underline; color: #000000;}
a:hover { 	text-decoration: none; color: #000000;}

a.head:link {		text-decoration: none; color: #333333;}
a.head:visited {	text-decoration: none; color: #333333;}
a.head:hover {		text-decoration: underline; color: #333333;}
a.head:active {		text-decoration: none; color: #333333;}

.valuecell
{
	background-color: #f9f9f9;
}
form 
{
	margin: 0px;
    padding: 0px;
	border: 0px;
}
.input 
{
	padding: 3px;
	background-color: #f9f9f9;
	border: 1px solid #c1c1c1;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 96%;
}
.check 
{
	background: #f9f9f9;
	border: 0px;
	height: 20px;
}
.button 
{
	background: #f9f9f9;
	border: 1px solid #c1c1c1;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	height: 26px;
}
select {
	padding: 0px;
	background-color: #f9f9f9;
	border: 1px solid #c1c1c1;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	height: 20px;
}
textarea 
{
	padding: 3px;
	background-color: #f9f9f9;
	border: 1px solid #c1c1c1;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	width: 96%;
}
