/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/blue-spacer.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}


.holder {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}


.header {
	background-image: url(images/logo-strip_02.gif);
	background-repeat: repeat-x;
	height: 74px;
	width: 100%;
	float: left;
}

.menu {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: small;
	text-indent: 25px;
	float: left;
	width: 100%;
	height: 18px;
}

.spacer {
	float: left;
	height: 15px;
	width: 100%;
	display: block;
}

.tops {
	height: 14px;
	float: left;
	width: 100%;
	text-align: center;
}

.content {
	width: 635px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	float: left;
}

.blue-font {
	color: #0066CC;
}


.white-font {
	color: #FFFFFF;
	text-align: left;
}


.red-font {
	color: #990000;
}


.small-font {
	font-size: x-small;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}


.bottom {
	float: left;
	height: 13px;
	width: 100%;
	text-align: center;
}
