/*
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:11px;
	color: #666666;
	line-height:23px;
}

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

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2C0411;
	display:inline;
	line-height:normal;
	height:23px;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	font-size:18px;
	color:#75A1F8;
	display:inline;
	height:35px;
	font-weight:normal;
}


input, select, textarea { 
 	font-family: verdana;
  	font-size: 11px; 
  	color: #7F7F7F;
	background-color:#ffffff;
	border: 1px solid #CACBCB;
}

/*____ Custom Styles for dropdown  _______ */

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

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

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#949597;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B3BFCF;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #628845;
}
