a:link {
	color: #FF0000;
	text-decoration: none;
	}
a:visited {
	color: #FF0000;
	text-decoration: none;
	}
a:hover {
	color: #33CC33;
	text-decoration: underline;
	}   
a:active {color: #FF0000}

body
{
	background-image: url(/images/bermuda_light.gif);
	background-repeat: no-repeat;
	background-position: 75% 150px;
	background-color: #FFFFDF;
	margin-left: 5%;
	margin-right: 5%;
}
.location {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #660000;
	font-size: 10pt;
	text-align: left;
}

.PhorumBodyArea
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 12px;
    width: 500px;
}

.PhorumListTable
{
    border-style : solid;
    border-color : Black;
    border-width : 1px;
}

.PhorumListRow
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 12px;
    height: 21px;
}

.PhorumListHeader
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    height: 24px;
}

.PhorumForumTitle
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size : 24px;
    font-weight: bold;
}

.PhorumTableHeader
{
    font-family: Verdana, Arial, Clean, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.PhorumNav
{
    font-family: Geneva, Verdana, MS Sans Serif , Clean, sans-serif;
    font-size: 10px;
}

.PhorumNewFlag
{
    font-family: Geneva, Verdana, MS Sans Serif , Clean, sans-serif;
    font-size: 10px;
    color: Red;
}

.PhorumMessage
{
    font-family: Courier New, Geneva, Courier, Clean;
    font-size: 12px;
}
.footer {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	font-size: 6pt;
	margin-left: 10%;
	margin-right: 12%;
	text-align: center;
}
.links {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	font-size: 9pt;
	margin-left: 10%;
	margin-right: 12%;
	text-align: center;
}
.RSS {
	position: absolute;
	left: 400px;
	top: 92px;
}