/*
General CSS
*/

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

table {	border-color: #CCCCCC; border-collapse:collapse; }

td{	border-color: #CCCCCC; }

body { margin:0px; }

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#123968;
	display:inline;
	height:28px;
	font-weight:normal;
	line-height:normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#75A1F8;
	display:inline;
	height:19px;
	font-weight:normal;
}

h3 {
	font-family:verdana;
	font-size:18px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

h4 {
	font-family:verdana;
	font-size:11px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

a { color: #5A5959; text-decoration:none; }

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

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

li { margin-bottom : 6px; line-height:normal; }

input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
  	color: #3A3A3A;
	vertical-align:text-bottom;
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; 
	color:#666666;
}

.style2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#6D3746;
}

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

.style4{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6D3746;
}

.style5{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#6D3746;
}

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

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

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