<style type="text/css">

/**********  BLUE STYLE SHEET  **********/
/***  Blue: #0000FF               ***/
/***  Link Light Blue: #5186CF    ***/
/***  Text Light Blue: #00AAFF    ***/
/***  Button Background: #00319A  ***/
/***  Error Colors, red: #FF0000  ***/
/***  white: #FFFFFF              ***/


body {
     background-color:#000000;
	 margin-left: 0px;
	 margin-top: 0px;
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 color: #ffffff;}
	 
td,th {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 color: #ffffff;}

/***********************   All Hyperlinks Text   ***********************/
a {font-family: "Copperplate Gothic Light", "Times New Roman"; color: #fffff; text-decoration:underline}
a:link {color: #FF0000;}
a:visited, {color: #ffffff; text-decoration:none}
a:hover {color: #FF0000;}

/* Hyperlinks CSS for forgot password, Login only */
a:link.forgotpswd {color: #ff0000;}

/* Hyperlinks CSS for .textlink only */
a:hover.textlink {color: #ffffff}
a:visited.textlink {color: #FF0000}

/* Hyperlinks CSS for .textlinksmall only */
a:hover.textlinksmall {color: #CCCCCC}
a:visited.textlinksmall {color: #5186CF; text-decoration:underline;}

	 
/* Hyperlinks CSS for .forgotpwrd only */
a:link.forgotpswd {color: #ff0000;}

/***********************   Class Styles   ***********************/
/**** Copperplate Styles - default font ****/
.textnormal {
     font-family: "Copperplate Gothic Light", "Times New Roman";}
	 
.textcolor {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size: 14px;
	 color: #FF0000;}
	 
.textcolorsmall {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:small;
	 color: #FF0000;}

.textlink {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 color:#FF0000;
	 text-decoration:underline}
	 
.textlinksmall {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 color:#FF0000;
	 font-size: small;
	 text-decoration:underline}

.textbold {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-weight: bold;}

.textboldsmall {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:small;
	 font-weight: bold;}

.textsmall { 
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:small;
	 color: #FFFFFF;}
	 	 
.textxxsmall {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:xx-small;
	 color: #FFFFFF;}

/****  Papyrus styles  ****/
.paptext {
     font-family:"Copperplate Gothic Light", "Times New Roman";}
	 
.paptextsmall {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:small}

.papbold {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-weight: bold;}

/**** Styles already in place ****/
.style1 {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 color: #FFFFFF}
	 
.style8 {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:xx-small;
	 color: #FFFFFF;}

/* Forgot Password, login pages */
.forgotpswd { font-size:10px}

/* Login Expires, Invalid Login - Login Pages */
.loginexpired {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-size:small;
	 color: #FFFFFF;
	 text-align:center;}

/* Section Headers */
.header {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-weight: bold;
	 font-size:xx-large;
	 color:#FFFFFF;
	 text-align:center;}
/* Section Headers */
.header2 {
     font-family: "Copperplate Gothic Light", "Times New Roman";
	 font-weight: bold;
	 font-size:x-large;
	 color:#FFFFFF;
	 text-align:center;}
/* Username Display Text */
.username {
     color: #FFFFFF;
	 text-align:center;}

/* Page Titles */
.page_title{
     color: #ffffff;
	 font-family: "Copperplate Gothic Light", "Times New Roman";}

/* Button Color Blue */
.buttoncolor {
     background-color: #FF0000;
	 font-family: "Copperplate Gothic Light", "Times New Roman";
	 color:#FFFFFF;
	 font-weight: bold;
	 text-align:center;}
	 
a:hover.buttoncolor {background-color:#FFFFFF}

h1,h2,h3,h4,h5,h6 {font-family: "Copperplate Gothic Light", "Times New Roman";}

/***********************   Main Menu   ***********************/
.MainMenu_MenuItem {
	 font-weight: bold;
	 color: #ffffff;
	 text-decoration:none;
	 font-family: "Copperplate Gothic Light", "Times New Roman";
	 background-color: transparent;
	 text-align: center;
	 vertical-align: middle;}

.MainMenu_MenuItemSel {
     font-weight: bold;
	 color: #FF0000;
	 font-family: "Copperplate Gothic Light", "Times New Roman";
	 background-color: transparent;
	 text-align: center;
	 vertical-align: middle;}
	 
a.MainMenu_MenuItem:link {color:#ffffff}
a.MainMenu_MenuItem:visited {color:#ffffff}
a.MainMenu_MenuItem:hover {color:#FF0000}



