
body{
	background-color:#ffa244;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.L1{
	background-image : url(img/left_1.gif); 
	width:15px; 
	height:15px;
	}
.R1{
	background-image : url(img/right_1.gif); 
	width:15px; 
	height:15px;
	}
.L2{
	background-image : url(img/left_2.gif); 
	width:15px; 
	height:15px;
	}
.R2{
	background-image : url(img/right_2.gif); 
	width:15px; 
	height:15px;
	}

BODY,TD,TR,CAPTION{
	font-size: 9pt ;
	font-family:Verdana, Geneva, sans-serif;
	}

#small {
	font-size: 9pt;
	} 
	
.orange{
	color: #ffa244;
} 

h1 {
	text-align: center;
	height: 10px;
	margin: 0px;
	color: #d0ccdd;
	font-size: 10px;
}

A:link{
	text-decoration:none;
	color:#0075ea;
	}
A:visited{
	text-decoration:none;
	color:#00366c;
	}
A:hover{
	text-decoration:underline;
	color:#804000;
	background-color: #ffffff;
	}
.undeline {
	text-align: center;
	}

td.line{
	border:dashed #87CEFA;
	width:100%;
	height: 1px;
	}

hr.li{
	border:dashed #ffa244;
	width:100%;
	height: 1px;
	}