/* CSS Document */
table.frame {
	border-bottom-width: 1px;
	border-bottom: solid;
	border-left-width: 1px;
	border-left: solid;
	border-right-width: 1px;
	border-right: solid;
	border-top-width: 1px;
	border-top: solid;
	border-color: Navy;
	padding-left: 8px;
	height: 520px;
	background-image: url(graphic/glass.gif);
	background-repeat: no-repeat;
}
table.rghtnav {
	border-bottom-width: 2px;
	border-bottom: double;
	border-left-width: 2px;
	border-left: double;
	border-right-width: 2px;
	border-right: double;
	border-top-width: 2px;
	border-top: double;
	border-color: #B22222;
}
table.topnav {
	border-bottom-width: 1px;
	border-bottom: solid;
	border-color: #1E90FF;
	background-color: #D7EBFF;
}
a:link.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}
a:visited.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
	text-decoration: underline;
}
a:hover.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Silver;
	text-decoration: underline;
}
body {
	
}
a:link {
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
