/* CSS Document */


body, td {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px; 
	padding: 0;
	text-align: center;
}

#frame {
	width: 900px;
	height: 100%;
}

.columnLeft {
	position: relative;
	left: 5px;
	width: 320px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-top: thin solid black;
	border-left:thin solid black;
	border-right:thin solid black;
	border-bottom: thin solid black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.columnMiddle {
	float: left;
	width: 120px;
	text-align: left;
	vertical-align: top;
	border-top: thin solid black;
	border-left:thin solid black;
	border-right:thin solid black;
	border-bottom: thin solid black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.columnRight {
	float: left;
	width: 330px;
	text-align: left;
	vertical-align: top;
	border-top: thin solid black;
	border-left:thin solid black;
	border-right:thin solid black;
	border-bottom: thin solid black;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.th {
	font-weight: bold;
	font-size: 1em;
	background-color: #CCCC99;
	border-top: none;
}

#footer {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

.left {
	float: left;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}
td#title {vertical-align: bottom; 
	color: black; 
	font: bold 150% Verdana, Arial, Helvetica, sans-serif;}






