body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #484750;
	background-image:url(../img/background.gif);
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}

.navTable {
	background: #383E42;
}

.navTableBottom {
	background: #28272C;
}

a:link
	{
	color: #CAE0EE;
	background-color: transparent;
	text-decoration: underline;
	}

a:visited
	{
	color: #CAE0EE;
	background-color: transparent;
	text-decoration: underline;
	}

a:hover
	{
	color: #CAE0EE;
	background-color: transparent;
	text-decoration: underline;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.greenText {
	color: #869E68;
}
