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*/
#web {
	width: 1070px;
	height: 600px;
}
#gbr {
	background-color: #FFFFFF;
	width: 160px;
	height: 600px;
	float:right;
}
#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: 900px;
	height: 596px;
	float: left;
}
#head {
	width: 900px;
	height: 118px;
	border-bottom: #9CAFED solid 1px;
}
#banner {
	width: 900px;
	height: 30px;
	border-bottom: #9CAFED solid 1px;
}
#content {
	width: 900px;
	height: 446px;
	background-image: url(image/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

