@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: small;
	color: #343399;
}
body {

}
a:link {
	color: #666698;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #006600;
}
h1 {
	font-size: large;
	color: #666698;
}
h2 {
	font-size: medium;
	color: #666698;
}
h3 {
	font-size: small;
	color: #666698;
}
h4 {
	font-size: small;
	color: #666666;
}
h5 {
	font-size: x-small;
	color: #666698;
	font-family: "Trebuchet MS";
	font-weight: lighter;
}
.news {
	border: 1px solid #666699;
}
.footers {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: normal;
	color: #666699;
}
.side {
	background-attachment: fixed;
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: center center;
	font-family: "Trebuchet MS";
	font-size: small;
}
.dots {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.line {
	background-attachment: scroll;
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.name {
	background-attachment: scroll;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: fixed;
	height: 116px;
	width: 319px;
	float: right;
	margin-top: 0px;
}
