body {text-align: center}
a:link {text-decoration: none;
         color:darkblue}
a:visited {text-decoration: none;
           color:darkblue}
a:active  {color:green}
a:hover   {text-decoration: none;
           color:red;
           background-color:#FFCCCC}
           
/******************** Top Red Bar ***********************/
tr.topred {
	background-color:#990033;
	color: #ffffff;
	padding-bottom: 2px; padding-top: 2px; 
}
td.topredleft {
	text-align: left;
	vertical-align: center;
	font-family: "Arial"; 
	font-size: 10px;
}
td.topredleft a:link {
	text-decoration: none;
	color: #ffffff;
}
td.topredleft a:visited {
	text-decoration: none;
	color: #ffffff;
}
td.topredleft a:active {
	text-decoration: none;
	color: #ffffff;
}
td.topredleft a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#FFCCCC
}
td.topredright {
	text-align: right;
	vertical-align: center;
	font-family: "Arial"; 
	font-size: 10px;
	padding-right: 2px;
}
td.topredright a:link {
	text-decoration: none;
	color: #ffffff;
}
td.topredright a:visited {
	text-decoration: none;
	color: #ffffff;
}
td.topredright a:active {
	text-decoration: none;
	color: #ffffff;
}
td.topredright a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:#FFCCCC
}

/**************************** Name Plate *********************/
td.nameplate {
	text-align: left;
	vertical-align:center;
}
td.pagename{
	text-align: center; 
	font-family: "Arial";
	font-size: 18px;	
	color: #990033;
}

/**************************** Bread Crumb *********************/
td.breadcrumb {
	text-align: left;
	color: #808080;
	font-size: 10px;
	font-family: "Arial";
}
td.breadcrumb a:link {
	text-decoration: none;
	color: #808080;
}
td.breadcrumb a:visited {
	text-decoration: none;
	color: #808080;
}
td.breadcrumb a:active {
	text-decoration: none;
	color: #808080;
}
td.breadcrumb a:hover {
	text-decoration: underline;
	color: #808080;
}
span.large {
	font-size: 12px;
}

/********************** Left Center Column ****************/
td.nested {vertical-align: top; text-align: center;}
td.nestedheader {color:#990033; font-family: Arial; font-size: 10px; padding-right: 3px;}
td.sidelinks {}
td.sidelinks a {font-family: "Arial"; font-size: 10px;}
td.sidelinks a:link {text-decoration: none;}
td.sidelinks a:visited{text-decoration: none;}
td.sidelinks a:active{text-decoration: none;}
td.sidelinks a:hover{text-decoration: underline;}
#greyed{color:#c0c0c0; font-family: "Arial"; font-size: 10px;}

/**************** Vertical Spacer **********************/
td.vspacer{vertical-align: top; test-align: center; padding-right: 5px;}

/**************** Middle Center Column **********************/
td.middletop {vertical-align: top;}
.graytitle {font-family: "Century Gothic, Arial", font-size: 12px; font-weight: bold; color: #c0c0c0;}
.navtext {font-family: "Arial"; font-size: 10px; color: #808080;}
.navtext1 {font-family: "Arial"; font-size: 10px; color: #808080; padding: 0px; margin: 0px;}
td.listheader {color: #990033; font-family: "Arial"; font-size: 12px; font-weight: bold;}
td.listlink a {font-size: 12px; font-family: Verdana;}
td.listlinkpink a {font-size: 12px; font-family: Verdana; color: #cc0066;}
#greyedlink {font-size: 12px; font-family: Verdana; color: #c0c0c0;}

/**************** Right Center Column Top **********************/
td.icon{text-align: center;}

/**************** Bottom **********************/
td.greenbot{text-align: center; font-family: "Arial"; font-size: 10px; color: #008080;}
td.greenbot a {font-family: "Arial"; font-size: 10px; color: #008080;}
td.greenbot a:link {text-decoration: none; color: #008080;}
td.greenbot a:visited{text-decoration: none; color: #008080;}
td.greenbot a:active{text-decoration: none; color: #008080;}
td.greenbot a:hover{text-decoration: underline; color: #008080;}
td.bluebot{text-align: center; font-family: "Arial"; font-size: 10px; color: darkblue;}
td.bluebot a {font-family: "Arial"; font-size: 10px; color: darkblue;}
td.bluebot a:link {text-decoration: none;}
td.bluebot a:visited{text-decoration: none;}
td.bluebot a:active{text-decoration: none;}
td.bluebot a:hover{text-decoration: underline;}

/************** Instruction (Status Check) ********************/
.instruction{font-family: "Arial"; font-size: 12px;}
