/* Basic text rules that apply to all text */
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a       {
	text-decoration: none;
	color: #BBBBBB;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:visited {
	text-decoration: underline;
	color: #BBBBBB;
}

a:visited:hover {
	text-decoration: none;
	color: #666666;
}

.blacklink {
	color: #333333;
	text-decoration: underline;
}

a:blacklink {
	color: #333333;
	text-decoration: underline;
}

a:blacklink:hover {
	text-decoration: none;
}

.blacklink:visited {
	color: #333333;
	text-decoration: underline;
}

.footerlink {
	font-size: 11px;
}

.footerlink:hover {
	text-decoration: underline;
	color: #333333;
}

.footerplaintxt {
	font-size: 11px;
	color: #666666;
}

.copyright {
	font-size: 11px;
}

.maintable {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/maintable_bg.jpg) no-repeat;
	background-position: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}