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

a { color: #4F4F4F; text-decoration:none; }

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#727272;
	display:inline;
	line-height:normal;
	height:22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color:#454545;
	display:inline;
	height:16px;
	line-height:20px;
}

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

li {
	list-style:square;
	margin-bottom : 2px;
}

input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
  	color: #626262;
	background-color:#ffffff;
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F4F4F;
	display: inline;
	line-height:20px;
}

.style2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008E80;
	display: inline;
	height: 16px;
	font-weight: bold;
}

.style3{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3B3B;
	font-weight: bold;
}

.style4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #278D82;
	font-weight: bold;
}

.style5{ border-top: 1px solid #A3A3A3; }

.style6 { border-top: 1px solid #008E80; }

.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.style8 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2F2F2F;
}

.style9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#278D80;
}

