/*
General CSS
*/

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

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

td{
	border-color: #CCCCCC;
}

body {
	margin:0px; 
}

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


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#72511E;
	display:inline;
	height:22px;
	font-weight:normal;
}

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

a {
	color: #696969;
	text-decoration:none;
}

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

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

li { line-height:15px; }

input, select, textarea { 
	border:1px solid #C2C2C2; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/white.gif);
	background-repeat:repeat;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px; 
  	color: #464646;
}



/*____ Custom Styles for dropdown  _______ */

.style1{
	color:#C1A15B;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style2{
	color:#72511E;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style3{
	color:#72511E;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


