body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#666666;
	text-decoration: underline;
	}

a:hover {  
	color:#9aa948;
	text-decoration: none;
	}
table.bg {
	background: url(images/bg.gif) top center no-repeat;
}
p {
  color: #666666;
  font-size: 12px;
  line-height: 17px;
  text-align:left;
  margin: 0 0 16px 0;
}
ul.bullet {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
}

/* MAIN PANEL ------------------------------------------------------------------ */

#main-panel {
	padding: 30px 30px 15px 30px;
}
#main-panel-contact {
	padding: 30px 70px 15px 30px;
	background: url(images/bg-main-contact.jpg) top right no-repeat;
}
#main-panel h1, #main-panel-contact h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #996699;
	margin: 0 0 16px 0;
}
#main-panel h2, #main-panel-contact h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #9aa948;
	margin: 0 0 8px 0;
	padding: 0;
}
#main-panel h3, #main-panel-contact h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #9aa948;
	margin: 0 0 8px 0;
	padding: 0;
}
#main-panel table p, #main-panel-contact table p {
  color: #666666;
  font-size: 12px;
  line-height: 13px;
  text-align:left;
  margin: 0 0 0 0;
  padding: 3px 0;
}
#main-panel table td, #main-panel-contact table td {
	border-bottom: #ddd 1px solid;
}
/* FOOTER ------------------------------------------------------------------ */

#footer {
	font-size: 11px;
	color:#CCCCCC;
	border-top: 1px solid #e2e2e2;
	margin: 0 30px 0 30px;
	padding: 10px 0 0 0;
	}
#footer p {
	font-size: 11px;
	color:#CCCCCC;
	}

#footer p a:link, #footer p a:visited{
	color:#CCCCCC;
	text-decoration:none;
	}

#footer p a:hover {
	color: #999999;
	text-decoration:underline;
	}