/* CSS Document */

body a:link, td.leftcol a:visited {
	text-decoration: none;
	color:#000099;
}

body a:hover{
	color:#000000;
	text-decoration: underline;
}

td.topheaderbar {
	background-image: url(images\nav_bg.jpg);
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;	
}

table.menubox {
	border-top: 2px solid #000099;
	border-left: 2px solid #000099;	
	border-bottom: 2px solid #000099;
	border-right: 2px solid #000099;	
}

td.rightcol {
}

td.middlecol {
}

td.middlecol a:link, td.middlecol a:visited {
	text-decoration: none;
	color: #6666FF;
}

td.middlecol a:hover{
	color: #6666FF;
	text-decoration: underline;
}

td.leftcol {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

td.leftcol a:link, td.leftcol a:visited {
	text-decoration: none;
	color:#000099;
}

td.leftcol a:hover{
	color:#000000;
	text-decoration: underline;
}
