/* CSS Document */

body {
	margin: 0px;
	background: url(images/home/bgExt.gif) top repeat-x;
	background-color: #e7e7e7;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
}

a {
	color: #0160a2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.footer {
	background: url(images/home/footerTopBg.gif) top repeat-x;
	font-size: 10px;
	padding: 20px 18px 20px 0;
}
.footer a {
	color: #0160a2;
	text-decoration: none;
}

.contentAreaPad {
	padding: 17px 28px 17px 28px;
}

