/* Cascading Style Sheet*/
/* 4/16/01 */

.large {
	text-align : left;
	font : italic bold 14pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

.medium {
	text-align : left;
	font : 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

.note {
	color : #006600;
	font : 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

.small {
	font : bold 6pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

.x-large {
	text-align : left;
	font : bold 16pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

B.error {
	color : red;
	font : bold 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

B.instruction {
	color : #000099;
}

B.info {
	color : green;
}

B.text {
	color : #000099;
	font : normal 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

B.boldtext {
	color : #000099;
	font : bold 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

B.tips {
	color : Olive;
	font : 10pt " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

B.boldtips {
	color : Olive;
	font : bold 10pt " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

B.H3 {
	color : #000099;
	font : bold medium " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

H1 {
	color : #990000;
	font : bold x-large "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

H2 {
	color : #000099;
	font : bold large "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

H3 {
	color : #000099;
	font : bold medium " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

H4 {
	color : #000099;
	font : normal 10pt " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

H5 {
	color : Olive;
	font : normal 10pt " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

H6 {
	font : normal small " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

I {
	color : #000099;
}

I.info {
	color : green;
}

LI {
	color : #000099;
	font : normal 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

OL {
	color : #000099;
	font : normal 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

UL {
	color : #000099;
	font : normal 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

P {
	font : normal 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

P.tagline {
	color : #990000;
	font : bold medium " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

P.text {
	color : #000099;
	font : normal 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

BODY, TD {
	color : Black;
	font : 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

TABLE {
	font : 10pt "'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

P.tips {
	color : Olive;
	font : 10pt " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

P.tiny {
	color : Olive;
	font : 6pt " 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif'";
}

P.instruction {
	color : #000099;
}

P.info {
	color : green;
}

P.error {
	color : red;
}
