body{
	font-family: Verdana; font-size: 11px; color: #A0A0B0; margin: 0px; background-color: black ;
	text-align: center;
	scrollbar-face-color: #414141;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #414141;
	scrollbar-3dlight-color: #4D4D4D;
	scrollbar-arrow-color:  #D0D0D0;
	scrollbar-track-color: #323232;
	scrollbar-darkshadow-color: #000000;
}
table{
	font-family: Verdana; font-size: 11px;
	text-align: Left;
	vertical-align: top;
	border: #5E5E5E 1pt solid;
	padding: 0px;
	margin: 0px;
	table-layout:fixed;
	border-collapse:collapse;
}
td{
	vertical-align: top;
}
b{
	color:#D0D0D0;
}
a{
	color: #D0D0D0; text-decoration: none; font-weight: bold;
}
a:visited{
	color: #D4D4D4; text-decoration: none; font-weight: bold;
}
a:hover{
	color: #D0D0D0; text-decoration: underline; font-weight: bold;
}
textarea {
	font-size: 11px;
        border: #5E5E5E 1pt solid;
        background: #363636;
	color: white;
	width:400px;
	height:200px;
}
input {
	font-size: 11px;
        border: #5E5E5E 1pt solid;
        background: #363636;
	color: white;
	width:200px;
}
table.wholeTable{
	width: 800px;
}
table.rowTable{

}
table.formTable{
	width:600px;
}
col.formDescription{
	width:200px;
}
col.formData{
	width:400px;
}
table.smallFormTable{
	width:200px;
}
td.leftTd{
	border: #5E5E5E 1pt solid;
	width:600px;
}
td.rightTd{
	border: #5E5E5E 1pt solid;
	width:200px;
}
td.authorTd{
	font-weight:bold;
	width:200px;
}
td.dateTd{
	width:200px;
}
td.timeTd{
	width:200px;
}
td.titleTd{
	width:200px;
}
td.commentsTd{
	width:600px;
}
td.textTd{
	width:600px;
}
td.linkTd{
	width:200px;
}
p.on{
	color:#A0A0C0;
}
p.ona{
	color:#A0C0A0;
}
p.ono{
	color:#C0A0A0;
}


