body {
	scrollbar-face-color:#c1cddc;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#d2dbe6;
    scrollbar-shadow-color:#5d7ca4;
    scrollbar-highlight-color:#d0d8e3;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-darkshadow-Color:#2f3e52;
}
#container {
	width: 871px;
	height: 610px;
}
table.maintbl {
	width: 871px;
	height: 610px;
}
/** TD's **/
td.topleft {
	width: 183px;
	height: 137px;
	background-image: url(../img/topleft.jpg);
	background-repeat: no-repeat;
}
td.topmid {
	width: 488px;
	height: 137px;
	background-image: url(../img/topmid.jpg);
	background-repeat: no-repeat;
}
td.topright {
	width: 180px;
	height: 137px;
	background-image: url(../img/topright.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
}
td.left {
	width: 183px;
	height: 347px;
	background-image: url(../img/midleft.jpg);
	background-repeat: no-repeat;
}
td.mid {
	width: 458px;
	height: 347px;
}
td.right {
	width: 175px;
	height: 347px;
	background-image: url(../img/midright.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 25px;
}
td.lowleft {
	width: 183px;
	height: 126px;
	background-image: url(../img/lowleft.jpg);
	background-repeat: no-repeat;
}
td.lowmid {
	width: 488px;
	height: 126px;
	background-image: url(../img/lowmid.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
td.lowright {
	width: 200px;
	height: 137px;
	background-image: url(../img/lowright.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
input {
	border: 1px solid #ab3584;
}
a:active {
	color: #ab3584;
	text-decoration: none;
}
a:visited {
	color: #ab3584;
	text-decoration: none;
}
a:link {
	color: #ab3584;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
