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

body,td {
	font-family:"Lucida Sans",Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6B6B6B;
	line-height:18px;
}


h1 {
	font-family:"Swis721 BT", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#5C5C5C;
	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: #6E6D6D;
	text-decoration:none;
}

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

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

li { 
	list-style-image:url(/images/spacers/arrow.gif);
	background-repeat:no-repeat;  
	vertical-align:absbottom; 
}

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

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-weight:bold;
	color:#0A50A1;
}

.style2{
	font-size: 13px;
	color:#0A50A1
}

