/* Cascading Style Sheet*/
/* 4/16/01; 10/30/01; 2/6/02; 3/16/02; 11/9/02  */

BODY {
	background-color: White;
	color : Black;
	font-family : Verdana, Arial, Sans-Serif;
	font-size : x-small;
}

BODY.stdbg {
	background-color: White;
}

TD {
	font-family : Verdana, Arial, Sans-Serif;
	font-size :  x-small;}

.note {
	background-color: White;
	color : #006600;
}

B.error {
	color : red;
	background-color :  White;
	font-weight : bold;
}

B.instruction {
	background-color: White;
	color : #000099;
}

B.info {
	background-color: White;
	color : green;
}

B.result {
	background-color: #ffffcc;
	color : green;
}

B.plaininfo {
	background-color: White;
	color : green;
	font-weight : normal;
}

B.text {
	background-color: White;
	color : #000099;
}

B.boldtext {
	background-color: White;
	color : #000099;
	font-weight :  bold;}

B.tips {
	background-color: White;
	color : Olive;
	font-weight: normal;
}

B.boldtips {
	background-color: White;
	color : Olive;
	font-weight : bold;
}

B.H3 {
	background-color: White;
	color : #000099;
	font-weight :  bold;}

H1 {
	background-color: White;
	color : #990000;
	font-size :  large;
	font-weight :  bold;}

H2 {
	background-color: White;
	color : #000099;
	font-weight :  bold;
	font-size : medium;}

H3 {
	background-color: White;
	color : #000099;
	font-weight :  bold;}

H4 {
	background-color: White;
	color : #000099;
	margin-top: 3px;
	margin-bottom: 2px;
}

H5 {
	background-color: White;
	color : Olive;
}

H6 {
 	font-size :  x-small;}

I {
	background-color: White;
}

I.info {
	background-color: White;
	color : green;
}

LI {
	background-color: White;
	color : #000099;
}

LI.tips {
	background-color: White;
	color : olive;
}

OL {
	background-color: White;
	color : #000099;
}

UL {
	background-color: White;
	color : #000099;
}

P.text {
	background-color: White;
	color : #000099;
}

P.tips {
	background-color: White;
	color : Olive;
}

P.tiny {
	background-color: White;
	color : Olive;
	font-size :  xx-small;}

P.instruction {
	background-color: White;
	color : #000099;
}

P.info {
	background-color: White;
	color : green;
}

P.error {
	background-color: White;
	color : red;
}

P.result {
	background-color: #ffffcc;
	color : green;
}

.groupbox {
	background-color: #ccffff;
}

Input.error {
	color: red;
}

Textarea.error {
	color: red;
}

TR.darkline {
	background-color: #F7F7F7;
}

TR.lightline {
	background-color: #E7E7E7;
}
