A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

INPUT.mono {
	font-family: monospace;
	font-size: small;
}

.header {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EAFFFF;
}
.header A {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #EAFFFF;
}
.header A:hover {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #66FFFF;
}

.sitepath {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.sitepath A {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000000;
}
.sitepath A:hover {
	text-decoration: underline;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #FF0000;
}

.menutext {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #339966;
}
.menutext A {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #339966;
	font-weight: normal;
}
.menutext A:hover {
	text-decoration: none;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #FF0000;
}

.footer {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #339966;
}
.footer A { text-decoration: none; }
.footer A:hover { text-decoration: underline; }

.sizeXS { font-size: xx-small; }
.sizeS { font-size: x-small; }
.sizeN { font-size: small; }
.sizeL { font-size: medium; }
.sizeXL { font-size: large; }

.grey {
	color: #999999;
}
.red {
	color: #990000;
}
.white {
	color: #FFFFFF;
}
.attention {
	color: #990000;
	font-weight: bold;
}

BODY,TD,TH {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	color: #000000;
}
P {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	color: #000000;
}

H1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
H2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
H3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
	color: #000000;
}


theme1 { color: #99ffcc; }
theme2 { color: #66cc99; }
theme3 { color: #339966; }
theme4 { color: #006633; }
theme5 { color: #006633; }

.hilitemenurow { background-color: #FFFFFF; }
