/* Global Navigation: Main Text Style(s) */
/* Defines the styles for the application text */
/* ie: Home, info, etc... */

.whiteText {
	font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', "sans-serif";
	font-weight: normal;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;

}

A:link.whiteText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: normal;
   font-size: 10pt;
   color: #fffffff;
   text-decoration: none;
}

.infoText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', "sans-serif";
   font-weight: normal;
   font-size: 10pt;
   color: #FF3300;
   text-decoration: none;
}

A:link.infoText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: normal;
   font-size: 10pt;
   color: #1c1c75;
   text-decoration: none;
}

.bold18whiteText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
   font-size: 10pt;
   line-height: 18pt; 
   color: #ffffff;
   text-decoration: none;
}

A:link.bold18whiteText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
   font-size: 10pt;
   line-height: 18pt;
   color: #ffffff;
   text-decoration: none;
}

.boldText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
   font-size: 10pt; 
   color: #000000;
   text-decoration: none;
}

A:link.boldText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: #000000;
   text-decoration: none;
}

.boldwhiteText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
   font-size: 10pt; 
   color: #FFFFFF;
   text-decoration: none;
}

A:link.boldwhiteText {
   font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
   text-decoration: none;
}

.infowhitetext {
	font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', "sans-serif";
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

A.link.infowhitetext {
	font-family: 'MS PGothic', 'MS Gothic', 'Osaka-等幅', 'Osaka', 'Arial', 'Helvetica', "sans-serif";
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

/* Global Navigation: Visited Tab Navigation Style(s) */
/* Defines the state of the visited link for the application text */
/* ie: Home, etc... */

A:visited.whiteText {
   color: #000000;
   text-decoration: none;
}

A:visited.infoText {
   color: #1c1c75;
   text-decoration: none;
}

A:visited.bold18whiteText {
   color: #000000;
   text-decoration: none;
}

A:visited.boldText {
   color: #000000;
   text-decoration: none;
}

A:visited.boldwhiteText {
   color: #FFFFFF;
   text-decoration: none;
}

A:visited.infowhiteText {
   color: #ffffff;
   text-decoration: none;
}

/* Global Navigation: Hover (Mouseover) Tab Navigation Style(s) */
/* Defines the state of the mouseover link for the application text */
/* ie: Home, etc... */

A:hover.whiteText {
   color: #000000;
   text-decoration: underline;
}

A:hover.infoText {
   color: #1c1c75;
   text-decoration: underline;
}

A:hover.bold18whiteText {
   color: #000000;
   text-decoration: underline;
}

A:hover.boldText {
   color: #000000;
   text-decoration: underline;
}

A:hover.boldwhiteText {
   color: #000000;
   text-decoration: underline;
}

A:hover.infowhiteText {
   color: #4FF8AA;
   text-decoration: underline;
}