﻿body
{
	font-family: Arial, Verdana, Tahoma;
}

#page_top
{
	width: 750px;
	height: 10px;
	background-image: url(  '/img/topcap.png' );
	background-repeat: no-repeat;
}

#page_content
{
	width: 750px;
	background-image: url(  '/img/tileboard.png' );
	background-repeat: repeat-y;
}

#container
{
	text-align: center;
	position: relative;
	width: 100%;
}
.horzbar
{
	font-size: xx-small;
	background-image: url(  '/img/bar.jpg' );
	height: 17px;
}

#copyright
{
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}
.content
{
	color: white;
	font-family: Arial, Verdana, Tahoma;
	text-align: left;
}

A:visited
{
	color: #ffff33;
	text-decoration: none;
}
A:link
{
	color: #ffff33;
	text-decoration: none;
}
A:active
{
	color: #ffff33;
	text-decoration: none;
}
A:hover
{
	color: #ffff00;
	text-decoration: underline;
}

.underliness
{
	border-bottom: #ffffff thin solid;
	text-decoration: none;
}

