BODY { 
	font-family: verdana, sans-serif;
	color: #000000;
	background-color: #000000;
	font-size: 14px;
    font-weight: normal;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
TABLE{
	border-collapse: collapse;
}
TD{
	padding: 0px;
	margin: 0px;
}
TD.td0 {
    background-color: #000000;
}

/* == body === */
TD.tdBody {
    background-image: url(/images/bkgndBody.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}
TD.tdBodyWhite {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}
TD.tdSidebar {
    background-image: url(/images/bkgndSidebar.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-left: 2px solid #000000;
	vertical-align: top;
	padding: 4px 0px;
}
TD.tdSidebarLeft {
    background-image: url(/images/bkgndBody.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	text-align: left;
	vertical-align: top;
	padding: 4px 0px 10px 4px;
}
TD.tdAd {
    background-color: #000000;
	vertical-align: top;
}
TD.tdNav {
    background-color: #6b89ce;
}
IMG.imageAlignedLeft{
	margin: 2px 6px 6px 0px;
}
IMG.imageAlignedRight{
	margin: 2px 0px 6px 6px;
}
/* --- General linking --- */
A {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #000000;
    background-color: transparent;
	text-decoration: underline;
}
A:HOVER {
	color: #e29213;
	text-decoration: none;
}
A.more{
	font-size: 11px;
	color: #000000;
    background-color: transparent;
	text-decoration: underline;
} 
A.more:HOVER {
	color: #e29213;
	text-decoration: none;
}
/* --- Bottom Nav --- */
A.navBot {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	color: #e29213;
    background-color: #000000;
	text-decoration: underline;
}
A.navBot:HOVER {
	text-decoration: none;
}
P.navBot{
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	color: #e29213;
    background-color: #000000;
	text-align: center;
    margin: 2px 0px 20px;
}
/* --- Footer --- */
A.ftr {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	color: #6f7ebb;
    background-color: #000000;
	text-decoration: underline;
}
A.ftr:HOVER {
	text-decoration: none;
}
P.ftr{
	font-family: arial, helvetica, geneva, sans-serif;
	color: #6f7ebb;
    background-color: #000000;
	font-size: 11px;
    font-weight: normal;
	text-align: center;
    margin: 4px 0px;
}
