/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
}
/******************************************************************************************************/
/* Menu Section */
/******************************************************************************************************/
/* Style Normal*/

a.mainNav:link   

{

  /* Applies to unvisited links of class mainNav */

  text-decoration:  none;

  font-family: Verdana, Arial, Helvetica, sans-serif; 

  font-size: xx-small; 

  color: #ffffff; 

  text-transform: none; 

  text-align: center; 

  font-weight: bold

}



a.mainNav:visited 

{

  /* Applies to visited links of class mainNav */

  text-decoration:  none;

  font-family: Verdana, Arial, Helvetica, sans-serif; 

  font-size: xx-small; 

  color: #FFFFFF; 

  text-transform: none; 

  text-align: center; 

  font-weight: bold

} 



a.mainNav:hover

{

  /* Applies to visited links of class mainNav */

	layer-background-color : #ffffff;

  text-decoration:  none;

  font-family: Verdana, Arial, Helvetica, sans-serif; 

  font-size: xx-small; 

  color: #CC0000; 

  text-transform: none; 

  text-align: center; 

  font-weight: bolder

} 



a.mainNav:active  

{

  /* Applies to visited links of class mainNav */

  text-decoration:  underline;

  font-family: Verdana, Arial, Helvetica, sans-serif; 

  font-size: xx-small; 

  color: #ffffff; 

  text-transform: none; 

  text-align: center; 

  font-weight: bold

} 





.menu1 {

   background-color : #9999CC; 

   layer-background-color : #F5F5F5; 

   border-width : 1px;

   border-style : solid;

   border-color : #ffffff;

   width : 140px; 

   top : -5px; 

   left : -25px; 

   position : absolute; 

   z-index : 1; 

   visibility : hidden; 

   height: 20pt;

   clip:  rect(   )

}



a.menu1:hover

{

  /* Applies to visited links of class mainNav */

	layer-background-color : #ffffff;

  text-decoration:  none;

  font-family: Verdana, Arial, Helvetica, sans-serif; 

width : 140px; 

   top : -5px; 

   left : -25px; 

  font-size: xx-small; 

  color: #CC0000; 

  text-transform: none; 

  text-align: center; 

  font-weight: bolder

} 

#menu2 {
	background-color : #9999CC;
	layer-background-color : #F5F5F5;
	border-width : 1px;
	border-style : solid;
	border-color : #ffffff;
	width : 140px;
	top : -5px;
	left : 120px;
	position : absolute;
	z-index : 1;
	visibility : hidden;
	height: 20pt;
	clip:  rect(   );
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;

}




#menu3 {

   background-color : #9999CC;

   layer-background-color : #F5F5F5;

   border-width : 1px; 

   border-style : solid; 

   border-color : #9999CC; 

   width : 140px; 

   top : -5px; 

   left : 265px; 

   position : absolute; 

   z-index : 1; 

   visibility : hidden; 

   height: 20pt;

   clip:  rect(   )

}





#menu4 {

   background-color : #9999CC;

   layer-background-color : #F5F5F5;

   border-width : 1px; 

   border-style : solid; 

   border-color : #9999CC;

   width : 140px; 

   top : -5px; 

   left : 410px; 

   position : absolute; 

   z-index : 1; 

   visibility : hidden; 

   height: 20pt;

   clip:  rect(   )

}





#menu5 {

   background-color : #9999CC;

   layer-background-color : #F5F5F5;

   border-width : 1px; 

   border-style : solid; 

   border-color : #9999CC;

   width : 180px; 

   top : -15px; 

   left : 620px; 

   position : absolute; 

   z-index : 1; 

   visibility : hidden; 

   height: 20pt;

   clip:  rect(   )

}


/******************************************************************************************************/
/* White Color Section */
/******************************************************************************************************/
/* Style Normal*/

.superSmallWhite, .superSmallWhite a:link, .superSmallWhite a:visited, .superSmallWhite a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.superSmallWhite a:hover
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99FFCC;
	font-weight: bold;
}

.xxSmallWhite, .xxSmallWhite a:link, .xxSmallWhite a:visited, .xxSmallWhite a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
}

.xxSmallWhite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #99FFCC;
	font-weight: bold;
}

.xSmallWhite, .xSmallWhite a:link, .xSmallWhite a:visited, .xSmallWhite a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}


.xSmallWhite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #99FFCC;
	font-weight: bold;
}
.SmallWhite, .SmallWhite a:link, .SmallWhite a:visited, .SmallWhite a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}

.SmallWhite a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #99FFCC;
	font-weight: bold;
}


.MediumWhite, .MediumWhite a:link, .MediumWhite a:visited, .MediumWhite a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}


.MediumWhite a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #99FFCC;
	font-weight: bold;
}

.LargeWhite, .LargeWhite a:link, .LargeWhite a:visited, .LargeWhite a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}


.LargeWhite a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #99FFCC;
	font-weight: bold;
}

/* Style: White Underline */

.superSmallWhiteUnderline, .superSmallWhiteUnderline a:link, .superSmallWhiteUnderline a:visited, .superSmallWhiteUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.superSmallWhiteUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99FFCC;
	font-weight: bold;
	text-decoration: underline;
}

.xxSmallWhiteUnderline, .xxSmallWhiteUnderline a:link, .xxSmallWhiteUnderline a:visited, .xxSmallWhiteUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.xxSmallWhiteUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #99FFCC;
	font-weight: bold;
	text-decoration: underline;
}

.xSmallWhiteUnderline, .xSmallWhiteUnderline a:link, .xSmallWhiteUnderline a:visited, .xSmallWhiteUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.xSmallWhiteUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #99FFCC;
	font-weight: bold;
	text-decoration: underline;
}


.SmallWhiteUnderline, .SmallWhiteUnderline a:link, .SmallWhiteUnderline a:visited, .SmallWhiteUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.SmallWhiteUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #99FFCC;
	font-weight: bold;
	text-decoration: underline;
}
.MediumWhiteUnderline, .MediumWhiteUnderline a:link, .Underline a:visited, .Underline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.MediumWhiteUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #99FFCC;
	font-weight: bold;
	text-decoration: underline;
}

.LargeWhiteUnderline, .LargeWhiteUnderline a:link, .LargeWhiteUnderline a:visited, .LargeWhiteUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.LargeWhiteUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #99FFCC;
	font-weight: bold;
	text-decoration: underline;
}

/******************************************************************************************************/

/******************************************************************************************************/
/* Blue - Standard Color Section */
/******************************************************************************************************/
/* Style Normal*/


.superSmallBlue, .superSmallBlue a:link, .superSmallBlue a:visited, .superSmallBlue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0000FF;
}


.superSmallBlue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6633CC;
}

.xxSmallBlue, .xxSmallBlue a:link, .xxSmallBlue a:visited, .xxSmallBlue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #0000FF;
}


.xxSmallBlue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #6633CC;
}

.xSmallBlue, .xSmallBlue a:link, .xSmallBlue a:visited, .xSmallBlue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0000FF;
}


.xSmallBlue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #6633CC;
}

.SmallBlue, .SmallBlue a:link, .SmallBlue a:visited, .SmallBlue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0000FF;
}


.SmallBlue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6633CC;
}

.MediumBlue, .MediumBlue a:link, .MediumBlue a:visited, .MediumBlue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
}


.MediumBlue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #6633CC;
}
.LargeBlue, .LargeBlue a:link, .LargeBlue a:visited, .LargeBlue a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
}

.LargeBlue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #6633CC;
}

/* Style: Blue Underline */


.superSmallBlueUnderline, .superSmallBlueUnderline a:link, .superSmallBlueUnderline a:visited, .superSmallBlueUnderline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0000FF;
text-decoration: underline;
}


.superSmallBlueUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6633CC;
text-decoration: underline;
}

.xxSmallBlueUnderline, .xxSmallBlueUnderline a:link, .xxSmallBlueUnderline a:visited, .xxSmallBlueUnderline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #0000FF;
text-decoration: underline;
}


.xxSmallBlueUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #6633CC;
text-decoration: underline;
}

.xSmallBlueUnderline, .xSmallBlueUnderline a:link, .xSmallBlueUnderline a:visited, .xSmallBlueUnderline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0000FF;
text-decoration: underline;
}


.xSmallBlueUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #6633CC;
text-decoration: underline;
}

.SmallBlueUnderline, .SmallBlueUnderline a:link, .SmallBlueUnderline a:visited, .SmallBlueUnderline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0000FF;
text-decoration: underline;
}


.SmallBlueUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6633CC;
text-decoration: underline;
}

.MediumBlueUnderline, .MediumBlueUnderline a:link, .MediumBlueUnderline a:visited, .MediumBlueUnderline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000FF;
text-decoration: underline;
}


.MediumBlueUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #6633CC;
text-decoration: underline;
}

.LargeBlueUnderline, .LargeBlueUnderline a:link, .LargeBlueUnderline a:visited, .LargeBlueUnderline a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
text-decoration: underline;
}


.LargeBlueUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #6633CC;
text-decoration: underline;
}

/******************************************************************************************************/

/******************************************************************************************************/
/* Ligth Blue - Standard Color Section */
/******************************************************************************************************/
/* Style Normal*/


.superSmallBoldLigthBlue , .superSmallBoldLigthBlue a:link, .superSmallBoldLigthBlue a:visited, .superSmallBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0099CC;
}

.superSmallBoldLigthBlue a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #009933;
}

.xxSmallBoldLigthBlue , .xxSmallBoldLigthBlue a:link, .xxSmallBoldLigthBlue a:visited, .xxSmallBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #0099CC;
}


.xxSmallBoldLigthBlue  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #009933;
}

.xSmallBoldLigthBlue , .xSmallBoldLigthBlue a:link, .xSmallBoldLigthBlue a:visited, .xSmallBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0099CC;
}


.xSmallBoldLigthBlue  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #009933;
}

.SmallBoldLigthBlue , .SmallBoldLigthBlue a:link, .SmallBoldLigthBlue a:visited, .SmallBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099CC;
}


.SmallBoldLigthBlue  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #009933;
}

.MediumBoldLigthBlue , .MediumBoldLigthBlue a:link, .MediumBoldLigthBlue a:visited, .MediumBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
}


.MediumBoldLigthBlue a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009933;
}


.LargeBoldLigthBlue , .LargeBoldLigthBlue a:link, .LargeBoldLigthBlue a:visited, .LargeBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099CC;
}


.LargeBoldLigthBlue  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #009933;
}


/* Style Ligth Blue Underline*/


.superSmallBoldLigthBlueUnderline , .superSmallBoldLigthBlueUnderline a:link, .superSmallBoldLigthBlueUnderline a:visited, .superSmallBoldLigthBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0099CC;
text-decoration: underline;
}


.superSmallBoldLigthBlueUnderline  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #009933;
text-decoration: underline;
}

.xxSmallBoldLigthBlueUnderline , .xxSmallBoldLigthBlueUnderline a:link, .xxSmallBoldLigthBlueUnderline a:visited, .xxSmallBoldLigthBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #0099CC;
text-decoration: underline;
}


.xxSmallBoldLigthBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #009933;
text-decoration: underline;
}

.xSmallBoldLigthBlueUnderline , .xSmallBoldLigthBlueUnderline a:link, .xSmallBoldLigthBlueUnderline a:visited, .xSmallBoldLigthBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0099CC;
text-decoration: underline;
}


.xSmallBoldLigthBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #009933;
text-decoration: underline;
}

.SmallBoldLigthBlueUnderline , .SmallBoldLigthBlueUnderline a:link, .SmallBoldLigthBlueUnderline a:visited, .SmallBoldLigthBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099CC;
text-decoration: underline;
}


.SmallBoldLigthBlueUnderline  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #009933;
text-decoration: underline;
}

.MediumBoldLigthBlue , .MediumBoldLigthBlue a:link, .MediumBoldLigthBlue a:visited, .MediumBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0099CC;
text-decoration: underline;
}


.MediumBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009933;
text-decoration: underline;
}


.LargeBoldLigthBlue , .LargeBoldLigthBlue a:link, .LargeBoldLigthBlue a:visited, .LargeBoldLigthBlue a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099CC;
text-decoration: underline;
}


.LargeBoldLigthBlue  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #009933;
text-decoration: underline;
}



/******************************************************************************************************/

/******************************************************************************************************/
/* Dark Blue - Standard Color Section */
/******************************************************************************************************/
/* Style Normal*/
.superSmallDarkBlueNormal, .superSmallDarkBlueNormal a:link, .superSmallDarkBlueNormal a:visited, .superSmallDarkBlueNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000099;
}


.superSmallDarkBlueNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #660066;
}

.xxSmallDarkBlueNormal, .xxSmallDarkBlueNormal a:link, .xxSmallDarkBlueNormal a:visited, .xxSmallDarkBlueNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000099;
}


.xxSmallDarkBlueNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #660066;
}

.xSmallDarkBlueNormal, .xSmallDarkBlueNormal a:link, .xSmallDarkBlueNormal a:visited, .xSmallDarkBlueNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:  normal;
	color: #000099;
}


.xSmallDarkBlueNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:  normal;
	color: #660066;
}

.SmallDarkBlueNormal, .SmallDarkBlueNormal a:link, .SmallDarkBluNormale a:visited, .SmallDarkBlueNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000099;
}


.SmallDarkBlueNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #660066;
}

.MediumDarkBlueNormal, .MediumDarkBlueNormal a:link, .MediumDarkBlueNormal a:visited, .MediumDarkBlueNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000099;
}


.MediumDarkBlueNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #660066;
}

.LargeDarkBlueNormal, .LargeDarkBlueNormal a:link, .LargeDarkBlueNormal a:visited, .LargeDarkBlueNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #000099;
}


.LargeDarkBlueNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #660066;
}

/* Style Bold*/
.superSmallDarkBlue, .superSmallDarkBlue a:link, .superSmallDarkBlue a:visited, .superSmallDarkBlue a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000099;
}

.superSmallDarkBlue a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #660066;
}

.xxSmallDarkBlue, .xxSmallDarkBlue a:link, .xxSmallDarkBlue a:visited, .xxSmallDarkBlue a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000099;
}


.xxSmallDarkBlue a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #660066;
}

.xSmallDarkBlue, .xSmallDarkBlue a:link, .xSmallDarkBlue a:visited, .xSmallDarkBlue a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000099;
}


.xSmallDarkBlue a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #660066;
}

.SmallDarkBlue, .SmallDarkBlue a:link, .SmallDarkBlue a:visited, .SmallDarkBlue a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000099;
}

.SmallDarkBlue a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660066;
}
.MediumDarkBlue, .MediumDarkBlue a:link, .MediumDarkBlue a:visited, .MediumDarkBlue a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000099;
}


.MediumDarkBlue a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #660066;
}

.LargeDarkBlue, .LargeDarkBlue a:link, .LargeDarkBlue a:visited, .LargeDarkBlue a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000099;
}


.LargeDarkBlue a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #660066;
}

/* Style: Underline */

.supersmallDarkBlueUnderline , .supersmallDarkBlueUnderline a:link, .supersmallDarkBlueUnderline a:visited, .supersmallDarkBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	
}


.supersmallDarkBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #660066;
	text-decoration: underline;
	
}

.xxsmallDarkBlueUnderline , .xxsmallDarkBlueUnderline a:link, .xxsmallDarkBlueUnderline a:visited, .xxsmallDarkBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	
}


.xxsmallDarkBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #660066;
	text-decoration: underline;
	
}


.xsmallDarkBlueUnderline , .xsmallDarkBlueUnderline a:link, .xsmallDarkBlueUnderline a:visited, .xsmallDarkBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}


.xsmallDarkBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #660066;
	text-decoration: underline;
	font-weight: bold;
}

.smallDarkBlueUnderline , .smallDarkBlueUnderline a:link, .smallDarkBlueUnderline a:visited, .smallDarkBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}


.smallDarkBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #660066;
	text-decoration: underline;
	font-weight: bold;
}

.MediumDarkBlueUnderline , .MediumDarkBlueUnderline a:link, .MediumDarkBlueUnderline a:visited, .MediumDarkBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	
}


.MediumDarkBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #660066;
	text-decoration: underline;
	
}


.LargeDarkBlueUnderline , .LargeDarkBlueUnderline a:link, .LargeDarkBlueUnderline a:visited, .LargeDarkBlueUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #0000CC;
	text-decoration: underline;
	
}


.LargeDarkBlueUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #660066;
	text-decoration: underline;
	
}


/******************************************************************************************************/

/******************************************************************************************************/
/* Black - Standard Color Section */
/******************************************************************************************************/
/* Style Normal*/
.superSmllBlackTextNormal, .superSmallBlackTextNormal a:link, .superSmallBlackTextNormal a:visited, .superSmallBlackTextNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
font-weight: bold;
}

.superSmllBlackTextNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #660000;
font-weight: bold;
}

.xxSmallBlackTextNormal, .xxSmallBlackTextNormal a:link, .xxSmallBlackTextNormal a:visited, .xxSmallBlackTextNormal a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
font-weight: bold;
}

.xxSmallBlackTextNormal a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #660000;
font-weight: bold;
}

.xSmallBlackTextNormal , .xSmallBlackTextNormal a:link, .xSmallBlackTextNormal a:visited, .xSmallBlackTextNormal a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
font-weight: normal;
}


.xSmallBlackTextNormal a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660000;
font-weight: normal;
}

.SmallBlackTextNormal , .SmallBlackTextNormal a:link, .SmallBlackTextNormal a:visited, .SmallBlackTextNormal a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}


.SmallBlackTextNormal a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #660000;
}

.MediumBlackTextNormal , .MediumBlackTextNormal a:link, .MediumBlackTextNormal a:visited, .MediumBlackTextNormal a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
font-weight: bold;
}


.MediumBlackTextNormal a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #660000;
font-weight: bold;
}

.LargeBlackTextNormal , .LargeBlackTextNormal a:link, .LargeBlackTextNormal a:visited, .LargeBlackTextNormal a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #000000;
font-weight: bold;
}


.LargeBlackTextNormal a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #660000;
font-weight: bold;
}


/* Style Bold */
.superSmallBlackTextBold, .superSmallBlackTextBold a:link, .superSmallBlackTextBold a:visited, .superSmallBlackTextBold a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
font-weight: bold;
}
.superSmallBlackTextBold a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #660000;
font-weight: bold;
}


.xxSmallBlackTextBold, .xxSmallBlackTextBold a:link, .xxSmallBlackTextBold a:visited, .xxSmallBlackTextBold a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
font-weight: bold;
}


.xxSmallBlackTextBold a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #660000;
font-weight: bold;
}
.xSmallBlackTextBold , .xSmallBlackTextBold a:link, .xSmallBlackTextBold a:visited, .xSmallBlackTextBold a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
font-weight: bold;
}

.xSmallBlackTextBold a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660000;
font-weight: bold;
}


.SmallBlackTextBold , .SmallBlackTextBold a:link, .SmallBlackTextBold a:visited, .SmallBlackTextBold a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}


.SmallBlackTextBold a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660000;
}

.MediumBlackTextBold , .MediumBlackTextBold a:link, .MediumBlackTextBold a:visited, .MediumBlackTextBold a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
font-weight: bold;
}


.MediumBlackTextBold  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #660000;
font-weight: bold;
}

.LargeBlackTextBold , .LargeBlackTextBold a:link, .LargeBlackTextBold a:visited, .LargeBlackTextBold a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
font-weight: bold;
}


.LargeBlackTextBold a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #660000;
font-weight: bold;
}


/* Style Underline */
.superSmallBlackTextUnderline, .superSmallBlackTextUnderline a:link, .superSmallBlackTextUnderline a:visited, .superSmallBlackTextUnderline a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}

.superSmallBlackTextUnderline a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}

/*style: Underline */
.superSmallBlackTextUnderline, .superSmallBlackTextUnderline a:link, .superSmallBlackTextUnderline a:visited, .superSmallBlackTextUnderline a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}

.superSmallBlackTextUnderline a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #660000;
font-weight: bold;
text-decoration: underline;
}
.xxSmallBlackTextUnderline, .xxSmallBlackTextUnderline a:link, .xxSmallBlackTextUnderline a:visited, .xxSmallBlackTextUnderline a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}

.xxSmallBlackTextUnderline a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #660000;
font-weight: bold;
text-decoration: underline;
}

.xSmallBlackTextUnderline , .xSmallBlackTextUnderline a:link, .xSmallBlackTextUnderline a:visited, .xSmallBlackTextUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}

.xSmallBlackTextUnderline  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660000;
font-weight: bold;
text-decoration: underline;
}


.SmallBlackTextUnderline , .SmallBlackTextUnderline a:link, .SmallBlackTextUnderline a:visited, .SmallBlackTextUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
text-decoration: underline;
}


.SmallBlackTextUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660000;
text-decoration: underline;
}

.MediumBlackTextUnderline , .MediumBlackTextUnderline a:link, .MediumBlackTextUnderline a:visited, .MediumBlackTextUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}


.MediumBlackTextUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #660000;
font-weight: bold;
text-decoration: underline;
}

.LargeBlackTextUnderline , .LargeBlackTextUnderline a:link, .LargeBlackTextUnderline a:visited, .LargeBlackTextUnderline a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
font-weight: bold;
text-decoration: underline;
}


.LargeBlackTextUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #660000;
font-weight: bold;
text-decoration: underline;
}


/******************************************************************************************************/

/******************************************************************************************************/
/* Red - Standard Color Section */
/******************************************************************************************************/
/* Style Normal*/

.superSmallRed , .superSmallRed a:link, .superSmallRed a:visited, .superSmallRed a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;

}


.superSmallRed a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
	font-weight: bold;

}


.xxSmallRed , .xxSmallRed a:link, .xxSmallRed a:visited, .xxSmallRed a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;

}


.xxSmallRed  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF6600;
	font-weight: bold;

}

.xSmallRed , .xSmallRed a:link, .xSmallRed a:visited, .xSmallRed a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
}


.xSmallRed  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
	font-weight: bold;
}

.smallRed , .smallRed  a:link, .smallRed  a:visited, .smallRed  a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;

}


.smallRed  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
	font-weight: bold;

}


.MediumRed, .MediumRed  a:link, .MediumRed  a:visited, .MediumRed  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	font-weight: bold;

}


.MediumRed  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	font-weight: bold;

}


.LargeRed , .LargeRed a:link, .LargeRed a:visited, .LargeRed a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	font-weight: bold;

}


.LargeRed  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF6600;
	font-weight: bold;

}


/*Style: Underline*/
.superSmallRedUnderline , .superSmallRedUnderline  a:link, .superSmallRedUnderline  a:visited, .superSmallRedUnderline  a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
text-decoration: underline;

}

.superSmallRedUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
	font-weight: bold;
text-decoration: underline;

}

.xxSmallRedUnderline , .xxSmallRedUnderline  a:link, .xxSmallRedUnderline  a:visited, .xxSmallRedUnderline  a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;
text-decoration: underline;

}


.xxSmallRedUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF6600;
	font-weight: bold;
text-decoration: underline;

}

.xSmallRedUnderline  , .xSmallRedUnderline  a:link, .xSmallRedUnderline  a:visited, .xSmallRedUnderline  a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
text-decoration: underline;
}


.xSmallRedUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
	font-weight: bold;
text-decoration: underline;
}

.smallRedUnderline  , .smallRedUnderline   a:link, .smallRedUnderline   a:visited, .smallRedUnderline   a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
text-decoration: underline;

}


.smallRedUnderline  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
	font-weight: bold;
text-decoration: underline;

}

.MediumRedUnderline , .MediumRedUnderline   a:link, .MediumRedUnderline   a:visited, .MediumRedUnderline   a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	font-weight: bold;
text-decoration: underline;
}


.MediumRedUnderline a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	font-weight: bold;
text-decoration: underline;
}

.LargeRedUnderline  , .LargeRedUnderline  a:link, .LargeRedUnderline  a:visited, ..xxSmallRedUnderline , .xxSmallRedUnderline  a:link, .xxSmallRedUnderline  a:visited, .xxSmallRedUnderline  a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
	font-weight: bold;
text-decoration: underline;

}


.LargeRedUnderline a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF6600;
	font-weight: bold;
text-decoration: underline;

}

/******************************************************************************************************/

/******************************************************************************************************/
/* Yellow - Standard Color Section */
/******************************************************************************************************/
/* Style Normal*/

.xxSmallYellowBold, .xxSmallYellowBold a:link, .xxSmallYellowBold a:visited, .xxSmallYellowBold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFF33;
}

.xxSmallYellowBold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFCC66;
}


.xSmallYellowBold, .xSmallYellowBold a:link, .xSmallYellowBold a:visited, .xSmallYellowBold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFF33;
}


.xSmallYellowBold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFCC66;
}


.SmallYellowBold, .SmallYellowBold a:link, .SmallYellowBold a:visited, .SmallYellowBold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFF33;
}


.SmallYellowBold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC66;
}



.MediumYellowBold, .MediumYellowBold a:link, .MediumYellowBold a:visited, .MediumYellowBold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFF33;
}


.MediumYellowBold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFCC66;
}



.LargeYellowBold, .LargeYellowBold a:link, .LargeYellowBold a:visited, .LargeYellowBold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFF33;

}


.LargeYellowBold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFCC66;

}




