BODY,TD,TH {
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	color: #000000;
}
P {
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	color: #000000;
}

A {
	font-family: arial,helvetica,sans-serif;
	color: #003399;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}

H1 {
	font-family: arial,helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
}
H2 {
	font-family: arial,helvetica,sans-serif;
	font-size: medium;
	font-weight: bold;
}
H3 {
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

.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;
}

