/* BODY CSS */
/* Constants 

*/

html {
	width:100%;
	height: auto;
}

body {
	/*background: url('../img/bg_body.gif') #000;*/
	background: #000;
	margin: 0px;
 	padding: 0px;
	width:100%;
	height: auto;
	text-align:left;
	font-family: Lucida Sans Unicode, Lucida Sans, Verdana, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

table{
	border-collapse:collapse;
}

table,input,textarea,select{
	margin: 0px;
 	padding: 0px;
 	text-align:left;
	font-family: Lucida Sans Unicode, Lucida Sans, Verdana, Helvetica, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #333;
}

input,textarea,select{
	color: #333;
}

form { 
	display: inline; 
}

input, select {
	border: 1px solid #999;
	background: url(../img/txtback.jpg) repeat-x #FFF;
	color: #333;
	width: 200px;
}

input .srch{
	border: 0px;
}

select{
	border: 1px solid #999;
	background: url(../img/txtback.jpg) repeat-x #FFF;
	color: #333;
}

img{
	border: 0px;
}

ul {
	padding-left: 20px;
}

li{
	list-style-position: inside;
}

a{
	color: #FFF;
	text-decoration: none;
}

a:hover{
	/*color: #f4f5d1;*/
	color: #FC2;
	text-decoration: none;
}