body {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #949494;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454547;
	text-align: left;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #016074;
	text-align: left;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #168CA6;
	text-align: left;
}
a:link {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #797979;
}
a:visited {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #797979;
}
a:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #168CA6
}
ul.TickList {
	list-style-image: url('images/tick.jpg');
	margin-left: 20px;
	padding-left: 20px;
	color: #333333;
	text-align: left;
}
html, body   {
	height: 100%;
	margin: 0;
	padding: 0;
}
TD.comments	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color:#EEF0EF;
	color: #454547;
	border-style:none;
	border-width:1px;
}
div#container  {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
div#padding {
 	padding: 0 0 45px 0;
 }
p   {
	margin: 0;
	padding: 4px 5px;
 }
p#footer   {
	margin: -35px 0 0 0;
	height: 17px;
	padding: 9px;
	background: #949494;
	color: #CCCCCC;
	text-align: center;
	background-repeat: repeat-y;
	background-image: url(images/tile_footer.jpg);
	background-position: top center;
}

