/*
General CSS
*/

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

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

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

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

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

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

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#386295;
	display:inline;
	line-height:25px;
	font-weight:normal;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#038CB9;
	display:inline;
	line-height:26px;
	font-weight:normal;
	vertical-align:middle;
}


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

li { margin-bottom:3px; }

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

/*____ Custom Styles for dropdown  _______ */

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

