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

a {
	color: #999999;
}
body {
	background-image: url(ui_images/background.png);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-attachment: fixed;
	background-color: #FFFFFF;
}
#div1 {
	background-image: url(ui_images/menubar.png);
	background-repeat: no-repeat;
	background-position: center;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
#box1 {
	background-image: url(img_ui/BottomBox.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#text1 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #999999;
	border-width: 0px;
}
/* Inline Styles */
.style1 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #999999;
	border-width: 0px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666666;
}

