﻿/* CSS Document */

body {
	background: #848484;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.bodycontainer{
	width: 800px;
	background-color:#ffffff;
	margin-left:0px;
	margin-top: 0px;	
}
.topleftcontainer {
	width: 290px;
	background-color: #f68527;
}
.toprightcontainer {
	width: 510px;
	background-color: #ffffff;
}
.textcontainer{
	width: 500px;
	margin-left: 10px;
	background-color: #ffffff;
	vertical-align: top;
}
.texttable {
	background-color: #ffffff;
	width: 490px;
	vertical-align: top;
}
.bottomleftcontainer {
	width: 320px;
	background-color: #ffffff;
}
.bottomrightcontainer {
	width: 480px;
	background-color: #ffffff;
	vertical-align:bottom;
}
.orangebg {
	background-color: #f68527;
}
.lightgreybg {
	background-color: #e9e9e9;
}
.darkgreybg{
	background-color: #848484;
}
.cell_160 {
	min-width: 160px;
	text-align: center;
}
.cell_120 {
	min-width: 120px;
	text-align: center;
}