/* CSS Document */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	margin:0;
	text-align:center;
}

hr {
	border:0px;
	border-top:1px dotted #9AAB9A;
	border-bottom:1px dotted #9AAB9A;
}

#maincontainer {
}

#content {
	font-size:80%;
	text-align:left;
}

#content h1 {
	font-size:medium;
}
#content h2 {
	font-size:small;
}

#content a {
	color:#003399;
	text-decoration:none;
}
#content .tf {
	border:1px solid #555759;
	width:250px;
	font-size:100%;
}

.lfield {
	float:left;
	text-align:right;
	width:120px;
	margin-right:10px;
	margin-bottom:10px;
}

.ffield {
	float:left;
	margin-bottom:10px;
}

.boxtop {
	background-image:url(../images/boxtop.png);
	height:12px;
	width:700px;
}
.boxcont {
	background-color:#fbfbfb;
	padding:0 12px;
	width:700px;
}
.boxbot {
	background-image:url(../images/boxbot.png);
	height:12px;
	width:700px;
}
.small {
	font-size:x-small;
}

.blockheader {
	height:20px;
	font-weight:bold;
}

.blockheaderleft {
	display:none;
}

.blockheaderright {
	display:none;
}

.blockheadertitle {
	float:left;
	min-width:200px;
	padding:4px 0px 4px 0px;
	height:12px;
	overflow:hidden;
	margin:0px 16px 0px 16px;
}

.block {
	margin-bottom:60px;
}

.blockcontent {
	margin:0px 16px 0px 16px;
}

.grtop {
	display:none;
}

.grbot {
	display:none;
}

.grtop .grleft {
	display:none;
}

.grtop .grright {
	float:right;
	width:8px;
}

.grbot .grleft {
	display:none;
}

.grbot .grright {
	display:none;
}

#forum th {
	font-weight:normal;
}
