/* text-align: center; will center the layout for IE5-Win and IE6-Win
running quirks mode (no DOCTYPE tag at beginning of document). */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}

/* The auto left and right margins center the layout in standards
browsers, IE6-Win (in standards mode) and IE5-Mac. */
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left; /* Reset text alignment for Western languages. */
	width: 800px;
	position:relative;
}

/* Standards browsers will cut off portions of the left and right edges
of a layout if the browser viewport is too narrow, unless the
#wrapper <div> has a left and right border. Internet Explorer is not
affected by this, and the style rules are hidden. Setting the border
color to transparent initially returns a CSS syntax error at the W3C
CSS validator, so for the sake of validation, the border color is
set to transparent on a separate line. */
html>body #wrapper {
	border: 1px solid #fff;
	border-color: transparent;
	border-top: 0;
	border-bottom: 0;
}
.CourierBlack {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.CourierNonBoldsmall {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.CourierNonBoldsmallitalic {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.CourierNonBold {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a:link {
	COLOR: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
COLOR: #800080;
}
a:hover {
	COLOR: #0000FF;
}
a:active {
COLOR: #00FF00;
}
.CourierPink {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF00FF;
	font-weight: bold;
}
.CourierWhite {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}
.CourierYellow {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
}
