#style1 a{
	width: 140px;
	display: block;
	text-decoration: none;
	color: #060;
	background-image: url(images/buttonbg.jpg);
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:2px;
	font-weight: bold;
}

#style1 a:hover {
	background-image: url(images/buttonbg1.jpg);
	color: Maroon;
}

#style2 a{
	width: 120px;
	display: block;
	text-decoration: none;
	color: #060;
	background-image: url(images/buttonbg.jpg);
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-left: 20px;
	font-weight: bold;
}

#style2 a:hover {
	background-image: url(images/buttonbg1.jpg);
	color: Maroon;
}



body, td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fc0;
}

h1 {
	font-size: 18px;
	/*border-bottom: 1px solid #fc0;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

h2{
	font-style: italic;
	font-size: 14px;
	margin-bottom: 2px;

}

.boldhead {
		font-style: italic;
	font-size: 13px;
	margin-bottom: 2px;
	font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
}

.borderedtd {
	border: 1px #030 solid;
	padding: 2px;
}

.borderedtd1 {
	border: 1px solid #000;
	color: black;
	font-size: 8pt;
		padding: 1px;
} 

.tdblack {
	background-color: #000;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	padding: 1px;
}

.tdyellow {
	background-color:#ff9;
	color: black;
	border: 1px black solid;
	padding: 1px;
	font-size: 8pt;
}

#style3 a{
	width: 140px;
	display: block;
	text-decoration: none;
	color: #ffba2a;
	background-image: url(images/buttonbg3.jpg);
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 2px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:2px;
	font-weight: bold;
}

#style3 a:hover {
	background-image: url(images/buttonbg2.jpg);
	color: White;
}