/*
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:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #575757;
	line-height:18px;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#165C83;
	height:24px;
	display:inline;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	font-size:14px;
	color:#8B0030;
	display:inline;
	height:25px;
	font-weight:bold;
}

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

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

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

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

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-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#165C83;
	height:18px;
	font-weight:normal;
}
.style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8B0030;
	height:18px;
	font-weight:normal;
}
.style3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#877052;
	height:18px;
	font-weight:normal;
}

.style4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#165C83;
	height:18px;
	font-weight:normal;
}
.style5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8B0030;
	height:18px;
	font-weight:normal;
}
.style6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#877052;
	height:18px;
	font-weight:normal;
}
