/***************************************************************
   General Purpose, meant to be used all over the site
***************************************************************/

.aseDarkRed8 {
	color: #990000;
	font-size: 8px;
}

.aseDarkRed10 {
	color: #990000;
	font-size: 10px;
}

.aseDarkRed12 {
	color: #990000;
	font-size: 12px;
}

.aseDarkRed14 {
	color: #990000;
	font-size: 14px;
}

.aseDarkRed18 {
	color: #990000;
	font-size: 18px;
}

.aseDarkBlue8 {
	color: #003366;
	font-size: 8px;
}

.aseDarkBlue10 {
	color: #003366;
	font-size: 10px;
}
.aseDarkBlue10onYellow {
	color: #003366;
	background-color: #FFFFAA;
	font-size: 10px;
}
.aseDarkBlue12onYellow {
	color: #003366;
	background-color: #FFFFAA;
	font-size: 12px;
}

.aseDarkBlue12 {
	color: #003366;
	font-size: 12px;
}

.aseDarkBlue14 {
	color: #003366;
	font-size: 14px;
}

.aseDarkBlue18 {
	color: #003366;
	font-size: 18px;
}

.aseLightRed8 {
	color: #F50101;
	font-size: 8px;
}

.aseLightRed10 {
	color: #F50101;
	font-size: 10px;
}

.aseLightRed12 {
	color: #F50101;
	font-size: 12px;
}

.aseLightRed14 {
	color: #F50101;
	font-size: 14px;
}

.aseLightRed18 {
	color: #F50101;
	font-size: 18px;
}

.aseLightBlue8 {
	color: #00aadd;
	font-size: 8px;
}

.aseLightBlue10 {
	color: #00aadd;
	font-size: 10px;
}

.aseLightBlue12 {
	color: #00aadd;
	font-size: 12px;
}

.aseLightBlue14 {
	color: #00aadd;
	font-size: 14px;
}

.aseLightBlue18 {
	color: #00aadd;
	font-size: 18px;
}



/***********************  BOLD *************************************/
.aseDarkRed8Bold {
	color: #990000;
	font-size: 8px;
	font-weight: bold;
}

.aseDarkRed10Bold {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}

.aseDarkRed12Bold {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.aseDarkRed14Bold {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.aseDarkRed18Bold {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}

.aseDarkBlue8Bold {
	color: #003366;
	font-size: 8px;
	font-weight: bold;
}

.aseDarkBlue10Bold {
	color: #003366;
	font-size: 10px;
	font-weight: bold;
}

.aseDarkBlue12Bold {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

.aseDarkBlue14Bold {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}

.aseDarkBlue18Bold {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

.aseLightRed8Bold {
	color: #F50101;
	font-size: 8px;
	font-weight: bold;
}

.aseLightRed10Bold {
	color: #F50101;
	font-size: 10px;
	font-weight: bold;
}

.aseLightRed12Bold {
	color: #F50101;
	font-size: 12px;
	font-weight: bold;
}

.aseLightRed14Bold {
	color: #F50101;
	font-size: 14px;
	font-weight: bold;
}

.aseLightRed18Bold {
	color: #F50101;
	font-size: 18px;
	font-weight: bold;
}

.aseLightBlue8Bold {
	color: #00aadd;
	font-size: 8px;
	font-weight: bold;
}

.aseLightBlue10Bold {
	color: #00aadd;
	font-size: 10px;
	font-weight: bold;
}

.aseLightBlue12Bold {
	color: #00aadd;
	font-size: 12px;
	font-weight: bold;
}

.aseLightBlue14Bold {
	color: #00aadd;
	font-size: 14px;
	font-weight: bold;
}

.aseLightBlue18Bold {
	color: #00aadd;
	font-size: 18px;
	font-weight: bold;
}


/***********************  ITALIC *************************************/
.aseDarkRed8Italic {
	color: #990000;
	font-size: 8px;
	font-style: italic;
}

.aseDarkRed10Italic {
	color: #990000;
	font-size: 10px;
	font-style: italic;
}

.aseDarkRed12Italic {
	color: #990000;
	font-size: 12px;
	font-style: italic;
}

.aseDarkRed14Italic {
	color: #990000;
	font-size: 14px;
	font-style: italic;
}

.aseDarkRed18Italic {
	color: #990000;
	font-size: 18px;
	font-style: italic;
}

.aseDarkBlue8Italic {
	color: #003366;
	font-size: 8px;
	font-style: italic;
}

.aseDarkBlue10Italic {
	color: #003366;
	font-size: 10px;
	font-style: italic;
}

.aseDarkBlue12Italic {
	color: #003366;
	font-size: 12px;
	font-style: italic;
}

.aseDarkBlue14Italic {
	color: #003366;
	font-size: 14px;
	font-style: italic;
}

.aseDarkBlue18Italic {
	color: #003366;
	font-size: 18px;
	font-style: italic;
}

.aseLightRed8Italic {
	color: #F50101;
	font-size: 8px;
	font-style: italic;
}

.aseLightRed10Italic {
	color: #F50101;
	font-size: 10px;
	font-style: italic;
}

.aseLightRed12Italic {
	color: #F50101;
	font-size: 12px;
	font-style: italic;
}

.aseLightRed14Italic {
	color: #F50101;
	font-size: 14px;
	font-style: italic;
}

.aseLightRed18Italic {
	color: #F50101;
	font-size: 18px;
	font-style: italic;
}

.aseLightBlue8Italic {
	color: #00aadd;
	font-size: 8px;
	font-style: italic;
}

.aseLightBlue10Italic {
	color: #00aadd;
	font-size: 10px;
	font-style: italic;
}

.aseLightBlue12Italic {
	color: #00aadd;
	font-size: 12px;
	font-style: italic;
}

.aseLightBlue14Italic {
	color: #00aadd;
	font-size: 14px;
	font-style: italic;
}

.aseLightBlue18Italic {
	color: #00aadd;
	font-size: 18px;
	font-style: italic;
}



/***********************  BOLD, ITALIC *************************************/
.aseDarkRed8BoldItalic {
	color: #990000;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkRed10BoldItalic {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkRed12BoldItalic {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkRed14BoldItalic {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkRed18BoldItalic {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkBlue8BoldItalic {
	color: #003366;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkBlue10BoldItalic {
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkBlue12BoldItalic {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkBlue14BoldItalic {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.aseDarkBlue18BoldItalic {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.aseLightRed8BoldItalic {
	color: #F50101;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}

.aseLightRed10BoldItalic {
	color: #F50101;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.aseLightRed12BoldItalic {
	color: #F50101;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.aseLightRed14BoldItalic {
	color: #F50101;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.aseLightRed18BoldItalic {
	color: #F50101;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.aseLightBlue8BoldItalic {
	color: #00aadd;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}

.aseLightBlue10BoldItalic {
	color: #00aadd;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.aseLightBlue12BoldItalic {
	color: #00aadd;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.aseLightBlue14BoldItalic {
	color: #00aadd;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.aseLightBlue18BoldItalic {
	color: #00aadd;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}



/*************  White on ***********************************/
.aseWhiteOnDarkRed8 {
	background-color: #990000;
	font-size: 8px;
	color: white;
}

.aseWhiteOnDarkRed10 {
	background-color: #990000;
	font-size: 10px;
	color: white;
}

.aseWhiteOnDarkRed12 {
	background-color: #990000;
	font-size: 12px;
	color: white;
}

.aseWhiteOnDarkRed14 {
	background-color: #990000;
	font-size: 14px;
	color: white;
}

.aseWhiteOnDarkRed18 {
	background-color: #990000;
	font-size: 18px;
	color: white;
}

.aseWhiteOnDarkBlue8 {
	background-color: #003366;
	font-size: 8px;
	color: white;
}

.aseWhiteOnDarkBlue10 {
	background-color: #003366;
	font-size: 10px;
	color: white;
}

.aseWhiteOnDarkBlue12 {
	background-color: #003366;
	font-size: 12px;
	color: white;
}

.aseWhiteOnDarkBlue14 {
	background-color: #003366;
	font-size: 14px;
	color: white;
}

.aseWhiteOnDarkBlue18 {
	background-color: #003366;
	font-size: 18px;
	color: white;
}

.aseWhiteOnLightRed8 {
	background-color: #F50101;
	font-size: 8px;
	color: white;
}

.aseWhiteOnLightRed10 {
	background-color: #F50101;
	font-size: 10px;
	color: white;
}

.aseWhiteOnLightRed12 {
	background-color: #F50101;
	font-size: 12px;
	color: white;
}

.aseWhiteOnLightRed14 {
	background-color: #F50101;
	font-size: 14px;
	color: white;
}

.aseWhiteOnLightRed18 {
	background-color: #F50101;
	font-size: 18px;
	color: white;
}

.aseWhiteOnLightBlue8 {
	background-color: #00aadd;
	font-size: 8px;
	color: white;
}

.aseWhiteOnLightBlue10 {
	background-color: #00aadd;
	font-size: 10px;
	color: white;
}

.aseWhiteOnLightBlue12 {
	background-color: #00aadd;
	font-size: 12px;
	color: white;
}

.aseWhiteOnLightBlue14 {
	background-color: #00aadd;
	font-size: 14px;
	color: white;
}

.aseWhiteOnLightBlue18 {
	background-color: #00aadd;
	font-size: 18px;
	color: white;
}



/*************  White on ITALIC  ***********************************/
.aseWhiteOnDarkRed8Italic {
	background-color: #990000;
	font-size: 8px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed10Italic {
	background-color: #990000;
	font-size: 10px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed12Italic {
	background-color: #990000;
	font-size: 12px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed14Italic {
	background-color: #990000;
	font-size: 14px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed18Italic {
	background-color: #990000;
	font-size: 18px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue8Italic {
	background-color: #003366;
	font-size: 8px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue10Italic {
	background-color: #003366;
	font-size: 10px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue12Italic {
	background-color: #003366;
	font-size: 12px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue14Italic {
	background-color: #003366;
	font-size: 14px;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue18Italic {
	background-color: #003366;
	font-size: 18px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed8Italic {
	background-color: #F50101;
	font-size: 8px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed10Italic {
	background-color: #F50101;
	font-size: 10px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed12Italic {
	background-color: #F50101;
	font-size: 12px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed14Italic {
	background-color: #F50101;
	font-size: 14px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed18Italic {
	background-color: #F50101;
	font-size: 18px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue8Italic {
	background-color: #00aadd;
	font-size: 8px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue10Italic {
	background-color: #00aadd;
	font-size: 10px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue12Italic {
	background-color: #00aadd;
	font-size: 12px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue14Italic {
	background-color: #00aadd;
	font-size: 14px;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue18Italic {
	background-color: #00aadd;
	font-size: 18px;
	font-style: italic;
	color: white;
}


/*************  White on BOLD ***********************************/
.aseWhiteOnDarkRed8Bold {
	background-color: #990000;
	font-size: 8px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkRed10Bold {
	background-color: #990000;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkRed12Bold {
	background-color: #990000;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkRed14Bold {
	background-color: #990000;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkRed18Bold {
	background-color: #990000;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkBlue8Bold {
	background-color: #003366;
	font-size: 8px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkBlue10Bold {
	background-color: #003366;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkBlue12Bold {
	background-color: #003366;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkBlue14Bold {
	background-color: #003366;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnDarkBlue18Bold {
	background-color: #003366;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightRed8Bold {
	background-color: #F50101;
	font-size: 8px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightRed10Bold {
	background-color: #F50101;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightRed12Bold {
	background-color: #F50101;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightRed14Bold {
	background-color: #F50101;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightRed18Bold {
	background-color: #F50101;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightBlue8Bold {
	background-color: #00aadd;
	font-size: 8px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightBlue10Bold {
	background-color: #00aadd;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightBlue12Bold {
	background-color: #00aadd;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightBlue14Bold {
	background-color: #00aadd;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.aseWhiteOnLightBlue18Bold {
	background-color: #00aadd;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

/*************  White on BOLD, ITALIC  ***********************************/
.aseWhiteOnDarkRed8BoldItalic {
	background-color: #990000;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed10BoldItalic {
	background-color: #990000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed12BoldItalic {
	background-color: #990000;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed14BoldItalic {
	background-color: #990000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkRed18BoldItalic {
	background-color: #990000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue8BoldItalic {
	background-color: #003366;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue10BoldItalic {
	background-color: #003366;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue12BoldItalic {
	background-color: #003366;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue14BoldItalic {
	background-color: #003366;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnDarkBlue18BoldItalic {
	background-color: #003366;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed8BoldItalic {
	background-color: #F50101;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed10BoldItalic {
	background-color: #F50101;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed12BoldItalic {
	background-color: #F50101;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed14BoldItalic {
	background-color: #F50101;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightRed18BoldItalic {
	background-color: #F50101;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue8BoldItalic {
	background-color: #00aadd;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue10BoldItalic {
	background-color: #00aadd;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue12BoldItalic {
	background-color: #00aadd;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue14BoldItalic {
	background-color: #00aadd;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.aseWhiteOnLightBlue18BoldItalic {
	background-color: #00aadd;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: white;
}


/***************************************************************
   Item Specific Tags
***************************************************************/

/*
.ase07LocationBar {
	color: white;
	font-size: 12px;
	background-color: #003366;
}
*/

.ase07LocationBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #003366;
	FONT-SIZE: 12px;
}

a.ase07RecentPagesClearList {
	color: #003366;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}

