/*
General CSS
*/

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

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

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

a {	
	color:#5C5C5C;
	text-decoration:underline;
}

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

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

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#112E5F;
	display:inline;
	line-height:24px;
	font-weight:normal;
}

h2 {
	color:#F97D12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	display:inline;
	line-height:24px;
	text-decoration:none; 
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#112E5F;
	display:inline;
	line-height:24px;
	font-weight:bold;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	display:inline;
	line-height:24px;
	font-weight:bold;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#112E5F;
	display:inline;
	line-height:20px;
	font-weight:normal;
}

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

li { 
	margin-bottom:3px;
	list-style-image:url(/images/list.gif); 
	background-position:top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px; 
}

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

/*____ Custom Styles for dropdown  _______ */

.textHighlight {
	color:#F97D12;
	font-weight:bold;
}

.style1{
	color:#F97D12;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	display:inline;
	line-height:24px;
	text-decoration:none; 
}

.style2 {
	color:#F97D12;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	line-height:19px;
	text-decoration:underline; 
}



