﻿body
{
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

.main
{
	background-color: #FFFFFF;
	border: thin solid #63889F;
}

.menu
{
	background-color: #FFFFFF;
	background-image: url("images/menu.gif");
	background-repeat: repeat-x;
	background-attachment: inherit;
}

.menuitem
{
	color: #FFFFFF;
	text-decoration: none;
	border-right-style: solid;
	border-color: #C0C0C0;
	border-width: thin;
	font-weight: bold;
	font-size: 9pt;
}

.sep
{
	background-color: #FFFFFF;
	background-image: url("images/menu.gif");
	background-repeat: repeat-x;
	background-attachment: inherit;
}

a.menuitemlink
{
	color: #FFFFFF;
	text-decoration: none;
}

a.menuitemlink:hover
{
	color: #FF0000;
	text-decoration: none;
}
.footer
{
	font-size: 8pt;
	text-decoration: none;
}
.feature
{
	border: thin solid #63889F;
	background-color: whitesmoke;
	FONT-SIZE: 8pt;
}
.forum
{
	FONT-SIZE: 8pt;
}
a.forumlink
{
	color: #63889F;
	text-decoration: none;
}
a.forumlink:hover
{
	color: #FF0000;
	text-decoration: none;
}
.info
{
    FONT-SIZE: 8pt;
    COLOR: black;
    TEXT-DECORATION: none
}
.photo
{
	background-color: whitesmoke;
	border: thin solid #000000;
}
input.flat
{
	border: thin solid #C0C0C0;
}
textarea.flat
{
	border: thin solid #C0C0C0;
}

