A {
	color: #993300;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

INPUT.mono {
	font-family: monospace;
	font-size: small;
}

.navbar {
	font-size: 14px;
	font-weight: bold;
}
.navbar A {
	color: #663300;
	text-decoration: none;
}
.navbar A:hover {
	color: #FFCC66;
	text-decoration: none;
}

.sitepath {
	font-size: 12px;
	font-weight: normal;
	color: #AAAAAA;
}
.sitepath A {
	text-decoration: none;
	color: #AAAAAA;
}
.sitepath A:hover {
	text-decoration: none;
	color: #FF0000;
}

.menutext {
	font-size: 14px;
	font-weight: normal;
	color: #993300;
}
.menutext A {
	text-decoration: none;
	color: #993300;
}
.menutext A:hover {
	text-decoration: none;
	color: #FF0000;
}

.footer {
	font-size: 12px;
	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-size: small;
	color: #000000;
}
P {
	font-size: small;
	color: #000000;
}

H1 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
H2 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
H3 {
	font-size: medium;
	font-weight: normal;
	text-align: center;
	color: #000000;
}


.hilitemenurow { background-color: #FFCC66; }

