/* Used for main frames with white background */
/* 111111		Dark gray		*/
/* EEEEEE		Light gray	*/
/* 185282		Logo blue		*/
/* 002748		Dark blue		*/
/* 88B3DB		Light blue	*/
/* FFF001		Logo yellow	*/



#wrapper {
	background-position: left top; 
	margin:0 auto; 
	font-size: 100%;
	background-color:#002748; 
	background-image:url('../images/bgtexture01.jpg'); 
	background-repeat:repeat;
	width: 100%;
	height: 100%; 
	}


body, table, th, tr, td, li, ul, ol {	
	font-family: Calibri, Arial, helvetica, sans serif;
	font-size: 10.5pt;
	color: #111111;
	}

.form	{ 
	font-family: Calibri, Arial, helvetica, sans serif;
	color: #222222;
	font-size: 12px;
	font-weight: bold; 
	}

pre, code, tt {
	color: #111111;
	font-family: Courier New, monospace;
	font-size: 12px;
	}

hr {
	width: 100%;
	height: 1px;
	color: #185282;
	}

a:link, 
a:visited {
	text-decoration: none;
	color: #185282;
	}

a:active,
a:hover {
	color: #D50117;
	text-decoration: none;
	}

h1 {
	font-family: Cambria;
	font-size: 25px;
	color: #185282;
	font-weight: bold;
	}


h2 {
	font-family: Cambria;
	font-size: 20px;
	color: #185282;
	font-weight: bold;	
	letter-spacing: -.5pt;
	}

h3 {
	color: #185282;
	font-size: 135%;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: -.50em;
	}

/* ADDRESS BOX */
.addressbox td	{
	color: #111111;
	font-size: 9pt;
	font-weight: bold;
	}

.addressbox a:link, 
.addressbox a:visited {
	font-size: 9pt;
	color: #185282;
	text-decoration: none;
	}

.addressbox a:hover,
.addressbox a:active {
	font-size: 9pt;
	color: #185282;
	text-decoration: none; 
	background-color: #FFF880;
	}


/* COPYRIGHT STATEMENT */
.copyright td {	
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}

.copyright a:link,
.copyright a:visited {
	color: #185282;
	text-decoration: underline; 
	}

.copyright a:hover,
.copyright a:active {
	color: #0000FF;
	text-decoration: underline; 
	background-color:#FFFF00; 
	}


.hdgA	{
	font-family: Cambria;
	color: #185282;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: -.5pt;
	}

.hdgB	{
	font-family: Calibri;
	color: #185282;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.5pt;
	}

.note	{
	font-family: Calibri;
	color: #111111;
	font-size: 12px;
	font-weight: bold;
	}
