
BODY
{	
	background-color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10;
}

TD
{
	font-size: 10;
}

/* normal links in body text */
A:link
{	
	text-decoration:	none;
	color:	yellow;
}	
		
A:visited
{	
	text-decoration:	none;
	color:	yellow;
}	
		
A:active
{	
	text-decoration:	none;
	color:	yellow;
}	
		
A:hover
{	
	text-decoration:	underline;
	color:	yellow;
}
	
/* BOLD links in body text */
.boldlink:link
{	
	FONT-WEIGHT: bold;
	text-decoration: none;
	font-size: 11
}	
		
.boldlink:visited
{	
	FONT-WEIGHT: bold;
	text-decoration: none;
	font-size: 11
}	
		
.boldlink:active
{	
	FONT-WEIGHT: bold;
	text-decoration: none;
	font-size: 11
}	
		
.boldlink:hover
{	
	FONT-WEIGHT: bold;
	text-decoration: underline;
	font-size: 11
}
	
/* links in the top navigation area */
.topnav:link
{	
	text-decoration: none;
	color:	#000040;
	font-size: 11
}	
		
.topnav:visited
{	
	text-decoration: none;
	color:	#000040;
	font-size: 11
}	
		
.topnav:active
{	
	text-decoration: none;
	color:	#000040;
	font-size: 11
}	
		
.topnav:hover
{	
	text-decoration: underline;
	color:	#000040;
	font-size: 11
}


.date_time
{
	COLOR: #000040;
    FONT-SIZE: 11;
}


/* bold links in datagrid */
.gridnav:link
{	
	text-decoration: none;
	color:	darkblue;
	font-size: 11
}	
		
.gridnav:visited
{	
	text-decoration: none;
	color:	darkblue;
	font-size: 11
}	
		
.gridnav:active
{	
	text-decoration: none;
	color:	darkblue;
	font-size: 11
}	
		
.gridnav:hover
{	
	text-decoration: underline;
	color:	darkblue;
	font-size: 11
}

/* links on the left side of the page */
.sidenav:link
{	
	text-decoration: none;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}	
		
.sidenav:visited
{	
	text-decoration: none;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}	
		
.sidenav:active
{	
	text-decoration: none;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}	
		
.sidenav:hover
{	
	text-decoration: underline;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}
	

.yellowlink:link
{	
	text-decoration: none;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}	
		
.yellowlink:visited
{	
	text-decoration: none;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}	
		
.yellowlink:active
{	
	text-decoration: none;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}	
		
.yellowlink:hover
{	
	text-decoration: underline;
	color:	yellow;
	font-size: 10;
	font-weight: bold
}


.cmd_button
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    COLOR: black;
    FONT-SIZE: 11;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.main_body_text
{
	color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11
}

.main_body_title
{
	color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11;
    FONT-WEIGHT: bold
}

.footer_text
{
	color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9
}

.footer_sub_text
{
	color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9
}

.header_text
{
	color: #000040;
    FONT-SIZE: 11;
    FONT-WEIGHT: bold;
}

.sub_header_text
{
	color: black;
    FONT-SIZE: 11;
    FONT-WEIGHT: bold;
}

.product_headers
{
	color: yellow;
    FONT-SIZE: 11;
    FONT-WEIGHT: bold;
}



.TableBodies
{
	BACKGROUND-COLOR: #333333;
}


.page_content_title
{
	color: yellow;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11;
    FONT-WEIGHT: bold;
}

.MainTableHeader
{
	background-image: url(./ui_images/nav_bg.gif);
}

.rez_header_text
{
	BACKGROUND-COLOR: #666666;
	color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11;
    FONT-WEIGHT: bold;
}

