/* Standard text style  */

.BodyText {

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

/*	font-weight: normal; */

	text-decoration: none;

}


/* Bold headers in text */

.HeaderText {

	color: #000000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: none;

}

/* Bold headers in text */

.HeaderTextBig {

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: none;

}

/* Red, bold headers in text */

.RedHeaderText {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: none;

}





/* Dates */

.DateText {

	color: #000000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	font-style: italic;

	text-decoration: none;

}



/* Captions */

.CaptionText {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-spacing: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}



/* White headings on red stripe */

.WhiteHeaderText {

	color: #FFFFFF;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

}





/* Footer text */

.FooterText {

	color: #FFFFFF;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: none;

}

.whitebackground {
	background-color : White;
}

.Tableheader {
	color: #FFCC66;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-spacing: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* Yellow Links on hover in text */

/* A.YellowText, */

A.YellowText:LINK {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: underline;

}


A.YellowText:VISITED {

	color : #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: underline;

}


A.YellowText:HOVER {

	color: #FF9933;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: underline;

}


/* Bold Links in text */

/* A.BoldText, */

A.BoldText:LINK {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: underline;

}


A.BoldText:VISITED {

	color : #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: underline;

}


A.BoldText:HOVER {

	color: #FFCC66;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: underline;

}

/* Links in text */

/* A.TextLink, */

A.TextLink:link {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: underline;

}

/* A.TextLink:active, */

A.TextLink:visited {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: underline;

}




A.TextLink:hover {

	color: #FFCC66;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: underline;

}



/* Links in text */

/* A.BodyText, */

A.BodyText:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bolder;
; color: #0000CC

}

/* A.BodyText:active, */

A.BodyText:visited {

	color: #0000FF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bolder;

}




A.BodyText:hover {

	color: #CC0000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bolder;

}



/* Non-underlined links outside a block of text */

A.PlainLink:link,

A.PlainLink:active,

A.PlainLink:visited {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: none;

}

A.PlainLink:hover {

	color: #FFCC66;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: none;

}



/* Bold, non-underlined links */

A.BoldLink:link,

A.BoldLink:active,

A.BoldLink:visited {

	color: #990000;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 9px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: none;

}

A.BoldLink:hover {

	color: #FFCC66;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 9px;

	line-spacing: 12px;

	font-weight: bold;

	text-decoration: none;

}







/* Links in the footer */

a.FooterText:LINK,

a.FooterText:ACTIVE,

a.FooterText:VISITED {

	color: #FFFFFF;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: none;

}

a.FooterText:HOVER {

	color: #FFCC66;

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 10px;

	line-spacing: 12px;

	font-weight: normal;

	text-decoration: none;

}

/* A.TextLink:active, */

A:LINK {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bolder;

}

A:VISITED {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bolder;

}




A:HOVER {

	color: #FF9C00;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 12px;

	font-weight: bolder;

}

H3 {
	font : 12 Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}




/* Bullet list style  */

ul.BodyText {

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-spacing: 10px;

	margin-top: 0;
}
ol.BodyText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : normal;
}

li.BodyText {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : normal;
}
.H1 { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; text-decoration: none; }
.BodyTextCopy { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; text-decoration: none; }
A.BodyTextCopy:hover { color: #FFCC66; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; text-decoration: none; }
A.BodyTextCopy:link { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; ; text-decoration: none}
A.BodyTextCopy:visited { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; text-decoration: none; }
.BlackLink { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; text-decoration: none; }
A.BlackLink:hover { color: #990000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: normal; text-decoration: none; }
A.BlackLink:link { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: normal; ; text-decoration: none }
A.BlackLink:visited { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: normal; text-decoration: none; }
.RedLink { color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; text-decoration: none; }
A.RedLink:hover { color: #FFCC66; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; text-decoration: none; }
A.RedLink:link { color: #990000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; text-decoration: none; }
A.RedLink:visited { color: #990000; font-family: Verdana, Helvetica, sans-serif; font-size: 10px; line-spacing: 12px; font-weight: bold; text-decoration: none; }
.Italic_script {  font-family: "Times New Roman", Times, serif; font-size: 16px; font-style: italic}
A.HeaderTextBig:link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: underline}
