/*
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: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #666666;
}


h1 {
	font-family:Arial;
	font-size:18px;
	color:#7C6856;
	display:inline;
	line-height:normal;
	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:11px;
	color: #666666;
	display:inline;
	line-height:normal;
	font-weight:bold;
}

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

a:hover {
	color: #6091B6;
	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-size: 18px;
}

.style2{
	font-size: 28px;
}

.style3 {
	border-top:1px solid #DFE0E1;
}

