BODY {		margin:0px;
		font-family: helvetica;
		background-color: #FFFFFF;
}

A { 		color: #FF0000;
		font-weight: bold;
}

#wrapper {	width: 320px;
		margin: 0px auto;
		text-align:center;
		background-color: #FFFFFF;
}

H1 {		font-family: helvetica;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		color: #000000;
		margin-left: 10px;
}

UL { 	list-style: circle;
}

UL A {	color:	#FF0000;
}

.pageHeader {
		width: 300;
		margin: 10px;
		font-family: helvetica;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #000000;
}

.label {	text-align: right;
		font-weight: bold;
		vertical-align: top;
}

.footer {
		margin: 10px;
		padding: 5px;
		margin-bottom: 15px;
		font-family: helvetica;
		font-size: 13px;
		text-align: center;
		color: #555555;
}

.footer A { 	color: #FF0000; 
		text-decoration: underline;
}

.content { 
		width: 290;
		margin: 10px;
		padding: 5px;
		font-family: helvetica;
		font-size: 13px;
		text-align: left;
		color: #333333;
}

.nav {
		height: 17px;
		padding: 2px;
		font-family: helvetica;
		font-size: 13px;
		text-align: center;
		color: #777777;
		background-image: url(/images/bar.png);
		background-repeat: repeat;
		border: 1px solid #999999;
		border-top: 1px solid #BBBBBB;
		border-left: 1px solid #BBBBBB;
}

.nav A { 	color: #555555;
		text-shadow:black 0px 2px 2px;
		text-decoration: none;
}

.number { 	color: #FF0000;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
}

.cell {	background-color: #FFFFFF;
	font-size: 8pt;
}

.tableHeader {
		font-family: helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #777777;
		background-image: url(/images/bar.png);
		background-repeat: repeat;
}

