/*
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;
	line-height:20px;
	color: #474747; 
}


h1 {
	font-family:Arial;
	color:#292E31;
	display:inline;
	font-size:24px;
	font-weight:bold;
	height:28px;
	width:487px;
}

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

h3 {
	font-family:verdana;
	font-size:18px;
	letter-spacing:0px;
	color:#FE8700;
	display:inline;
}

h4 {
	font-family:verdana;
	font-size:11px;
	letter-spacing:0px;
	color:#666666;
	display:inline;
}

a {
	color: #474747;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

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

li {
	line-height:16px;
}

hr{
	color:#DDE0E1;
	width:487px;
	height:9px;
	text-align:left;
}

input, select, textarea { 
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #474747;
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FE8700;
}

.style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#474747;
	line-height:18px;
}

.style3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FE8700;
	line-height:20px;
	text-decoration:none;
}

.style4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

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

.content{
	padding-left:23px;
}

.orangeheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FE8700;
}

.greyheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#474747;
}