a.main {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 7px;
	width:140px;
	height: 40px;
	background-image: url("button-up2008.jpg");
	}

a.main:hover {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-image: url("button-over2008.jpg");
	}
	
a:hover {
	text-decoration: underline;
	}

a.blue {
	padding-top: 10px;
	padding-left: 7px;
	width:140px;
	height: 40px;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-image: url("button-blue-up.jpg");
	}
	
a.blue:hover {
	padding-top: 10px;
	padding-left: 7px;
	width:140px;
	height: 40px;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url("button-blue-over.jpg");
	color: #990000;
	}
	
.cellpadding {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align : justify;
}