body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: Black;
	scrollbar-base-color: #000080;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #4343BC;
	scrollbar-darkshadow-color: #00003A;
	scrollbar-face-color: #000093;
	scrollbar-highlight-color: #6060FF;
	scrollbar-shadow-color: #000059;
	scrollbar-track-color: #000080;


}

#pagetable {	
	border: 8px;
	border-style: solid;
	border-color: #000093;
	width: 100%;
}

#whitetable {	
	border: 6px;
	border-style: solid;
	border-color: White;
	width: 100%;
}

#redtable {	
	border: 4px;
	border-style: solid;
	border-color: #B22222;
	width: 100%;
}

p.justified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: ButtonHighlight;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
}

.centerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: ButtonHighlight;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}

a.centerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	font-weight: bolder;
	text-decoration: underline;
}

a.centerlink:hover {
	color: Red;
}


hr.short {
	width: 50%;
	height: 2px;
	color: White;
}


.headinglg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: White;
}

a.headinglg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: White;
}

a.headinglg.hover {
	color: Red;
}


.headingmd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: White;
}

a.headingmd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: White;
}

a.headingmd.hover {
	color: Red;
}

.headingsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.copyrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	text-align: center;
}

a.copyrt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	text-decoration: underline;
}


