body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}
.navTop
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e0eed6;
	border-right-color: #e0eed6;
	border-left-color: #e0eed6;
	height: 30px;
	width: 94px;
	cursor: pointer;
}
a:link {
	color: #94cf52;
	text-decoration: none;
}
a:hover {
	color: #94cf52;
	text-decoration: underline;
}
a:visited {
	color: #94cf52;
	text-decoration: none;
}
a:active {
	color: #94cf52;
	text-decoration: none;
}
.footerLink a:link
{
	font-size: 10px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.footerLink a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
}
.footerLink a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}
.footerLink a:active {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	font-size: 10px;
}
.smallText {
	font-size: 10px;
}

