/*STYLESHEET*/


body		{background-color: #E3E3D6;
			margin:10 10 10 10;
			font-family: Tahoma, Arial, sans serif; font-size: 12px; color: #333333; line-height:1.5;
			padding: 20px;
			
			}
	
.cell		{/* for cells without dotted border */
			font-family: Tahoma, Arial, sans serif; font-size: 11px; color: #000000; line-height:1.5;
			padding-left:0px; padding-right:10px; padding-top:0px; padding-bottom:10px;}
		
.vat		{/* align text at top of cells */
			vertical-align:top;}			

.standout 	{color: #990000}

.goldlink 	{color:#B6B665;
			font-weight:bold;
			}

a:link		{color: #000000;
			text-decoration:none;}

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

a:active	{color:#333333;
			text-decoration:none;}

a:hover 	{color: #333;
			text-decoration: none; border-bottom: 1px solid #000;}

.gold		{
			background-color:#B6B665;
			font-family: Tahoma, Arial, sans serif; font-size: 11px; color: #000000; line-height:1.5;
			}
	
.purple		{
			font-size: 10px;
			font-family: Tahoma, Arial, sans serif;
			text-transform: none;
			text-align: center;
			color: #ffffff;
			background-color: #750772;
			}
			
.youarehere {
			font-size: 11px; font-family: Tahoma, Arial, sans serif; color:#990000; font-weight:bold; line-height:1.5;
			}			
			
.sectionhead {
			font-size: 13px; font-family: Tahoma, Arial, sans serif; color:#750772; font-weight:bold; line-height:1.5;
			}				
		
#footer		{clear:both; padding:15px 0px 0px 0px;	
			Verdana, Tahoma, Arial, sans serif; font-size: 9px; color: #E7DCC2;
			text-align: left;}
			
#container	{width: 900px; 
			align: center; top: 290px; margin:0px 0px 0px 0px;}
			

#content { 	
text-align: left;
vertical-align: middle;	
margin: 5px auto;
padding: 10px;
width: 800px;
background-color: #ffffff;
border: 10px solid #000000;
}

			
p, .gold, .purple, pre {
margin: 0px; 
padding: 5px 10px; 
}

pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}			

