body {
	padding: 0;
	margin: 0;
}

body {
	font: 70% Verdana,Helvetica,Arial,sans-serif;
}

td, tr, th {
	font: 11px Verdana,Helvetica,Arial,sans-serif;
}


h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	color: #009;
	text-decoration: none;
}

a:hover, a:active {
	color: #f60;
	text-decoration: none;
}

.arrowLink a:link, .arrowLink a:visited {
	color: #009;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 3px 3px;
	padding-right: 25px;
	font-size: 11px;
}

.arrowLink a:hover, .arrowLink a:active {
	color: #f60;
	text-decoration: none;
	background: url(../images/arrowhover.gif) no-repeat 3px 3px;
	font-size: 11px;
}


.mainBody {
	width: 800px;
	/*height: 500px;*/
	margin-left: auto;
	margin-right: auto;
}

.headerBox {
	width: 800px;
	height: 100px;
	background: url(../images/Rabo-TraderMonitor-logo.gif) no-repeat 0 center;
	float: left;
	clear: left;
}

.menuHolder {
	width: 800px;
	height: 34px;
	overflow: hidden;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.bodyContent {
	width: 800px;
	float: left;
	clear: left;
}

.infoBox {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	width: 778px;
	padding: 10px;
	margin-bottom: 25px;
	margin-top: 23px;
	float: left;
}

.topImg {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 1px;
}

hr {
	border-top: #ccc 1px solid;
	display: block;
	color: #ccc;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	border-bottom-style: none
}


.formBlock {
	float: right;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 3px;
}

.infoBlock {
	float: right;
	margin-top: auto;
	margin-bottom: auto;
	width: 275px;
	height: 100px;
}

.menu {
	width: 240px;
	float: left;
}

.menu a:link, .menu a:visited {
	color: #009;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat 3px 3px;
	padding-left: 10px;
	padding-right: 25px;
	font-size: 11px;
	line-height: 15px;
}

.menu a:hover, .menu a:active {
	color: #f60;
	text-decoration: none;
	background: url(../images/arrowhover.gif) no-repeat 3px 3px;
	font-size: 11px;
	line-height: 15px;
}

.midContent {
	width: 550px;
	float: left;
}







