html {
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	background-image: url(images/backgroundTile.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #808080;
	height:100%;
}

a:link, a:visited {
	color: #808080;
}
a:hover {
	color: #333333;
}

h1 {
	padding:0px;
	font-size: 11px;
	margin: 0px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
h2 {
	padding:0px;
	font-size: 11px;
	margin: 0px;
	color: #C62740;
	font-style: italic;
	font-weight: normal;
}

.tableBody {
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-left-style: solid;
	text-align: left;
	vertical-align: top;
}
.header {
	height:56px;
	background-image:url(images/headerTile.gif);
	background-repeat:repeat-x
}
.footer {
	height:56px;
	background-image:url(images/footerTile.gif);
	background-repeat:repeat-x;
}
.footerText {
	font-size: 9px;
	background-image:none;
}

.columnHeader {
	background-image:url(images/borderTopTile.gif);
	background-repeat:repeat-x;
	height:13px;
	
}
.columnMid {
	background-image:url(images/borderMidTile.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	font-size:11px;
}

.columnText {
	font-size:11px;
}

.columnBase {
	background-image:url(images/borderBaseTile.gif);
	background-repeat:repeat-x
}
.test {
	color:#FF0000
}
.title {
	font-weight:bold;
	color: #808080;
	font-size:11px;

}
.date {
	color: #c62740;
	font-size:9px;
	font-weight:normal
}
.heading {
	
	text-align: left;
	vertical-align: top;	
}
.divider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: center;
}
footer {
	font-size: 9px;
	vertical-align: bottom;
	height: 15px;	
}
