/*
General CSS
*/

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

table {
	border-collapse: collapse;
}

td{
	border-color: #CCCCCC;
}

body {
	margin:0px; 
}

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


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:27px;
	display: inline;
	line-height:normal;
	font-weight:normal;
	color:#AAAAAA;
}

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

h3 {
	font-family:Verdana;
	font-size:11px;
	color: #666666;
	display:inline;
	line-height:normal;
	font-weight:bold;
}

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

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

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

li {
	margin-bottom : 6px;
}

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

/*____ Custom Styles for dropdown  _______ */

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

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

