body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
}

td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
}

th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.bodystyle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.small {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 7.5pt;
	font-variant: small-caps;
	color: #FFFFFF;
}

.medium {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
}

.big {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	letter-spacing: .5pt;
	color: #e0b767;
}

.xbig {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16pt;
	letter-spacing: .4pt;
}

.xbigColor {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16pt;
	letter-spacing: .4pt;
	color: #e0b767;
}

.attention {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
    font-style: italic;
	color: #ffffff;
}

a:link {
    color: #e0b767;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #e5d4b2;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #e5d4b2;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #e5d4b2;
    background-color: transparent;
    text-decoration: none;
}