/*
General CSS
*/

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

table {	border-collapse:collapse; }

td { border-color:0px; }

body { margin:0px; }

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


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#3F3F3F;
	display:inline;
	height:24px;
	font-weight:normal;
}

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

a:hover { color:#58A223; 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: #666666;
	background-color:#ffffff;
	border: 1px solid #D4D5D5;
}

/*____ Custom Styles for dropdown  _______ */

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:BOLD;
	color:#456472; 
	border-bottom:2px solid #456472;
	padding:2px; 
	width:100%;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3F3F3F; 
	border-bottom: 2px solid #3F3F3F;
	padding: 2px; 
	font-size: 12px; 
	font-weight: bold;
	width:100%;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #54A124; 
	border-bottom: 2px solid #54A124;
	padding: 2px; 
	font-size: 12px; 
	font-weight: bold;
	width:100%;
}

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

.style5{
	font-family: Arial, Helvetica, sans-serif;
	color: #54A124; 
	font-size:14px; 
	font-weight:bold;
}
