/* 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: #F2F3FF;
	padding-left: 8px;
	height: 500px;
	background-image: url(graphic/glass.jpg);
	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: #191970;
	text-decoration: underline;
}
a:visited.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Blue;
	text-decoration: underline;
}
a:hover.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Silver;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: navy;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}