﻿body {
}
h1
{
	font-family: 'Arial Black';
	text-decoration: underline;
}
.h1
{
    font-family: Arial;
    font-size: large;
    font-weight: bold;
}
.h1CENTER
{
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000000;
}
.h1LEFT
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	text-align: Left;
	color: #000000;
}
.ARIGHT 
{
     font-family: Arial;
	 text-align:right;
	}
	
.ACENTER 
{
    font-family: Arial;
	text-align:center;
    text-align:center;
	vertical-align:middle;
	color:Navy;
}
.LightLabel
{
	font-family: Arial;
	color: #C8E67F;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.BoldLabel
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #1814AD;
}
p
{
	white-space:normal;
	margin: 0% 20% 0% 20%;
	font-size: x-small;
	font-family: "Times New Roman";
	}
	
#progress
{
    z-index: 200;
    background-color: #CCCCCC;
    position: absolute;
    top: 0pt;
    left: 0pt;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center;
}	


.HL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    text-decoration: underline;
    color: #0000FF;
}

.HL:HOVER
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-style: italic;
    text-decoration: none;
}

.mypager
{
    background-color: #000000;
}

  .mypager a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    text-decoration: underline;
    background-color: Black;
    color: #FFFFFF;
}

.mypager span
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    text-decoration: none;
    background-color: Black;
    color: #00FFFF;
}
