body {
	background-color: #DAE7FE;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#buttons1 a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/buttonbg.jpg);
	/*width: 90px;*/
	padding-left: 15px;
	padding-right: 15px;	
	padding-top: 5px;
	font-size: 7pt;
	font-weight: bold;
	color: #036;
	height: 18px;
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#buttons a{
	background-image: url(../images/buttonbg.jpg);
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	/*width: 95px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	}
	
#buttons a:hover{
		background-image:  url(../images/buttonbg2.jpg);
		color: white;
	}
	
h1 {
		color: #036;
		font-size: 12pt;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		border-bottom: solid 2px;
		display: block;
	}
	
.bold {
		font-weight: bold;
	}

.header1 {
	font-size: 10pt;
	color: white;
	background-color: #036;
	font-weight: bold;
}

.small {
	font-size: 8pt;
}
	