/* CSS Document */

html, body {margin:0;padding:0;} 

body {
	font-size: 12px;
	font-family:Arial,Tahoma;
	background-image:url(../images/bg.gif);
	line-height:17px;
	}

table {
	font-family:Arial,Tahoma;
	color: #1D0501;
	font-size: 12px;
}
td {
     word-break: normal; 
}

a:link,
a:visited {
	text-decoration: none;
	color: #1D0501;
}
a:hover {
	text-decoration: underline;
	color:#1D0501;
}

.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
/****** Form Controls Styles ******/
form {
	display: inline;margin:0;padding:0;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}


textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #e8bb48;
	background-color: #FFFFFF;
}
select { 
	border: 1px solid #e8bb48;
	font-family: Tahoma, Arial; 
	color: #414141;
	padding: 1px 2px 2px;
	height: 12px;
	background-color: #FFFFFF;
}


li{list-style:none} 
