body 	{
	background: #FFFFFF url(images/07/bg.gif);
	padding: 0;
	margin: 0;
	}
body 	{ 
	font-family: tahoma;
	letter-spacing: 1px;
	color: #340D0D;
	font-weight: normal; 
	font-size: 11px;
	text-align: justify;
	}
table	{ 	
	text-align: justify;
	font-style: normal; 
	font-weight: normal; 
	}
b 	{
	color: #A27676;
	text-transform: lowercase;
	background-color: #E0E0E0;
	padding: 2px;
	}	
.heading	{ 
	font-family: Georgia; 
  	font-size: 20px; 
	color: #B08585; 
	font-weight: bold; 
	text-transform: lowercase; 
	text-align: left; 
	letter-spacing: 1px;
	}
h2 	{
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	color: #FFFFFF;
	text-align: center;
	background-color: #DBCBCB;
	text-transform: uppercase;
	letter-spacing: 2px; 
	}
li	{
	list-style-type: square;
	}
A:link, A:active, A:visited {
	color: #713B3B; 
	text-decoration: none; 
	font-weight: normal; 
	text-transform: lowercase; 
	}
A:hover   {
	text-transform: lowercase; 
	color: #771E1E; 
	text-decoration: underline; 
	font-weight: normal; 
	}
.nav a,.nav a:link,.nav a:active,.nav a:visited {
  	display: block;
  	background-color: #EDE8E8;
  	color: #3E0404;
	font-family: tahoma, Helvetica, Times New Roman;
	font-size: 8px;
	font-weight: bold;
  	text-decoration: none;
	text-transform: uppercase;
  	line-height: 14px;
	padding: 2px;
	}
.nav a:hover {
  	display: block;
  	background-color: #FFFFFF;
  	color: #A95353;
	font-family: tahoma, Helvetica, Times New Roman;
	font-size: 8px; 
	font-weight: bold;
  	text-decoration: none;
        border-right: 10px solid #CCAEAE;
  	line-height: 14px;
	padding: 2px;
	}