﻿a:link
{
	color: rgb(102, 102, 51);
}
a:hover
{
	color: rgb(204,153,51);
	text-decoration: underline;
} 

a:visited
{
	color: #9ECB7A;
	text-decoration: none;
} 
a:active 
{
	color: rgb(204,153,51);
}
body
{
	
	background-color: rgb(255, 255, 255);
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.title {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	font-style: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
}
.medboldredfont
{
    COLOR: #FF0000;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 12px;
	FONT-WEIGHT: bold
}
.medboldgreenfont
{
    color: #339900;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.bodynormal
{
    COLOR: #000000;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 12px;
	FONT-WEIGHT: normal
}
.bodystrong
{
    COLOR: #000000;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 12px;
	FONT-WEIGHT: bold
}

.bodystrong2
{
    COLOR: red;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 11px;
	FONT-WEIGHT: bold
}

.bodystrong3
{
    COLOR: black;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: 11px;
	FONT-WEIGHT: normal
}
.button
{
    border-right: 1px outset;
    border-top: 1px outset;
    border-left: 1px outset;
    border-bottom: 1px outset;
    background-color: #ccffcc;
}