body {
	background-color: #F3F4F4;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;}
  
/* ---------------------------- CONTENT --------------------------------- */

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #566050;
  margin: 0 0 18px 0;
  font-weight: normal;}
  
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #FF9C00;
  margin: 0 0 8px 0;
  font-weight: bold;}
  
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #666666;
  margin: 0 0 10px 0;}
  
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #336cb6;
  font-weight: bold;
  margin: 0 0 0 0;}

td.content {
  font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
	vertical-align: top; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px;}
	
td.menu {
	font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;}
	
td.contact {
  font-family: Lucida Grande, Geneva, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
	vertical-align: top; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px;}

div.small {font-size: 11px;}
  
/* ---------------------------- FOOTER --------------------------------- */
  
td.footer {
	font-family: tahoma, ms sans serif;
	font-size: 10px;
	text-align: left;
	background: #ffffff;
	color: #908b8b;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;}
  
a.footer {
  font-size: 10px;
  color: #CC0000;
  text-decoration: none;
  font-weight: normal;}
  
a.footer:hover {
  font-size: 10px;
  color: #908b8b;
  text-decoration: none;
  border-bottom: 1px #000000 dotted;
  font-weight: normal;} 
  
/* ---------------------------- FORMS AND LISTS --------------------------------- */
 
input, select, textarea {
  font-family: tahoma, ms sans serif;
  font-size: 11px;
  color: #333333;}
  
li {
  text-indent: 0;
  text-align: left;
  padding-bottom: 5px;} 
 
/* ---------------------------- LINKS --------------------------------- */

a.normal {
  font-size: 12px;
  color: #CC0000;
  text-decoration: none;
  font-weight: normal;}
  
a.normal:hover {
  font-size: 12px;
  color: #CC0000;
  text-decoration: none;
  border-bottom: 1px #000000 dotted;
  font-weight: normal;}
  
a.blank {
  font-size: 12px;
  color: #CC0000;
  text-decoration: none;
  font-weight: normal;}
  
a.blank:hover {
  font-size: 10px;
  color: #908b8b;
  text-decoration: none;
  font-weight: normal;}  
  
a.bold {font-weight: bold;)

/* ---------------------------- ETC --------------------------------- */

hr {
  color: #E9E9E9;
  height: 1px;}
	
.red {color: #FF0000;}