table{
	background-image:image1.jpg; 
	background-repeat: no-repeat; 
	background-position: top center; 
	align: center;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Green;
}
.title {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	color: #4B4B4B;
	font-style: italic;
	}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	color: Navy;
}
.boldtext {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: Maroon;
	background-color: Yellow;
}
.field{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: none;
	color: #003399;
}
.redbold {font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: normal; 
color: #FF0000;
}
A:link{
	font-family:tahoma;
	color: #FF0000;
	text-decoration: none;
	font-size : 11.5px;
}
A:visited{
   font-family:tahoma;
   color: #339900;
   text-decoration: none;
font-size : 11.5px;
}
A:hover{
   font-family:tahoma;
   background: #ffff00;
   color: #121160;
   text-decoration: none;
font-size : 11.5px;
}