html {
    overflow-y:scroll;
}

a {
    text-decoration: none;
}

.bodyDiv {
    width: 100%;
    border: 0px;
    backgroundcolor:#ffffcc;
}

.bodyTableBackground {
	width: 100%;
    border: 0px;
    cellspacing: 0px;
    cellpadding: 0px;
}

.bodyTable {
    border: 0px solid;
    cellspacing: 0px;
    cellpadding: 0px;
}

.copyright {
    text-align: center;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.hruleLeft {
	background-image:url(../img/rule/hruleMenuLeft.jpg);
	background-repeat:no-repeat;
	width:25px;
	background-position: left center;
}
.hruleRight {
	background-image:url(../img/rule/hruleMenuRight.jpg);
	background-repeat:no-repeat;
	width:25px;
	background-position: right center;
}

.vruleLeft {
	background-image:url(../img/rule/vruleLeft.jpg);
	background-repeat:repeat-y;
	background-position: left center;
}
.vruleRight {
	background-image:url(../img/rule/vruleRight.jpg);
	background-repeat:repeat-y;
	background-position: right center;
}

.hruleBottem {
	height:3px;
	background-image:url(../img/rule/hrule.jpg);
	background-position: center top;
}

.mainTable {
	border: 0px solid;
	height: 100%;
	width:870px;
}
