/*
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:11px;
	line-height:17px;
	color:#7D7C7C;
}

h1 {
	font-family:Arial;
	font-size:20px;
	color:#3F3F3F;
	display:inline;
	line-height:normal;
	font-weight:normal;
}

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

a {
	color: #7D7C7C;
	text-decoration:none;
}

a:hover {
	color:#FA700D;
	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{
	font-family:Arial;
	font-size: 14px;
	color:#3F3F3F;
}
