
body	{ background-color: #CCFFCC;	
	font-family: "Times New Roman",serif; 	
	font-size: medium;  		color: black; }
P 		{ font-family: "Times New Roman",serif; 	
		font-size: medium;  
		color: black;
		
 }
UL,IL,TR,TD,OL,LI,DD,DL,DT	
{ font-family: "Times New Roman",serif; 	
		font-size: medium;  
		color: black;
		
 }
h1, h2, h3, h4, h5, h6, TH
		{ font-weight: bold ;
		color: black; 	
	font-family: "Times New Roman",serif; 	
	
		
 }
h4.tbl, h3.tbl { font-weight: bold ;	
	color: black; 		
font-family: "Times New Roman",serif; 	
 }
 .bold {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;

}
.ital {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: medium;
	font-style: italic;
}
.boldital {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
	font-style: italic;
}
.border{
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: 0em;
		border-right-width: 0em;
	border-color: black;		
	border-style: double;
	padding: 1%;
	background-color: #CCFFCC;	
	font-style: italic;
	font-weight: bold;	
}
.border2 {
	border: solid;
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: .5em;	
	background-color: #CCFFCC;
	}
.small 		{ font-family: "Times New Roman",serif; 	
		font-size: small; 
		color: black;
		}
.smallbold	{ font-family: "Times New Roman",serif; 	
		font-size: small; 
		color: black;
		font-weight: bold;
		}
A:link	{ 
		font-weight: normal;
		font-family: "Times New Roman",serif; 	
		color: blue;
		 }
	A:visited	{
		font-weight: normal;
		font-family: "Times New Roman",serif; 	
		color: blue;	
	}
A:active	{ 
		font-weight: normal;
		font-family: "Times New Roman",serif; 	
		color: blue;		
 }	

