.kw {display:none;}

body {
	margin: 10;

	background-color: #000000;
	color:#F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;

	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
}

.bindex
{
	background-color: #002D52;
	overflow:auto;
}

/* General font families for common tags */
div,font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px }
a:link,a:active,a:visited { color : #3B9AD1; text-decoration:none }
a:hover		{ text-decoration: underline; color : #9CCCE8; }
hr	{ height: 1px;}


.catTitle
{
	color:#9CCCE8;
	background-color:#143D54;
	width:270;
	padding:2;
	padding-left:4;
	border-bottom:solid #9CCCE8 1px;
	font-family:monotype;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}



.aliniat
{
	text-indent:50px;
	margin-top:7px;
}



a.menu { text-decoration: none; color: #FFFFFF; }

div.black {background-color:black;color:white;height:100%;width:100%;}




/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	border-width:1px;
}


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #000000;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}


