﻿BODY
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
}

.bodyText
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-SIZE: 9pt;
    }
.h1
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #122552;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
}
.title1
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #122552;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
}
a:link { 
	color: #2C326B;
	}
a:visited { 
	color: #2C326B;
	}
a:active { 
	color: #603F54;
	}
#nav, #nav ul { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
	} 
#nav a { 
	display: block; 
	width: 10em; 
	} 
#nav li { 
	float: left; 
	width: 10em; 
	}
#nav li ul { 
	position: absolute; 
	width: 10em; 
	left: -999em; 
	} 
#nav li:hover ul { 
	left: auto; 
	}