﻿A:link {color: #000080; text-decoration: underline}
A:visited {color: #3232ff; text-decoration: underline}
A:hover{color: #ff0000; text-decoration: underline}

A.navigation:link {font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none}
A.navigation:visited {font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none}
A.navigation:hover{font-size: 11px; color: #ffff00; font-weight: bold; text-decoration: none}

A.navigation_sub:link {font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none}
A.navigation_sub:visited {font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none}
A.navigation_sub:hover{font-size: 10px; color: #ffff00; font-weight: bold; text-decoration: none}

td.tiny {font-size: 60%;}
td.small {font-size: 70%;}
td.medium {font-size: 80%;}
td.black {font-size: 80%; color: #ffffff; background-color: #000000;}
td.large {font-size: 90%;}
td.xlarge {font-size: 100%;}
td.pageheader {font-size: 90%; font-weight: bold; color: #008050; outline: #000000 solid 1;}
td.tableheader {font-size: 90%; font-weight: bold; color: #ffffff; background-color: #000000;}
td.glossaryheader {font-size: 100%; font-weight: bold; color: #ffffff; background-color: #32B48C;}
td.teamheader {font-size: 100%; font-weight: bold; font-style: italic; color: #6598FE;}
td.team {font-size: 80%; font-weight: bold; font-style: italic; text-decoration: underline; color: #999999;}
td.iddblue {font-size: 100%; font-weight: bold; color: #0055ff;}
td.iddred {font-size: 100%; font-weight: bold; color: #CC0000;}

td.navigation {font-size: 80%; font-weight: bold; text-align: center; color: #000000;}
td.header {font-size: 80%; color: #ffffff; background-color: #0050ff; font-weight: bold; text-align: center;}
td.headerwhite {font-size: 80%; color: #ffffff; font-weight: bold; text-align: center;}
td.headerlight {font-size: 80%; color: #ffffff; background-color: #a0a0a0; font-weight: bold; text-align: center;}
td.label {font-size: 70%; font-weight: bold; vertical-align: top;}
td.labelred {font-size: 70%; color: #ff0000; font-weight: bold; vertical-align: top;}

td.tableheader {font-size: 70%; color: #ffffff; background-color: #a1a1a1; font-weight: bold; text-align: center;}
td.highlightgray {font-size: 70%; background-color: #d5d5d5;}
td.highlightred {font-size: 70%; background-color: #ffd5d5;}
td.highlightblue {font-size: 70%; background-color: #d5d5ff;}
td.highlight4blue {font-size: 70%; background-color: #BFD3E6;}
td.highlightlightyellow {font-size: 70%; background-color: #ffffd5;}
td.white {font-size: 70%; background-color: #ffffff;}

table.navvisible
{
	border: solid 1px #005098;
	background-color: #ffffff;
	position: relative;
	float: right;
	visibility: visible;
	z-index: 0;
}
table.navhidden
{
	border: solid 1px #005098;
	background-color: #ffffff;
	position: relative;
	float: right;	
	visibility: hidden;
	z-index: 0;
}	

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
    scrollbar-face-color: #005098;
    scrollbar-arrow-color: #ffffff; 
    scrollbar-track-color: #d0d9e9; 
    scrollbar-3dlight-color: #a0a0ff;

    scrollbar-shadow-color: #7070a0;
    scrollbar-darkshadow-color: #000000;
    scrollbar-highlight-color: #ffffff;
}
