/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
}

#Layer2 {
	position:absolute;
	width:90px;
	height:205px;
	z-index:1;
	top: 50px;
	background-image: url(new-images/logo.gif);
	left: 24px;
}

table.background {
	background-position: right,top;
	background-repeat: no-repeat;
}

.header {
	font-size: 12px;
	color: #F59719;
	font-weight: bolder;
}

.header2 {
	font-size: 18px;
	font-weight: bolder;
}


h1 {
	font-size: 14px;
}
a.bottom {
	font-size: 9px;
	text-decoration: none;
	color: #b7b7b7;
	}
	
a.bottom:hover {
	color: black;
}

.bottom-text{
	font-size: 9px;
	color: #b7b7b7;
	text-align: center;
}

.bottom-calc-text{
	font-size: 11px;
}