BODY,TD,TH {
	font-family: times new roman,times,serif;
	font-size: small;
	color: #000000;
}
P {
	font-family: times new roman,times,serif;
	font-size: small;
	color: #000000;
}

A {
	font-family: times new roman,times,serif;
	color: #006633;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

.header {
	font-family: times new roman,times,serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.header A { color: #FFFFFF; text-decoration: none; }
.header A:hover { color: #FFFFFF; text-decoration: underline; }

.sitepath {
	font-family: times new roman,times,serif;
	font-size: 16px;
	font-weight: bold;
}
.sitepath A { text-decoration: none; }
.sitepath A:hover { text-decoration: underline; }

.menutext {
	font-family: times new roman,times,serif;
	font-size: 16px;
	font-weight: normal;
}
.menutext A { text-decoration: none; }
.menutext A:hover { text-decoration: underline; }

.footer {
	font-family: times new roman,times,serif;
	font-size: 16px;
	color: #33333;
}
.footer A { text-decoration: none; }
.footer A:hover { text-decoration: underline; }

INPUT.mono {
	font-family: monospace;
	font-size: small;
}

H1 {
	font-family: times new roman,times,serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #006633;
}
H2 {
	font-family: times new roman,times,serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #006633;
}
H3 {
	font-family: times new roman,times,serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #006633;
}

.sizeXS { font-size: small; }
.sizeS { font-size: x-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;
}
