A:LINK {
	color : #0000FF;
}
A:VISITED {
	color : #999999;
}
A:HOVER {
	color : #000099;
}
BODY {
	background-image: url(images/fast-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #EFEFFF;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/fast-logo.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 100px;
}
.mrc {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/mrc-logo.gif);
	background-repeat: no-repeat;
	width: 640px;
	height: 100px;
}
.mrc-ani {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/mrc-logo-ani.gif);
	background-repeat: no-repeat;
	width: 640px;
	height: 100px;
}
.content {
	position: absolute;
	top: 125px;
	left: 140px;
	padding: 20px 20px 0px 20px;
	text-align: left;
	line-height: 125%;
}
.copyright {
	font-size: xx-small;
	text-align: center;
}
.lang {
	position: absolute;
	top: 100px;
	right: 5px;
	font-size: x-small;
	color: #000066;
	text-align: right;
}
.linkbox {
	background: #F3F3FF;
	background-image: url(images/link-bg.jpg);
	font-size: x-small;
	position: absolute;
	top: 110px;
	left: 10px;
	border-top: 0px;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 125px;
}
.links {
	color: #000000;
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #000000;
}
.links A:LINK {
	color: #000066;
	text-decoration: none;
}
.links A:VISITED {
	color: #00006F;
	text-decoration: none;
}
.links A:HOVER {
		color: #333399;
	text-decoration: none;
}
.link-head {
	background: #990000;
	background-image: url(images/linkhead-bg.jpg);
	color: #FFFFFF;
	text-align: center;
	padding: 3px 4px 3px 4px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
}
H1 {
	font-size: 1.25em;
	text-align: left;
	color: #660000;
}
H2 {
	font-size: 1em;
	text-align: left;
	color: #660000;
}
TABLE {
	font-size : 1em;
	text-align : left;
	line-height : 125%;
	width : 95%;
}
.author {
	font-size : 1.1em;
	font-weight : bold;
	padding-top : 5px;
}
.hidden {
	visibility: hidden;
}