﻿BODY
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana
}
.sysinfo
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma
}
.Title
{
	font-size:16pt;
	font-family:Arial;
	font-weight:bold;
}
.Section
{
	font-size:14pt;
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
}
.Subsection
{
	font-size:13pt;
	font-family:Arial;
	font-weight:bold;
}
.Menu
{
	font-size:9pt;
	font-family:Verdana;
	font-weight:bold;
	color:Blue;
}
.Example
{
	font-size:9pt;
	font-family:Tahoma;
	color:#ff6600;
}
.Note
{
	font-size:6pt;
	font-family:Lucida Console;
	color:#800080;
}
.Path
{
	font-size:9pt;
	font-family:Arial Black;
	color:Green;
}

TD
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana
}
A.bluelink
{
    COLOR: blue
}
A.whitelink
{
    COLOR: white
}

.Error
{
	font-size:9pt;
	font-family:Verdana;
	color:Red;
}
h1 { 
font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
font-size: 24px; 
font-weight: bold; 
color: #003366; 
margin: 0 0 5px 0 ;
} 
h2 { 
font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #003366; 
border-bottom: 1px solid #000099; 
} 
h3 { 
font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold; 
color: #003366; 
margin: 0;
}
h4 { 
font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
font-weight: bold; 	
color: #003366; 
padding: 0;
margin: 0;
}
/* vvvvv [Left Hand Side Navigation Main Menu] vvvvv */
#menuLeft {
	list-style: none;
	list-style-image: none;
	}
	
#menuLeft ul {
	padding: 0;
	margin: 0; 
	font-weight: normal;  
	}
	
#menuLeft li {
	list-style: none;
	list-style-image: none;	
	}
	
#menuLeft li a {
	font-weight: bold;
	list-style: none;
	list-style-image: none;
	height: 100%;
	list-style: none;
	list-style-image: none;
	font-family: Arial, "Times New Roman", Times, serif; 
	font-size: 12px; 
	display: block;
	text-align:left; 
	text-decoration: none;
	padding: 0px 3px 0px 3px; /*top right bottom left*/
	margin: 0; 
	}	
	
#menuLeft li a:link, #menuLeft li a:active, #menuLeft li a:visited {
	color: #FFFFFF;	
	/* invisible border is needed for firefox to get the height right between highlighted/unhighlighted */
	border-width: 1;
	border-color: #214AA4;
	border-style: solid;
	}
	
#menuLeft li a:hover{
	color: #000000;
	background-color: #54B3FC;	
	border-width: 1;
	border-color: black;
	border-style: solid;
	}


 /* ^^^^^ [Left Hand Side Navigation Main Menu] ^^^^^ */
 
.MainHeader{
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFFFF;
