body {
	background: url(../images/back.gif) ;
	background-color: #F0F0F0
}
body1 {
	background-color: #CCFFCC
}
A:hover {
	color: #ff0000;
}
.titleblock {
	text-align:center ;
	border-width: 5px ;
	border-style:ridge ;
	background-color:teal ;
	padding: 4px 48px 4px 48px ;
}
.fonttitle {
	font-size:200%; 
	font-weight:bold ; 
	color:white ;
}
.fontrev01 {
	font-weight:bold ;
	background-color:teal;
	color:white;
}
.fontrev02 {
	font-weight:bold ;
	background-color:red;
	color:yellow;
}
.fontred {
	color:red ;
}
.fontsubt01 {
	font-size:100% ;
	font-weight:bold ;
}
h1 {
	background-color:navy;
	color: white;
}
h2 {
	background-color:navy;
	color: white;
}
h4 {
	background-color:navy;
	color: white;
}
.noboder {
	border-style:none ;
}
.paintext01 { 
	text-align:left;
	vertical-align:top;
	text-justify: distribute ;
	background-color: #FFFFCC;
	color: #000000 ;
	border-top: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	border-right: 2px solid #9999aa;
 	border-bottom: 2px solid #9999aa;
	padding: 4px 8px 4px 8px ;
}
.paintext02 { 
	text-align:left;
	vertical-align:top;
	text-justify: distribute ;
	background-color: #CCCC99;
	color: #000000 ;
	border-top: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	border-right: 2px solid #9999aa;
 	border-bottom: 2px solid #9999aa;
	padding: 4px 8px 4px 8px ;
}
.painimage01 { 
	text-align: center;
	text-justify: distribute ;
	background-color: #CCCCFF;
	color: #000000 ;
	border-top: 1px solid #ccccff;
	border-left: 1px solid #ccccff;
	border-right: 2px solid #9999aa;
	border-bottom: 2px solid #9999aa;
	padding: 4px 4px 4px 4px ;
}

