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

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

p {margin:0; padding:5px 0 5px 0}

hr {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
	background:#CCCCCC;
	height:1px;
}

h1 {
	font-size:18px;
	font-family: Arial, Verdana, sans-serif;
	height:24px;
	color:#4D4D4D;
	display:inline;
	font-weight:bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#75A1F8;
	display:inline;
	height:19px;
	font-weight:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#ffffff;
	display:inline;
}

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

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

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

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

li { line-height:15px; }

input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
  	color: #3A3A3A;
	vertical-align:text-bottom;
}

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

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	color:#D11735;
}

.style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#D11735;
}

.style3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#4D4D4D;
}