/*
General CSS
*/

/* padding in editor only, overwritin in style */

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C4C4C;
	line-height:20px;
}

td { vertical-align:top }

img { border:0px; padding:0px; }

a {	
	color:#4C4C4C;
	text-decoration:none;
}

a:hover {
	color:#72C31C;
	text-decoration:underline;
}

.noborder { border:none; margin:0px; padding:0px;}


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

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FB9F00;
	display:inline;
	height:32px;
	font-weight:normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FF9900;
	display:73BD1E;
	height:32px;
	font-weight:normal;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00A0C6;
	display:inline;
	height:32px;
	font-weight:normal;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00A0C6;
	display:inline;
	height:32px;
	font-weight:normal;
}

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

li { margin-bottom : 6px; list-style-image:url(/images/list.gif);  }

input, select, textarea { font-family: verdana; font-size: 11px; color: #999999; }

/*____ Custom Styles for dropdown  _______ */

.style1{
	color:#333333;
	text-transform:uppercase; 
	font-size:12px;
	text-decoration:none; 
}

.style2{
	color:#FB9F00;
	font-size:12px;
	text-decoration:none; 
}

.style3{
	color:#73BD1E;
	font-size:12px;
	text-decoration:none; 
}

.style4{
	color:#00A0C6;
	font-size:12px;
	text-decoration:none; 
}

.style5{
	color:#00A0C6;
	font-size:12px;
	text-decoration:none; 
}

