﻿/* CSS Document */


/* body styles */

body
{
	background: #F5F5F5;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
}
html { 
	overflow-y: scroll; 
}
.bodycontainer{
	width: 950px;
	background-color:#ffffff;
}
.topcontainer{
	width: 602px;
	height: 144px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;

}
.leftcontainer{
	width: 158px;
	padding: 2px 0px 2px 0px;
	background-color: #cccccc;
}
.textcontainer{
	width: 700px;
	padding: 2px 0px 2px 0px;
	margin-left: 45px;
}
.piccontainer{
	width: 495px;
	padding: 0px 0px 2px 0px;
	margin-left: 50px;
}
.tdleft{
	text-align: left;
}
.tdright{
	text-align: right;
}
.tdcenter{
	text-align: center;
}
.bgwhite {
	background-color: #ffffff;
}
.bggrey {
	background-color: #cccccc;
}
.bglightgrey {
	background-color: #f5f5f5;
}
.bgdarkgrey {
	background-color: #c0c0c0;
}
.bgred {
	background-color: #ff0000;
}

