/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background-color: #d0c5aa;	
	background-image:  url(include/mainbacking.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

table {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
    text-decoration: none;
	line-height: 1.3;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color : #60563d;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	}
	
h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
    font-weight: bold;		
	}
	
footer {
	color: ffffff;
	font-size : 11px;
	}		
	
a:link {
  color: #A21655;
  text-decoration: none;
  font-weight: bold; }
  
a:visited {
  color: #A21655;
  text-decoration: none;
  font-weight: bold; }
  
a:hover { 
  color: #A21655;
  text-decoration: underline;
  font-weight: bold; }
  
a:active {
  color: #60563d;
  text-decoration: none;  
  font-weight: bold; }
