/* body*/
body  {
	leftmargin : 0;
	topmargin : 0;
	marginwidth : 0;
	marginheight : 0;
	background-color : #FFFFFF;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-image : none;
}

/* links*/
A  {
	color : #333333;
}

A:active  {
	color : #FF8C00;
}

A:visited  {
	COLOR : #333333;
}

a:hover	{
			color: #FF8C00; 
			text-decoration: none;
			}

A.RightNavLink  {
	TEXT DECORATION : none;
	color : #000000;
}

/* applies the default font to everything in between <p> tags*/



/* applies different font to various headers*/
H1  {
	font-size : 13px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

H2  {
	font-size : 12px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

H3  {
	font-size : 11px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

H4  {
	font-size : 10px;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

/* special text cases*/
EM  {
	font-style : italic;
}

STRONG  {
	font-weight : bold;
}


/* Black Text */
.BlackText  {
	font-family :  Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}

.BlackBold  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}

.RedBold  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #990000;
}

.BlackHeader  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 13px;
	font-weight : bold;
	font-style : normal;
	color : #333333;
}

/* Callout Text */
.CalloutText  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}

.CalloutBold  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}


/* Right Nav Text - On */
.RightNavOn  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 10px;
	font-weight : bold;
	font-style : normal;
	line-height: normal;
	color : #333333;
}

/* Right Nav Text - Off */
.RightNavOff  {
	TEXT-DECORATION : none;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}

/* Right Nav Text - Off */
.RightNavHeader  {
	TEXT-DECORATION : none;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}

/* Footer Text */
.FooterText  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 9px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #FFFFFF;
}

/* Footer Text Right */
.FooterTextRight  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	text-align : right;
	font-size : 9px;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
	color : #FFFFFF;
}

/* Error Red */
.ErrorRed  {
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 16px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #993300;
}

/* NextArrow */
.NextArrow  {
	font-family :  Verdana, Helvetica, Arial, sans-serif;
	text-align : right;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #000000;
}

/* Form Fields */
.FieldTitle  {
	font-family :  Verdana, Helvetica, Arial, sans-serif;
	text-align : right;
	font-size : 11px;
	font-weight : bolder;
	font-style : normal;
	line-height: 140%;
	color : #333333;
}

.RequiredFieldTitle  {
	font-family :  Verdana, Helvetica, Arial, sans-serif;
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #993300;
}
