/* General CSS */

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

table {	border-collapse:collapse; }

td { border-color: #CCCCCC; }

body { margin:0px; }

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

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

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

ul{
	padding-left: 10px;
	margin: 10;
	list-style-image: url(images/bullet_point.gif);
}

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

h2 {
	font-family:Arial;
	font-size:18px;
	color:#75A1F8;
	display:inline;
	height:35px;
	font-weight:normal;
}


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

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	display: inline;
	height: 18px;
}

.style2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008E80;
	display: inline;
	height: 16px;
	font-weight: bold;
}

.style3{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	font-weight: bold;
}

.style4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #278D82;
	font-weight: bold;
}

.style5{ border-top: 1px solid #A3A3A3; }

.style6 { border-top: 1px solid #008E80; }


