body {
    font-family:arial;
}
a:link {
	font-weight:bold;
	text-decoration:none;
    color: #000000;
}
a:visited {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	text-decoration:none;
    background-color: #ffffff;
    color: #D61889;
}
a:active {
	font-weight:bold;
	text-decoration:none;
}
a.text {
	font-weight:bold;
	color: #D61889;
	text-decoration:none;
    font-size:14pt;
}
h1 {
	background-color:#f2f2f2;
}
div.header1 {
    width: 100%;
    display: block;
    background-color: #D61889;
    text-align: center;
    font-size:14pt;
}
div.gray {
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    text-align: center;
    font-size:14pt;
}
div.white {
    width: 100%;
    display: block;
    background-color: #ffffff;
    text-align: center;
    font-size:14pt;
}
div.textblock {
    position: relative;
    left: 10%;
    width: 80%;
    text-align: center;
}
b.corporate {
    color: #D61889;
}
b.hidden {
    color: #f2f2f2;
    font-size:1pt;
}
.text_center {
    position: relative;
    left: 10%;
    width: 80%;
    text-align: center;
}
.text_color {
	color: #000000;
}
.black_text {
	color: #000000;
}
.white_text {
	color: #ffffff;
}
.hCompany {
	background-color:#ffffff;
	color: #D61889;
	font-size:28pt;
	font-weight: bold;
}
.header {
    z-index: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
}
.smaller {
    font-size:14pt;
}
