BODY{
	background-color: #F4F4F4;
}

A {
	color: #D44B06;
	text-decoration: none;
}

A:HOVER{
	color:#FF0000;
	text-decoration: underline;

}

P{
	font-family: "Georgia", "Times New Roman", Times, serif; 
	font-size: 9pt; 
	color: #666666;
	text-indent: 30px;
}

P.copy{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666;
}

P.txt_img{
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	text-align: center;
	font: 8pt;	
	text-indent: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt; 
	color: #A8926D;
	font-variant: small-caps;
	text-transform: uppercase;
	font-weight: bold;
}

TABLE.left{
	background-color: #FFFFFF;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px;
}

TABLE.right{
	background: #F4F4F4 url(right_bg.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 30px;
}

TABLE.img{
	background-color: #FFFFFF;
}


