A {
	color: #060;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

INPUT.mono {
	font-family: monospace;
	font-size: small;
}

.footer {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #666666;
}
.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: arial,helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #063;
}
H2 {
	font-family: arial,helvetica,sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #063;
}
H3 {
	font-family: arial,helvetica,sans-serif;
	font-size: medium;
	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: #FFFF97;
}

