.white_bold_txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.purple_bold_text {
	color: #990099;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold; 
	text-decoration:underline
}
.red_bold_text {
	color: #FF0000;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold
}
.black_big_bold_txt {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
    font-size: 14pt; 
    font-family: Verdana; 
    font-weight: bold; 
    color:#E17C00 
}
h2, h4, h6 {
    font-size: 10pt; 
    font-family: Verdana; 
    font-weight: bold; 
    color:#C88CF0 
}
h3, h5 {
    font-size: 12pt; 
    font-family: Verdana; 
    font-weight: bold; 
    color:#E17C00 
}
.header_lookalike {
    font-size: 12pt; 
    font-family: Verdana; 
    font-weight: bold; 
    color:#E17C00 
}
.purple_header_lookalike {
    font-size: 10pt; 
    font-family: Verdana; 
    font-weight: bold; 
    color:#C88CF0
}
.white_normal_txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright_txt {
	color: #333333;
	font-size: 11px;
	font-family: Tahoma;
}
.black_link_txt {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_bold_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_normal_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.black_header_text {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
:link.white_link {
	color: #FFFFFF;
	text-decoration: none;
}
:visited.white_link {
	text-decoration: none;
	color: #FFFFFF;
}
:hover.white_link {
	text-decoration: none;
	color: #F5C400;
}
:active.white_link {
	text-decoration: none;
	color: #F5C400;
}
body {
	background-color: #B8B4B6;
}