@CHARSET "ISO-8859-1";

/****** global classes ******/
.left{
	float: left;
}
.right{
	float: right;
}
.nomargin{
	margin: 0px;
}
.italic{
	font-style: italic;
}
.white_outer_wrap{
	width: 100%;
    background-color: #fff;
}
.orange{
    color: #ecb472 !important;
}
.noborder{
	border: 0px !important;
}
.black_headings{
    font-size: 10px;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/****** Overridden properties ******/
body, table, td, p, li, dd, dt, label, input, select, textarea{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #707070;
}
p, li, td{
    line-height: 16px;
}
h1{
	font-size: 28px;
	color: #11a849;
	font-weight: bold;
    margin-bottom: 20px;
}
h2{
	font-size: 15px;
	color: #0ea045;
	font-weight: bold;
	margin-bottom: 14px;
}
h3{
	font-size: 16px;
	color: #707070;
	font-weight: bold;
	margin-bottom: 5px;
}
h4{
	font-size: 13px;
	color: #707070;
	font-weight: bold;
	margin-bottom: 0px;
}
h5{
}
a{
	color: #e48719;
	text-decoration:underline;
	outline: none;
}
p{
    margin-bottom: 10px;
}

