/*Title for the How To Pages */
.howToTitle {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
        font-weight: bold;
}
/* Black foreground bold */
.bb9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
/* Black foreground normal */
.bn8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bn9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/* Theme color*/
.theme {
	color: #000000;
	background: #647CA5;
}
/* Theme background bold 10 pt*/
.theme_bg_b10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #647CA5;
}
/* Theme foreground bold 10 pt*/
.theme_fg_b10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #647CA5;
	background: #FFFFFF;
}
/* Theme background normal 10 pt*/
.theme_bg_n10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background: #647CA5;
}
/* Theme background normal 10 pt*/
.theme_bg_n8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	background: #647CA5;
}
.tabDropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	width:180px;
}
a {color: #647CA5;}