body {
	background-color: #333333; margin:0px;
}

td {
	font-family:Arial; font-size:12px; color:#000000; line-height:20px;
}

.white_font {
	font-family:Arial; font-size:12px; color:#ffffff;
}


.nav_bg {
	background-image:url(images/nav_bg.jpg); background-repeat:repeat-x; height:44px;
}

.green_bg {
	background-image:url(images/green_bg.jpg); background-repeat:repeat-x;
}

.gray_bg {
	background-image:url(images/gray_bg.jpg); background-repeat:no-repeat;
}

.body_bg {
	background-image:url(images/body_bg.jpg); background-repeat:repeat-y;
}

.footer_bg {
	background-image:url(images/footer_bg.jpg); background-repeat:repeat-x;
}

.left_bg {
	background-image:url(images/left_bg.jpg); background-repeat:repeat-y;
}

.black_header {
	font-family:Arial; font-size:20px; color:#333333; font-weight:bold;
}

.white_header {
	font-family:"Trebuchet MS"; font-size:16px; color:#ffffff; font-weight:bold;
}

.navlink:link {
	font-family:"Trebuchet MS"; font-size:13px; color:#ffffff; font-weight:bold; text-decoration:none;
}

.navlink:visited {
	font-family:"Trebuchet MS"; font-size:13px; color:#ffffff; font-weight:bold; text-decoration:none;
}

.navlink:hover {
	font-family:"Trebuchet MS"; font-size:13px; color:#ffcc00; font-weight:bold; text-decoration:none;
}


.whitelink:link {
	color: White; text-decoration:underline;
}

.whitelink:visited {
	color: White; text-decoration:underline;
}

.whitelink:hover {
	color: Red;
	text-decoration:underline;
}

	

