/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{
	border:2px;
}

table {
	border-color: #CCCCCC;
	border-collapse:collapse;
}

td{
	border-color: #CCCCCC;
	vertical-align:top;
}

body {
	margin-top:40px;
	margin-left:0px;
	margin-right:0px;
	background-color:#1B518C;
	vertical-align:top;
	vertical-align:top;
}

body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}


h1 {
	font-family:"Swis721 Lt BT", Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#B2B2B2;
	display:inline;
	height:35px;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#75A1F8;
	display:inline;
	height:35px;
	font-weight:normal;
}

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: #1A79B0;
	text-decoration:none;
}

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

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

li {
	margin-bottom : 6px;
}

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

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-size: 18px;
}

.style2{
	font-size: 28px;
}

.bluetitle { color:#1A79B0;}