/*
General CSS
*/

/* padding in editor only, overwritin in style */
body {
	margin:0px;
	text-align:center;
	background-color:#E6E6E6;
}

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

h1 {
	font-size:22px;
	color:#2E658C;
	display:inline;
	font-weight:normal;
	line-height:25px;
}

h2 {
	font-size:12px;
	color:#0D527D;
	display:inline;
	font-weight:bold;
}

h2.newsHeading {

	margin-top:44px;
	display:block;
	margin-bottom:0px;
}

h3 {
	font-family:verdana;
	font-size:18px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

h4 {
	font-family:verdana;
	font-size:11px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

a {
	color: #0D527D;
	text-decoration:none;
}

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

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

li {
	margin-bottom : 6px;
}

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

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-size: 18px;
}

.style2{
	font-size: 28px;
}


.smalltext { font-size:10px; }