body {
  	margin: 0px;
  	padding: 0px;
  	background-image: url(../P2Images/grid-2.gif);
	}
a:link {color: #0000ff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #0000ff; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: none; }

.bluetxt {
	color: blue;
	}
.redtxt {
	color: red;
	}
.graytxt {
	color: gray;
	cursor: default;
	}
.lefttxt {
	text-align: left;
	}
.spacer {
	position: relative;
	height: 85px;
	}
.nav_button {
	width: 149px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding-bottom: 2px;
	background-color: white;
	margin-top: 5px;
	font: bold 80% sans-serif;
	text-indent: 5px;
	}
.nav_button2 {
	width: 149px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding-bottom: 2px;
	background-color: white;
	margin-top: 30px;
	font: bold 80% sans-serif;
	text-indent: 5px;
	}
div#main {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	}
div#windowtext {
	display: block;
 	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
 	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-bottom: 2px;
	background-color: white;
	width: 200px;
	text-align: center;
	font: bold 80% sans-serif;
	}
div#header {
  	background-image: url(../P2Images/rule-2.png);
  	width: 100%;
 	height: 55px;
	display: block;
  	overflow: hidden;
	}
div#page-data {
	position: absolute;
	top: 55px;
	left: 20px;
	font: bold 70% sans-serif;
	}
.page_button {
	width: 199px;
	float: right;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding-bottom: 2px;
	background-color: white;
	margin-top: 5px;
	font: bold 80% sans-serif;
	text-indent: 20px;
	}
.page_button2 {
	width: 199px;
	float: right;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding-bottom: 2px;
	background-color: white;
	margin-top: 30px;
	font: bold 80% sans-serif;
	text-indent: 20px;
	}
div#content {
	font: bold 80% sans-serif;
	padding: 20px;
	}

