<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #112222;
	background: url(index-2.html) repeat-x 0 0;
}
a {
	color: #234566;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 1024px;
	margin: auto auto;
	text-align: left;
	padding: 25px 0;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	padding-bottom: 5px;
	background: url(images/headerbg.gif) repeat-x 0 0;
}
	#header .pages {
		list-style-type: none;
		float: left;
		height: 35px;
	}
		#header .pages li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
		}
		#header .pages li a {
			text-decoration: none;
			display: block;
			padding: 10px 10px 11px;
		}
	#header form {
		float: right;
		width: 238px; height: 35px;
		background: url(index-2.html) no-repeat 62px 8px;
	}
		#header form p {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-top: 12px;
		}
		#header form input {
			float: left;
			border: 0;
			font-family: Verdana;
			font-size: 0.9em;
			margin: 12px 1px 0 12px;
			width: 150px;
		}
		#header form button {
			float: left;
			border: 0;
			text-indent: -9999px;
			width: 21px; height: 21px;
			margin-top: 8px;
			background-color: transparent;
		}
	#header h1 {
		clear: both;
		float: left;
		font-size: 0;
		padding: 25px 0 30px;
	}
		#header h1 a {
			display: block;
			width: 373px; height: 41px;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		padding: 15px 10px 0 0;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 35px;
		background: url(images/navigation.gif) repeat-x 0 0;
		border: 1px solid #CCCCCC;
		overflow: hidden;
	}
		#header .categories li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-right: 2px;
			background: url(images/divider.gif) no-repeat right 1px;
		}
		#header .categories li a {
			color: #112222;
			text-decoration: none;
			display: block;
			padding: 11px 15px;
		}
/** END header **/



/** BEGIN footer **/
#footer {
	clear: both;
	border: 1px solid #CBDDDD;
	padding: 10px;
	font-size: 0.9em;
	color: #234566;
}
	#footer a {
		text-decoration: none;
		color: #112222;
	}
/** END footer **/


h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

</pre></body></html>