body {
	font-family: "Verdana";
	font-size: 12px;
	margin-left: 8px;
	background: url('borderleft.png') repeat-y; 
	background-color:#FFF5F5;
	border-collapse: collapse;
	border-style: none;
}

div {
	padding: 0px;
	margin: 0px;
}
h1,h2,h3,h4 {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left:-8px;
}

table{
	border-collapse: collapse;
}
/*bpi original styles*/
div.banner
{
	border: 1px solid;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-color:#FFF0F5;
}
div.home
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('bordercor.png') no-repeat; 	
}
div.topbar
{
	background: url('bordertop.png') repeat-x; 
	background-color:#FFF0F5;
	position: absolute;
	top: 0px;
	left: 180px;
	right: 0px;
	height: 55px;
}
div.counter
{
	text-align: center;
	position: absolute;
	bottom: 0px;
	height: 40px;
	left: 0px;
}

/*end bpi original styles*/
div.button {
	text-decoration: none;
	border-collapse: collapse;
	background: url('sbut4up.png') no-repeat; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Lucinda Script";
	font-weight: normal;
	color: #FFFFFF;
	line-height: 45px;
	height: 45px;
	width: 180px;
}

div.button:hover {
	color: #FFFF88;
	font-weight: bold;
}

div.button a {
	text-decoration: none;
}

div.buttonpressed
{
	text-decoration: none;
	border-collapse: collapse;
	background: url('sbut4down.png') no-repeat; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Lucinda Script";
	font-weight: bold;
	color: #FFFF88;
	line-height: 45px;
	height: 45px;
	width: 180px;
}

td.date {
	font-style: italic;
	text-decoration: none;
	color: #000000;
	text-align: right;
}

div.menuleft {
	background: url('borderleft.png') repeat-y; 
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 200px;
	left: 0px;
	height: 622px;
	width: 180px;
}


div.display {
	position: absolute;
	z-index: 80;
	border-collapse: collapse;
	padding-right: 4px;
	left: 180px;
	right: 5px;
	top: 55px;
	bottom: 24px;
	background-color:#C2BEFF;
}
a{
	font-size: 12px;
}
div.display iframe {
	border: 1px solid;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color:#FFFFFF;
}

