body {
	background-image: url(image/background.gif);
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #666666;
}
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #0052A6;
}
a:hover {
	color: #333333;
}
.title {
	font-size: 18px;
	color: #666666;
	font-variant: small-caps;
}
.subj {
	color: #0052A6;
	font-weight: bold;
}
.refer {
	font-weight: bold;
	font-style: italic;
}
.copyright {
	font-size: 80%;
	color: #333333;
}
/*LAYERS*/
#border {
	background-color: #FFFFFF;
	border-top: #999999 ridge 2px;
	border-left: #999999 ridge 2px;
	border-right: #999999 ridge 2px;
	border-bottom: #999999 ridge 2px;
	width: 730px;
	height: 500px;
}
#head {
	width: 730px;
	height: 114px;
	border-bottom: #9CAFED solid 1px;
}
#content {
	width: 730px;
	height: 365px;
	background-image: url(image/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}
#headmenu {
	background-color: #0052A6;
	text-align: center;
	height: 20px;
}
/*MENU definitions*/
.menu {
	color: #666666;
	font-variant: small-caps;
	text-decoration: underline;
}
.menu a, .menu a:link {
	color: #FFFFFF;
}
.menu a:hover {
	color: #999999;
}
.selected a {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
td .selected, td .menu {
	width: 90px;
}
td .br {
	width: 15px;
}
