body{
	background-color: #000000;
	margin: 0px;
}

#main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 750px;
	height: 100%;
	float: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

	#main #tle{
		background-color: #FFFFFF;
		width: 190px;
		padding: 0px;
		margin: 0px;
		border-bottom: 7px solid #BBBBBB;
		border-right: 1px solid #CCCCCC;
	}

	#main #tri{
		background-color: #000066;
		width: 560px;
		border-bottom: 1px solid #CCCCCC;
		color: #FFFFFF;
	}

	#main #ble{
		background-color: #EEEEEE;
	}

	#main #ble #nav{
		text-align: right;
		padding: 4px 6px 4px 4px;
		line-height: 20px;
	}

	a:visited.navbutton, a:link.navbutton{
			width: 160px;
			padding: 3px;
			text-align: right;
			line-height: 18px;
			display: block;
			border-right: 1px solid #DDDDDD;
			border-bottom: 1px solid #DDDDDD;
			border-top: 1px solid #EEEEEE;
			border-left: 1px solid #EEEEEE;
			float: right;
			clear: right;
			margin-top: 3px;
		}

		a:hover.navbutton, a:active.navbutton{
			background-color: #CCCCCC;
			cursor: pointer;
			text-decoration: none;
			border-top: 1px solid #999999;
			border-left: 1px solid #999999;
		}

	#main #bri{
		background-color: #FFFFFF;
	}

	#main #bri #mainbody{
		padding: 0px 4px 20px 6px;
	}

	#main #footer{
		background-color: #000000;
		color: #FFFFFF;
		line-height: 32px;
		text-align: right;
	}
	
	#main #spacer{
		background-color: #CCCCCC;
		line-height: 12px;
	}

img{
	border: none;
	padding: 0px;
	margin: 0px;
}

p{
	padding: 0px 5px 0px 3px;
	text-align: justify;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

h1{
	margin-top: -1px;
	font-size: 1.8em;
}

h2{
	font-size: 1.3em;
}

a{
	font-weight: bold;
}

a:visited {
	color: #6666FF;
	text-decoration: none;
}

a:link {
	color: #6666FF;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

a:active {
	color: #000099;
	text-decoration: underline;
}

.highlights{
	background-color: #DDDDFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.highlights2{
	background-color: #6666FF;
	border-top: 1px dashed #999999;
	padding: 6px;
	color: #EEEEEE;
	text-align: left;
}

.small{
	font-size: smaller;
}

.smallspace{
	line-height: 4px;
}