body {
	background-image: url(images/blutextb.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003333;
	border: none;
	margin: 0;
	}

h1 {
	color: #009999;
	font-size: 1.75em;
	}

h2 {
	color: #333333;
	font-size: 1.4em;
	background-color: #CCFFFF;
	border-top: 2px dotted #009999;
	border-bottom: 2px solid #009999;
	border-right-color: #009999;
	border-left-color: #009999;
	}

h3 {
	color: #666666;
	}

 hr {
 	color:#009999;
	}
 
.bkg_blue-lt {
	background-color: #CCFFFF;
	}

.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.float-clear {
	clear: both;
	}

.indent {
	margin-left: 20px;
	}

.italic {
	font-style: italic;
	}

.italicbold {
	font-style: italic;
	font-weight: bold;
	}

.small {
	font-size: 12px;
	}

.smallbold {
	font-size: 12px;
	font-weight: bold;
	}

.xsmall {
	font-size: 11px;
	}

.xsmallbold {
	font-size: 11px;
	font-weight: bold;
	}

.xxsmall {
	font-size: 10px;
	font-weight: bold;
	}

.large {
	font-size: 14px;
	}

.largebold {
	font-size: 14px;
	font-weight: bold;
	}

.xlarge {
	font-size: 16px;
	}

.xlargebold {
	font-size: 16px;
	font-weight: bold;
	}

.black {
	color: #000000;
	}

.blackbold {
	color: #000000;
	font-weight: bold;
	}

.white {
	color: #ffffff;
	}

.whitebold {
	font-weight: bold;
	color: #ffffff;
	}

#content {
	margin-top: 0;
	margin-left: 140px;
	padding: 10px;
	}

#float-right {
	float: right;
	}
