/* CSS Document */

<!--
body,td,th {
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.white {
background-color:#FFFFFF;
}

td.l_trim {
background-color: #333333;
background-image:url(images/trim_left.png);
background-repeat:repeat-y;
width:25px;
}

td.r_trim  {
background-color: #333333;
background-image:url(images/trim_right.png);
background-repeat:repeat-y;
width:25px;
}

td.bottomline {
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

td.nav {
background-image:url(images/nav2/spare_bg.jpg);
background-repeat:repeat-x;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
-->