BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12px;
}
TABLE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12px;
}
TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12px;
}

.error {
	color : red;
}
.warning {
	color : purple;
}
.notice {
	color : yellow;
}
.headline {
	color : navy;
}
.white {
	color : white;
}
.nav {
	font-weight : bold;
}
.body {
	line-height : 18px;
}
.header {
	color : #FF7F00;
	font-weight : bold;
}

A:LINK {
	color : blue;
	text-decoration : underline;
}
A:ACTIVE {
	color : Red;
	text-decoration : underline;
}
A:VISITED {
	color : purple;
	text-decoration : underline;
}
A:HOVER {
	color : green;
	text-decoration : underline;
}
A:LINK.white {
	color : white;
	text-decoration : underline;
}
A:ACTIVE.white {
	color : white;
	text-decoration : underline;
}
A:VISITED.white {
	color : white;
	text-decoration : underline;
}
A:HOVER.white {
	color : white;
	text-decoration : underline;
}

.1pt {
	font-size : 1px;
	line-height : 1px;
}
.2pt {
	font-size : 2px;
	line-height : 2px;
}
.4pt {
	font-size : 4px;
	line-height : 4px;
}
.6pt {
	font-size : 6px;
	line-height : 6px;
}
.8pt {
	font-size : 8px;
	line-height : 8px;
}