/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topline {
	background-color: #FFFFFF;
}
.topline h1 {
	font-size: 40px;
	color: #000099;
	margin: 5px 0 0 15px;
}
.topline h1 .strap {
	font-size: 32px;
}
.topline p {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 15px;
	color: #000066;
}
.address {
	font-size: 12px;
	color: #000099;
}
.menucell {
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
}
.button {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url(images/butback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
	padding-bottom: 7px;
}
a:hover.button {
	background-image: url(images/butover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000066;
}
.transcell {
	border: 1px solid #000066;
	background-color: #000000;
}
.line {
	border-bottom: 1px solid #000066;
}
.content {
	border-bottom: 1px solid #000066;
}
.content p {
	font-size: 12px;
	margin: 0 10px 15px 10px;
	color: #000099;
}
.content p a {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.content p a:hover {
	border-bottom: 1px dotted #0000CC;
	color: #0000CC;
}
.content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000099;
	margin: 10px 0 20px 10px;
}
.foot {
	font-size: 10px;
	color: #000099;
	padding: 5px;
	border-bottom: 1px dotted #000066;
}
.foot a {
	color: #000099;
	text-decoration: none;
}
.foot a:hover {
	border-bottom: 1px dotted #000066;
	color: #000066;
}
.uk {
	font-size: 10px;
	color: #000099;
	padding: 5px;
}
.uk a {
	color: #000099;
	text-decoration: none;
}
.uk a:hover {
	border-bottom: 1px dotted #000066;
	color: #000066;
}
#scell {
	border-bottom: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
}
#newst {
	border-bottom: 1px solid #000099;
	padding: 3px 0;
}
#newst marquee {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}