/*
General CSS
*/

/* padding in editor only, overwritin in style */
img{
	border:2px;
}

table {
	border-color: #CCCCCC;
	border-collapse:collapse;
}

td{
	border-color: #CCCCCC;
	vertical-align:top;
}

body {
	margin-top:0px;
	background-color:#434E68;
}

body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height:18px;
}


h1 {
	font-family:Arial;
	font-size:21px;
	color:#E42C4C;
	display:inline;
	line-height:25px;
	font-weight:normal;
}

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:#666666;
	display:inline;
}

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

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

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

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

li {
	margin-bottom : 6px;
}

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

/*____ Custom Styles for dropdown  _______ */

.style1{
	color:#E42C4C;
	font-weight:bold;
}

.style2{
	color:#6A8DB6;
	font-weight:bold;
}

.style3{
	color:#E42C4C;
}

.style4{
	color:#6A8DB6;
}

.style5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:16px;
}


