/*
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;
	background-color:#EBEBEB;
	background-image:url(/images/backgrounds/page_bg.gif);
	background-repeat:repeat-x;
}

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


h1 {
	display:inline;
	height:35px;
	font-size: 13px;
	color:#584541;
	font-weight:bold;
}

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

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

li {
	margin-bottom : 6px;
}

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


/*____ Custom Styles for dropdown  _______ */

.subheading{
	font-size: 13px;
	color:#584541;
	font-weight:bold;
}

.purple{
	color:#604B60;
}

