﻿body { 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;}

/* ---------------------------- CONTENT --------------------------------- */
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #666666;
  margin: 0 0 18px 0;
  font-weight: normal;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9A0000;
	margin-bottom: 9px;
	font-weight: normal;}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D5B9F;
	margin-bottom: 9px;}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #97C240;
	margin-bottom: 5px;}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A0000;
	margin-bottom: 5px;}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 2px;}
	
div.front {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 21px;}
	
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;}
	
/* ---------------------------- LINKS --------------------------------- */

a.dotted {
	color: #9A0000;
	text-decoration: none;
	border-bottom: 1px #9A0000 dotted;}

a:hover.dotted {
	text-decoration: none;
	border-bottom: 1px #FFFFFF dotted;}
	
	
/* ---------------------------- MISCELLANEOUS --------------------------------- */

li.spaces {
	line-height: normal;
	padding-bottom: 7px;}
	