/*
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:13px;
	color: #3E3E3E;
}

h1 {
	font-family:Arial;
	font-size:18px;
	color:#000066;
	display:inline;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	font-size:17px;
	color:#000066;
	display:inline;
	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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#105592;
	text-decoration:none;
}

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

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

li {
	margin-bottom : 6px;
}

/*____ Custom Styles for dropdown  _______ */

.style1 {
	font-family: Helvetica;
	font-size: 14px;
	color:#163F6E;
	border-bottom: 1px solid #CCCCCC;
}

.style2 {
	font-size: 12px;
	font-weight:bold;
	color:#163F6E;
	border-bottom: 1px solid #CCCCCC;
}

.style3 {
	font-size: 12px;
	font-weight:bold;
	color:#5E5E5E;
	border-bottom: 1px solid #CCCCCC;
}

.style4 {
	font-size: 12px;
	font-weight:bold;
	color:#163F6E;
}

.style5 {
	font-size: 12px;
	font-weight:bold;
	color:#5E5E5E;
}

.style6 {
	font-family: Arial;
	font-size: 16px;
	color:#163F6E;
}

.style7 {
	font-family: Arial;
	font-size: 16px;
	color:#5E5E5E;
}