/*Normal Body Font Styles*/
body, p, div, table, tr, td {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}
body
{
    background: url('../images/bg.gif');
}
/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}

/*Form Field Styles*/
input, textarea, select, option {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}

form {margin:0px;} /*Remove Default Form Margin*/



/*Heading Styles*/
h1, h2, h3, h4, h5  {
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #81273c;
    font-size: 17px;
    font-weight: normal;
}
h2 {
    color: #00927b;
    font-size: 15px;
    font-weight: bold;
}

h3 {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    background: url ('../images/h3_bg.gif') no-repeat;
}

h4 {
    color: #838383;
    font-size: 11px;
    font-weight: bold;
}

h1.greentext
{
    color: #FFF;
    font-size: 19px;
    font-weight: normal;
}

p.greentext
{
	color: #FFF;
	text-align:justify;
	font-size:12px;
	padding-right: 45px;
	font-weight:normal;
	}

/*Horizontal Rule*/
hr 
{
    color:#000; background-color:#000; border:none; width: 100%; height: 1px;
}

/*Link Styles*/
a:link, a:visited {
	text-decoration:none;
	color: #81273c;
} 
a:hover, a:active {
	text-decoration: none;
	color: #be7687;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}



.testimonial
{
    background: url(../images/testimonial.gif) no-repeat top left;
    padding: 20px;
    
}


.testimonial em
{
    color: #81273c;
    font-size: smaller;
    font-weight: bolder;
    padding-left: 30px;
}