body
{
	text-align: center;
	background: #fff;
	background-image: url(images/bg.jpg);
	background-position: top center;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.archive {background-image: url(images/bgArchive.jpg);
	background-position: top center;

}

h1{font-size: 12px;font-weight: bold; color:#9c0707; text-align: left;}
h2{font-size: 14px;font-weight: bold; color:#9c0707; text-align: left;}


#cardUpdate{position:absolute; top:114px; left:70px;}

#container
{
	position:relative;
	z-index:5;
	padding:20px 0 0 0;
	margin:auto;
	width:1000px;
}

#archiveContent
{
	font-size: 12px;
	padding:20px 0 20px 0;
}

#footer
{
	text-align: center;
	font-size: 10px;
	color:#666;
	width:1000;
	margin:auto;
	padding-bottom:20px;
}

#subPanel
{
	width:897px;
	text-align:center;
	margin:auto;
	padding:40px 0 40px 0;
}

#subPanelTop
{
	text-align:center:
	width:897px;
	height:10px;
	background-image: url(images/subPanelTop.gif);
	background-repeat: no-repeat;
	margin:auto;
}

#subPanelContent
{
	text-align:left:
	width:897px;
	background-image: url(images/bgSubPanel.gif);
	background-repeat: repeat-y;
	padding:10px 20px 10px 20px;
	margin:auto;
}

#subPanelContent p
{
	font-size: 11px;
	text-align: left;
}

#subPanelBot
{
	text-align:center:
	width:897px;
	background-image: url(images/subPanelBot.gif);
	background-repeat: no-repeat;
	margin:auto;
	height:10px;
}

#footer p
{
	width:800px;
	text-align: center;
	margin:auto;
	padding-top:20px;
}

.tableHeader
{
	background-color:#000;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

.oddRow
{
	background-color:#fff;
	font-size:10px;
}

.table{font-size:10px;}