﻿a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #C6006B;
}
a:hover {
	color: #C6006B;
}
.body{
	margin:0px;
	background-color:#555555;
}
.title{
	height:50px;
	width:900px;
	background-image:url('/site/top.gif');
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center top;
}
.main{
	margin:0px;
	width:800px;
	text-align:center;
	vertical-align:top;
	font-family:Georgia;
	background-color:white;
}
.textbox{
	margin:0px;
	width:800px;
	text-align:left;
	vertical-align:top;
	font-family:Georgia;
	font-size:small;
	background-color:white;
}
.text{
	margin-left:20px;
	margin-right:20px;
}
.subtitle{
	margin:0px;
	text-align:center;
	font-size:medium;
}
.side{
	width:100px;
	vertical-align:top;
	background-image:url('/site/side.gif');
}
.header{
	height:15px;
	width:930px;
	background-image:url('/site/header.gif');
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center top;
}
.footer{
	height:15px;
	width:930px;
	background-image:url('/site/footer.gif');
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center top;
}
.borderL{
	background-image:url('/site/border.l.gif');
	background-repeat:repeat-y;
}
.borderR{
	background-image:url('/site/border.r.gif');
	background-repeat:repeat-y;
}
.bottom{
	height:15px;
}
.bar{
	position:fixed;
	left:0px;
	bottom:0px;
	height:15px;
	width:100%;
	background-color:#f0f3f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}