body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color:#DEDEDE;
	background-color:#000000;
	margin:0px;
	padding:0px;
	background-position:left top;
	background-repeat:no-repeat;
}
.bold{
font-weight:bold;
}
.input{
	color:#DEDEDE;
	background-color:#333333;
	border: 1px solid #000000;
	margin: 1px;
}

.submit{
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	margin:5px;
}
.topic{
	background-image:url(_files/topic_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:21px;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:#CCCCCC;
	text-align:left;
	vertical-align:middle;
}
.content{
	background-image:url(_files/table_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:solid 1px #222222;
	text-align:left;
	vertical-align:top;
	padding:20px;
}
.comment{
	background-image:url(_files/table_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:solid 1px #222222;
	text-align:left;
	vertical-align:top;
	padding:10px;
}
.imgborder{
	border:solid 1px #333333;
}
.small
{
	font-size:10px;
	color:#999999;
}
a:link{
color:#FFFFFF;
text-decoration:none;
}
a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#FFFFFF;
text-decoration:underline;
}

