@charset "utf-8";
.bullet {  list-style-image:  url(images/bullet.gif)}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

body  {
	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;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	scrollbar-3d-light-color: #ff8000;
	scrollbar-arrow-color: #000080;
	scrollbar-base-color: #000080;
	scrollbar-dark-shadow-color: #24369C;
	scrollbar-face-color: #99B3CC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #24369C;
	background-color: #2D3C6D;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../gif/window.gif);
}
.textInner {
	color: #FFFFFF;
	font-size: 24px;
}
.textBig {
	color: #FFFFFF;
	font-size: 32px;
}
.textSmall {
	color: #FFFFFF;
	font-size: 18px;
}
.textExSmall {
	color: #FFFFFF;
	font-size: 12px;
}
