body {
	background-color: #333333;
	margin:0px;
}

td {
	font-family:Arial; font-size:12px; color:#000000;
	line-height:22px;
}

.headernav_bg {
	background-image:url(images/headernav_bg.jpg);
	background-repeat:repeat-x;
}

.footer_bg {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.gray_bg {
	background-image:url(images/gray_bg.jpg);
	background-repeat:repeat-y;
	border: 1px solid #DDDDDD;
}

.nav_bg {
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	height: 40px;
}

.welcome_bg {
	background-image:url(images/welcome_bg.jpg);
	background-repeat:repeat-x;	
}
	

.pinklink:link {
	font-family:"Trebuchet MS";
	font-size:13px; color:#7D0532;
	font-weight:bold;
	text-decoration:none;
}

.pinklink:visited {
	font-family:"Trebuchet MS";
	font-size:13px; color:#7D0532;
	font-weight:bold;
	text-decoration:none;
}

.pinklink:hover {
	font-family:"Trebuchet MS";
	font-size:13px; color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.whitelink:link {
	font-family:"Trebuchet MS";
	font-size:13px; color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.whitelink:visited {
	font-family:"Trebuchet MS";
	font-size:13px; color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.whitelink:hover {
	font-family:"Trebuchet MS";
	font-size:13px; color:#FF6600;
	font-weight:bold;
}

.red_header {
	font-family:"Trebuchet MS";
	font-size:15px; font-weight:bold; color:#FF0000;
}

.black_header {
	font-family:"Trebuchet MS";
	font-size:15px; font-weight:bold; color:#333333;
	text-decoration:underline;
}


