/*
General CSS
*/

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

table {	border: 0px; border-collapse:collapse; }

td{	border: 0px; }

body { margin:0px; padding: 0px; border: 0px;}

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

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

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight:normal;
	color:#808080;
	display:inline;
	line-height:normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#A8A8A8;
	display:inline;
	line-height:normal;
}

a { color: #5D5D5D;	text-decoration:none; }

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

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

li { list-style:square; }

input, select, textarea { 
 	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:11px; 
  	color:#666666;
	background-color:#ffffff;
	border:1px solid #C7C7C7;
}

/*____ Custom Styles for dropdown  _______ */

.style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px; 
	color:#666666;
}

.style2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#87C827;
}

.style3{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight:bold; 
	color:#666666;
}

.style4{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#87C827;
}

.style5{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#87C827;
}

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

.style7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	border-bottom:1px solid #DCDCDC;
	width:100%;
}

.style8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#87C827;
	border-bottom:1px solid #666666;
	width:100%
}

.bodyTestimonial {
	background:#e2f0cc;
	border:2px solid #8CCA30;
	padding:10px;
}

.tablepadding{
    padding-left: 20px;
}
