html {
	overflow-y: scroll;
}

body {
	margin-left: 0px;
	margin-right: 0px;
}

#wrapper {
	width: 987px;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 987px;
	height: 144px;
}

#headerlogo {
	float: left;
}

#headertext {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;	
}

#headerlive {
	float: right;
	padding-top: 14px;
}

#headermenu {
	padding-top: 7px;
	width: 987px;
	clear: left;
}

#content {
	width: 987px;
}

#footer {
	margin-top: 35px;
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: thin solid #454545;
	width: 987px;
}

.contentcol4 {
	width: 200px;
	margin-right: 26px;
	padding-right: 26px;
	float: left;
	border-right: thin dotted #454545;
}

.contentcol4l {
	width: 200px;
	float: left;
}

.contentcol2 {
	width: 400px;
	margin-right: 40px;
	padding-right: 40px;
	float: left;
	border-right: thin dotted #454545;
	line-height: 1.5;
}

.contentcol2l {
	width: 400px;
	float: left;
	line-height: 1.5;
}

.clearfloat {
	clear: both;
}

.tech {
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style: square;
	margin-left: 2em;
}

.buttongross {
	height: 26px;
	width: 185px;
	padding-top: 4px;
	background: url(/img/button_gross.gif) 0 0 no-repeat;
	cursor:pointer;
	display: block;
	position:relative;
	padding-left: 15px;
	color: #0860A8;
}
 
.fnty { 
	background-color: yellow; 
	font-weight: bold;
}

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

.fnts {
	font-size: 10px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}