body {
	background-image: 			url('img/header.jpg'); 
	background-position: 		top center; 
	background-color:			#FFFFFF;
	background-repeat: 			repeat-x;
	margin-top:					0px;
}

td {
	font-size: 		10pt;
	color: 			#000000;
	font-family: 	Verdana;
}

h1 {
	text-align:		left;
	font-size:		16pt;
	border-bottom:	solid 1px #999999;
	margin-bottom:	30px;
}

h2 {
	text-align:		left;
	font-size:		12pt;
	font-style:		italic;
}

p {
	margin:			20px;
	text-align:		left;
}

a {
	color: 				#000000;
	text-decoration:	none;
	border-bottom:		dashed 1px #999999;
}

a:hover {
	border-bottom:		solid 1px #999999;
}

a.nav {
	font-weight:		bold;
	text-decoration:	none;
	color: 				#000000;
	border:				none;
}

a.nav:hover {
	text-decoration:	underline;
}

.pdf {
	list-style-image: 	url('img/pdf_icon_small.gif');
	margin-bottom:		40px;
	font-weight:		bold;
}

.gradient {
	background-image: 			url('img/gradient.jpg'); 
	background-position: 		top center; 
	background-color:			#FFFFFF;
	background-repeat: 			repeat-x;
}

.tooltip{
	width: 200px; color:#000;
	font:10px Verdana,Arial,sans-serif;
	text-decoration:none;text-align:left
}

.tooltip span.top {
	background: url('bt.gif') no-repeat top;
	padding-left:8px; 
	padding-right:8px; 
	padding-top:30px; 
	padding-bottom:0
}

.tooltip b.bottom {
	color: #548912;
    background: url('bt.gif') no-repeat bottom; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:3px; 
	padding-bottom:8px
}

.arrow, .arrow:hover {
	border:					none;
}


#calendar th {
	font-weight:			bold;
	text-align:				center;
	font-size:				8pt;
	padding:				3px;
	border-top:				none;
	
}

#calendar table {
	border:					1px #13411F solid;
}

#calendar td {
	border:					1px #13411F solid;
}

#calendar .day {
	border:					none;
	cursor:					default;
	padding:				2px;
	font-size:				10pt;
	text-decoration: 		none;
	font-weight:			bold;
}

#calendar .day:hover {
	border:					none;
}


