@charset "utf-8";
/**************************************************************/
html {
	overflow-y: scroll;
	font-size: 10px;
}
body {
	padding: 0;
	margin: 0;
  min-width: 820px;
	color: white;
	background-image: url(../images/structure/page_background.jpg);
	background-repeat: repeat;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
/**************************************************************/
li{
	padding-bottom: 5px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}
a {
	color:#669900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	padding: 5px 5px 5px 5px;
	margin: 0;
	font-size: 16px;
	font-variant: small-caps;
	background-color: #D3D3A3;
	margin: 5px 0 10px 0px;
}
h3 {
	padding: 5px 5px 5px 5px;
	margin: 0;
	font-size: 14px;
	background-color: #D3D3A3;
	margin: 5px 0 10px 0px;
}
table {
	text-align: left;
	padding: 10px;
	font-variant: normal;
	font-style: italic;
}
table.center {
	width: 170px;
	margin-left: auto; 
	margin-right: auto;
}
#page-wrapper #page-content #content-wrapper #content table tr .center p em strong {
	font-size: 10px;
}
testimonial {
	font-size: 10px;
}

