/*
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: #555555;
}

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

h2 {
	font-family:Arial;
	font-size:20px;
	color:#555555;
	display:inline;
	border-bottom: 1px solid #CCCCCC;
	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;
	font-size:11px;
	text-decoration:none;
	color:#9D524E;
}

a:hover {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#B7C629;
}

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

li {
	margin-bottom : 6px;
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-size: 18px;
}

.style2{
	font-size: 24px;
}

.style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom:1px solid #333333;
	color:#666666;
}

.style4{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
font-weight: bold;
	color: #607381;
}

.style5{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#C1C549;
}