body {
	background-image:   url("images/back.gif");
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
.header {
	font-size: large;
	font-weight: bold;
	color: #666666;
	background-image:   url("images/top_back.jpg");
	height: 148px;
	width: 761px;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: normal;
}
a.menu:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a.menu:active {
	color: #CC6600;
	text-decoration: underline;
	font-weight: bold;
}
.keytable {
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
.hr {
	height: 1px;
	border-top: 1px dashed #666666;
}
.TR {
	background-color: #DDDDDD;
}
.footer {
	font-size: x-small;
	text-align: center;
	padding-top: 15px;
}
.footer2 {
	font-size: x-small;
	text-align: center;
	padding-top: 15px;
	color: #BBBBBB;
}
a.developer:link {
	color: #BBBBBB;
}
a.developer:visited {
	color: #BBBBBB;
}
a.developer:hover {
	color: #BBBBBB;
}
a.developer:active {
	color: #BBBBBB;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}