A.link
{
	FONT-SIZE: 10pt;
	COLOR: black;
	font-weight: 700;
}
A:hover.link
{
	FONT-SIZE: 10pt;
	COLOR: navy;
	TEXT-DECORATION: underline;
	font-weight: 700;
}
BODY
{
	FONT-SIZE: 10pt;
	COLOR: black;
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana;
}
P
{
	FONT-SIZE: 10pt;
}
P.yel-hl
{ /* general highlight (yellow background) */
	FONT-SIZE: 10pt;
	background-color: yellow;
}
P.oos-hl
{ /* out of stock highlight (text colour red) */
	FONT-SIZE: 10pt;
	color: red;
}
P.err-text
{ /* error message text (text color redish) */
	FONT-SIZE: 10pt;
	color: #FF6644;
}
P.err-hl
{ /* error field highlight (background redish) */
	FONT-SIZE: 10pt;
	background-color: #FF6644;
}
H1
{
	FONT-SIZE: 28pt;
	font-weight: bold;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 4px;
}