BODY 
{
	background-color: #F4F4F4;
}
BODY {
	font-family: arial,sans-serif;
	font-size: small;
	color: #000000;
}
P {
	font-family: arial,sans-serif;
	font-size: small;
	color: #000000;
}

H1 {
	font-family: arial,sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #669966;
	margin-top: 0px;
}
H2 {
	font-family: arial,sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #669966;
}
H3 {
	font-family: arial,sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #669966;
}


A {
	color: #009900;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

INPUT.mono {
	font-family: monospace;
	font-size: small;
}

.sizeXS { font-size: x-small; }
.sizeS { font-size: small; }
.sizeN { font-size: medium; }
.sizeL { font-size: large; }
.sizeXL { font-size: x-large; }

.grey {
	color: #999999;
}
.red {
	color: #990000;
}
.white {
	color: #FFFFFF;
}
.attention {
	color: #990000;
	font-weight: bold;
}

.sitepath 
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #999999;
}
.sitepath A
{
	text-decoration: none;
	color: #999999;
}
.sitepath A:hover
{
	text-decoration: none;
}

.menutext 
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
.menutext A
{
	text-decoration: none;
	color: #003300;
}
.menutext A:hover
{
	text-decoration: none;
}

.hilitemenurow 
{
	background-color: #669966;
}
.hilitemenurow A 
{
	color: #FFFFFF;
}
.hilitemenurow A:hover
{
	color: #FFFFFF;
}

.footer
{
	font-size: smaller;
	color: #666666;
}
.footer A
{
	color: #666666;
	text-decoration: underline;
}
.footer A:hover
{
	text-decoration: none;
}


.homepage
{
}
.homepage A
{
	text-decoration: none;
}

