/*
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;
}

body.mceContentBody  {
	background:#fff;
}

a.featuredButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 6px 20px;
	background-color:#154260;
	
	background: -moz-linear-gradient(
		top,
		#11609c 0%,
		#154260);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#11609c),
		to(#154260));
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #154260;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

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; }
