/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{ border:0px; }

table {	border: 0px; border-collapse:collapse; }

td{	border: 0px; }

body { margin:0px; padding: 0px; border: 0px; 	background-color: #39362D;}

body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AAA8A2;
	line-height:16px;

}

h1 {
	font-family:Arial;
	font-size:20px;		
	font-weight:normal;
	line-height:normal;
	color:#ffffff;
	display:inline;
	height:22px;
}

h2 {
	font-family:Arial;
	font-size:16px;
	color:#AAA8A2;
	display:inline;
	height:18px;
	font-weight:normal;
}

a { font-family:Verdana, Arial, Helvetica, sans-serif; color: #AAA8A2;	text-decoration:none; }

a:hover { color:#C70000; text-decoration:none; }

ul{	padding-left:20px; margin: 5px; }

li { list-style:square; }

input, select, textarea { 
 	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:11px; 
  	color:#201F1A;
	background-color:#ffffff;
	border:1px solid #C7C7C7;
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}

.style2{ border-top:4px solid #47443B; line-height:4px; vertical-align:middle; }

.style3{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#666666;
}

.style4{ 
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	color:#E60000;
}

.style5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	border-bottom:1px solid #DCDCDC;
	width:100%;
}

.style6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E60000;
	border-bottom:1px solid #666666;
	width:100%
}

.style7{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.style8{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#E60000;
}
