/* General CSS */

/* padding in editor only, overwritin in style */
img{ }

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

td{	border-color: #CCCCCC; }

body { margin:0px; padding:0xp; border:0px; }

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

h1 {
	font-size:18px;
	font-family: Arial, Verdana, sans-serif;
	line-height:24px;
	color:#262D35;
	display:inline;
	font-weight:normal;
}

h2 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#262D35;
	display:inline;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-family: Arial, Verdana, sans-serif;
	line-height:22px;
	color:#AC893B;
	display:inline;
	font-weight:bold;
}

h4 {
	font-family:verdana;
	font-size:11px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

a { color: #706F6E; text-decoration:none; }

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

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

li { list-style-image:url(/images/backgrounds/bullet_point.gif); background-repeat:no-repeat;  vertical-align:middle; }

input, select, textarea { 
	font-family: verdana;
  	font-size: 12px; 
  	color: #333333;
	padding:0px; margin:0px;
	border:1px solid #C7C7C7; 
	padding-left:3px;
	padding-right:3px;
}


.printsend { font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; }

/*____ Custom Styles for dropdown  _______ */

.style1{ 	
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#AC893B;
	font-weight:bold; 
}

.style2{ 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#595959;
	font-weight:bold; 
}

.style3{ 
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#1C306F;
	font-weight:bold; 
}

.style4{ 	
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	color:#706F6E;
	font-weight:bold; 
}

.style5{ 
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	color:#AC893B;
	font-weight:bold; 
}

.style6{ 
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	color:#1C306F;
	font-weight:bold; 
}

.style7{ 
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7D7D7D;
	line-height:normal;
}

.style8{
	background-image:url(/images/spacers/dotted_line.gif); 
	background-repeat:repeat-x; 
	background-position:left; 
	width:500px;
	height:25px;
}


