body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #96B8EA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #23334F;
}

img {
	border: 0;
}

hr {
	border-width: 1px;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: dashed;
	border-color: #23334F;
}

a:link, a:active, a:visited {
	color: #23334F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #23334F;
	text-decoration: underline;
	font-weight: bold;
}

.head {
	font-size: 12px;
	color: #96B8EA;
	background-color: #23334F
}
.head a:link, .head a:visited, .head a:active {
	color: #96B8EA;
	text-decoration: none;
	font-weight: bold;
}
.head a:hover {
	color: #96B8EA;
	text-decoration: underline;
	font-weight: bold;
}

.smalltext { font-size: 9px; }
.smalltext a:link, .smalltext a:visited, .smalltext a:active {
	text-decoration: none;
	font-weight: bold;
}
.smalltext a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.headline {
	font-size: 14px;
	font-weight: bold;
}

.green, .green a:link, .green a:visited, .green a:active, .green a:hover { color: #33CC33; }
.yellow, .yellow a:link, .yellow a:visited, .yellow a:active, .yellow a:hover { color: #CCCC33; }
.red, .red a:link, .red a:visited, .red a:active, .red a:hover { color: #CC3333; }
.gray, .gray a:link, .gray a:visited, .gray a:active, .gray a:hover { color: #999999; }

.cleft {
	background-color: #23334F;
	background-image: url(images/cntlft.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 14px;
	height: 22px;
	text-align: right;
}
.cleft_i {
	background-color: #23334F;
	background-image: url(images/cntlft.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 28px;
	height: 22px;
	text-align: right;
}
.cright {
	background-image: url(images/cntrit.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #96B8EA;
	background-color: #23334F;
}
.cbottom {
	font-size: 12px;
	color: #23334F;
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #23334F;
	border-bottom-color: #23334F;
	border-left-color: #23334F;
}
.cbottom a:link, .cbottom a:visited, .cbottom a:active {
	text-decoration: none;
	font-weight: bold;
}
.cbottom a:hover {
	text-decoration: underline;
	font-weight: bold;
}


.quoter {
	font-size: 11px;
	color: #23334F;
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px dotted #23334F;
}