@charset "UTF-8";
/* CSS Document */

body {

	height: 100%;
	font-family:Georgia, Hoefler, "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg_photo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #ffffff;
}

body,td,th {
	font-size: 9pt;
	color: #666666;
	line-height: 100%
}

.body1 {
	font-size: 10pt;
	color: #AAAAAA;
	letter-spacing: 0px;
	line-height: 125%;
}
.body1 a:link {
	color: #1988BF;
	text-decoration: none;
}
.body1 a:visited {
	text-decoration: none;
	color: #1988BF;
}
.body1 a:hover {
	text-decoration: underline;
}
.body1 a:active {
	text-decoration: none;
}

.class1 {
	font-size: 9pt;
	color: #666666;
	letter-spacing: 0px;
	line-height: 150%;
}
.class1 a:link {
	color: #1988BF;
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #1988BF;
}
.class1 a:hover {
	text-decoration: underline;
}
.class1 a:active {
	text-decoration: none;
}

.class2 {
	font-size: 8pt;
	color: #666666;
	letter-spacing: 0.5px;
	line-height: 150%;
}
.class2 a:link {
	color: #1988BF;
	text-decoration: none;
}
.class2 a:visited {
	text-decoration: none;
	color: #1988BF;
}
.class2 a:hover {
	text-decoration: underline;
}
.class2 a:active {
	text-decoration: none;
}	



/* FOOTER */

.footer {
	color: #666666;
	font-size: 9px;
	font-family:Georgia, Hoefler, "Times New Roman", Times, serif;
}
.footer a:link {
	color: #1988BF;
	font-size: 9px;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #1988BF;
}
.footer a:hover {
	text-decoration: underline;
	color: #1988BF;
}
.footer a:active {
	text-decoration: none;
}