body{
	font-family: "courier new", Courier, Monospaced;
	font-size: 14px;
	background: #000 url(./24_tile.jpg) top left repeat;
}
html, body, table.wholeTable{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
A img {border: none; }
A{
	color: #0000ff;
	text-decoration:underline;
}
A:hover{
	color: #4444ff;
	text-decoration:none;
}
A:visited{
	color: #0000ff;
}
table.wholeTable{
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width:765px;
}
table.wholeTable td{
	vertical-align: top;
}
td.headerBar{
	padding-left: 100px;
}
td.leftBar{
	width:100px;
}
td.mainBlock{
	width:545px;
}
td.rightBar{
	width:125px;
}
#footerCell{
	border-top: 1px #000 dotted;
	text-align: center;
	height:100%;
}

table.fact{
	border: 1px #000 solid;
}

td.ratingCell{
	width:100%;
	font-size:10px;
}





table.errormessage
{ text-align: left;
font-family: Georgia;
font-weight: normal;
font-size: 11px;
color: #a50000;
width: 300px;
background-color: #ffffff;
border: 1px #a50000 dotted;
border-collapse: collapse;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}

.errorHd
{ border-bottom: 1px dotted #A50000;
background-color: #FFa5a5;
text-align: center;
font-family: Georgia;
font-weight: bold;
font-size: 11px;
color: #a50000;}

table.message
{ text-align: left;
font-family: Georgia;
font-weight: normal;
font-size: 11px;
color: #000000;
width: 300px;
background-color: #ffffff;
border: 1px #a5a500 dotted;
border-collapse: collapse;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}

.msgHd
{ border-bottom: 1px dotted #a5a500;
background-color: #FFFFa5;
text-align: center;
font-family: Georgia;
font-weight: bold;
font-size: 11px;
color: #0000ff;}

table.successmessage
{ text-align: left;
font-family: Georgia;
font-weight: normal;
font-size: 11px;
color: #000000;
width: 300px;
background-color: #ffffff;
border: 1px #00a500 dotted;
border-collapse: collapse;
border-spacing: 0px;
margin-left: auto;
margin-right: auto;
}

.successHd
{ border-bottom: 1px dotted #00a500;
background-color: #a5ffa5;
text-align: center;
font-family: Georgia;
font-weight: bold;
font-size: 11px;
color: #00a500;}
