/*Embellish Style Sheet, October 2009*/

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #442D7E;
	font-size: 100%;
	}
body,td,th {
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.leftnav_buttons {
	height: 52px;
	background-image: url(images/button-back.gif);
	background-repeat:no-repeat;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;	
}

.leftnav_buttons a:link, .leftnav_buttons a:visited {
	color: #442D7E;
	text-decoration: none;
	
}

.leftnav_buttons a:hover, .leftnav_buttons a:active {
	color: #CB834B;
	text-decoration: none;
	
}

.footer {
	background-image: url(images/footer-back.gif);
	background-repeat:repeat-x;
	background-color:#EEEBF5;
	padding-top: 10px;
	padding-right: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	text-align: right;
}

.content {
	padding: 10px 20px 10px 20px;
	text-align: left;
}

.content p {
	font-size: 90%;
}

.content ul li {
	font-size: 90%;
}

.content ol li {
	font-size: 90%;
}

H2 {font-size: 140%;
font-weight: bold;
color: #F79950;
}

H3 {font-size: 120%;
font-weight: bold;
color: #8DAA6F;
margin-bottom: -5px;
}

H4 {font-size: 90%;
font-weight: bold;
margin-bottom: -15px;
}



