@charset "utf-8";
body {
	background-color: #333333; margin:0px;
}

td {
	font-family:Arial; font-size:12px; color:#000000; line-height:19px; text-align:justify;
}

.nav_bg {
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:10px;
}

.body_bg {
	background-image:url(images/body_bg.jpg); background-repeat:repeat-x;
}

.black_header {
	font-family:"Trebuchet MS"; font-size:17px; font-weight:bold; color:#000000;
}

.red_header {
	font-family:"Trebuchet MS"; font-size:17px; font-weight:bold; color:#ff0000;
}

.red_header2 {
	font-family:"Trebuchet MS"; font-size:14px; font-weight:bold; color:#ff0000;
}

.whitefont {
	font-family:Arial; font-size:12px; color:#ffffff;
}

.gray_border {
	border:solid 1px #cccccc;
}

.navlink:link {
	font-family:"Trebuchet MS"; font-size:13px; font-weight:bold; color:#FFFFFF; text-decoration:none;
}

.navlink:visited {
	font-family:"Trebuchet MS"; font-size:13px; font-weight:bold; color:#FFFFFF; text-decoration:none;
}

.navlink:hover {
	font-family:"Trebuchet MS"; font-size:13px; font-weight:bold; color:#FF0000; text-decoration:none;
}

.greenlink:link {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#959D26;
	text-decoration:underline;
}

.greenlink:visited {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#959D26;
	text-decoration:underline;
}

.greenlink:hover {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:underline;
}

.whitelink:link {
	font-family:Arial; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none;
}

.whitelink:visited {
	font-family:Arial; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none;
}

.whitelink:hover {
	font-family:Arial; font-size:12px; font-weight:bold; color:#000000; text-decoration:underline;
}

