/* style copyright © Your Impressions 2007. Duplication is strictly prohibited. */

body{
	     background-color: #ffffff;
         font-family: Arial;
         color: #000000;
         font-size: 14px;
     }
	 
a:link    {  text-decoration: none; color: #683a0c;
}

a:visited {  text-decoration: none; color: #990000;
}

a:hover   {  text-decoration: underline; color: #990000;
}
	 
h1		{
	color : #683a0c;
	font-family : Arial;
	font-size : 25px;
	text-transform: uppercase;
	padding: 20px;
	padding-left: 10px;
	letter-spacing : 2px;
}

h2		{
	color: #683a0c;
	font-family: Arial;
	font-size: 18px;
}

h3		{
	color: #683a0c;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

p 		{
	color: #000000;
	font-family : Arial;
	font-size: 14px;
}

td		{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
	 
     .partheader {
 		background: transparent; 
		font-weight: bold;
 		font-family: Arial; 
		font-size: 14px; 
		color: #000000;
     }
	 
     .partbody {
 		background: transparent; 
		padding: 10px; 
 		font-family: Arial; 
		font-size: 14px; 
		color: #000000;
     }
	 
     .partbody2 {
 		background: transparent;
		padding: 5px; 
 		font-family: Arial; 
		font-size: 14px; 
		color: #000000;
     }
	 
	 .partbody3  {
	    background-color: #BA9F81;
		font-family: Arial;
		font-size: 14px;
		color: #000000;
	 }
	 
     .date {
		padding: 5px; 
 		font-family: Arial; 
		font-size: 14px;
		font-weight: bold; 
		color: #000000;
     }	 
	 
     .footer {
 		background-color: #ffffff;
		padding-top: 10px; 
 		font-family: Arial; 
		font-size: 12px; 
		color: #000000; 
     }