/*
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:0px;
	background-color:#212121;
	background-image:url(images/backgrounds/bg.gif);
	background-repeat:repeat-x;
}

body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	line-height:17px;
}


h1 {
	font-size:17px;
	font-weight:normal;
	color:#73BE1E;
	padding:0 0 7px 13px;
	margin:0;
}

h2 {
	font-size:14px;
	color:#73BE1E;
	font-weight:normal;
	border-bottom:1px solid #242424;
	margin-right:10px;
	padding:0 0 5px 0;
}

h3 {
	font-size:12px;
	color:#FE6100;
	font-weight:normal;
	margin:0;
}

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

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

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

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

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-size: 13px;
}

.style2{
	font-size: 12px;
	color:#73BE1E;
}

.textHighlight {
	font-weight:bold;
	color:#FE6100;
}

.textHighlightGreen {
	font-weight:bold;
	color:#73BE1E;
}
