
/*
 * MVE05052004A - Change font-family
 */
P {
	font-family: Arial, Verdana , Helvetica;
	font-size: 10pt;
}

TH {
	font-family: Arial, Verdana , Helvetica;
	font-size: 10pt;
}
TD {
	font-family: Arial, Verdana , Helvetica;
	font-size: 10pt;
}

A.light:link {
color: #ffffff;
text-decoration: underline;
}

A.light:visited {
color: #ffffff;
text-decoration: underline;
}

A.light:active {
color: #ffffff;
text-decoration: underline;
}

A.light:hover {
color: #ffffff;
text-decoration: underline;
}


A:LINK {
	color: #569099;
}

A:VISITED {
	color: #569099;
}

A:HOVER {
	color: #569099;
}

FONT {
	font-family: Arial, Verdana , Helvetica;
}

#copy {
	font: 7pt Arial, color : #3c3c3c;
}

BODY {
	font-family: Arial;
	font-size: 10pt;
}

INPUT.Johnson {
	background-color: #fafaf8;
	color: #3c3c3c;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;

}

TABLE.Johnson {
	border-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-top-color: #D8D8D8;	
}

TR.Johnson {
	/*background-color: #5a2d7f; 
	border-color:#5a2d7f;*/
	color: #0F68D8;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}

TH.Johnson {
	background-color: #EAF2F8;
	color: #333333;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}
TD.Johnson {
	//background-color: #5a2d7f;
	color: white;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}
LEGEND.Johnson {
	color: #5a2d7f;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}

.BookletChoice {
	color: #5a2d7f;
	font-family: Arial;
	font-size: 9pt;
	cursor: pointer
}

.BookletOptionHeading {
	color: #5a2d7f;
	font-family: sans-serif, "Courier New", "Times New Roman";
	font-size: 10pt
}

.loginErrors {
	font-family: Arial, helvetica, sans-serif, sans;
	font-size: 9px;
	color: #cc0000;
}
