﻿/* Used for main frames with white background */

body	{
	font-size: 100%;
	padding: 3px; 
	background-color: #464646;
	}

table, th, tr, td, li, ul, ol	{
	color: #FFFFFF;
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt; 
	}

.form		{ 
	font-family: Arial, Tahoma, helvetica, 'sans serif'; 
	color: #464646;
	font-size: 9pt; 
	font-weight: bold; 
	}

PRE, CODE, TT	{ 
	color: #333333;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: center;
	color: #094863;
	}	

A:link, A:visited	{
	text-decoration: underline;
	color: #094863;
	}	
		
A:active, A:hover	{
	text-decoration: underline;
	color: #CC0000;
	}	
		

H2	{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 18pt; 
	font-weight: normal;
	color: #6B2728;
	}
	
H3	{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	color: #464646; 
	font-size: 12pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	line-height: 14pt;
	}


/* DARK BACKGROUND */

.darkbg	{
	color: #FFEFFE;
	}

.darkbg a:link, .darkbg a:visited	{
	color: #E1D5BC;
	}

.darkbg a:active, .darkbg a:hover	{
	color: #FFFFFF;
	}


/* TOOLBAR */

.toolbar td	{
	color: #E1D5BC;
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 15px; 
	font-weight: bold;
	}

.toolbar a:link, .toolbar a:visited		{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 15px; 
	font-weight: bold;
	color: #E1D5BC;
	text-decoration: none;
	margin: 0 5;
	}

.toolbar a:hover, .toolbar a:active		{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 15px; 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5;
	}

/* COPYRIGHT FOOTER */

.footer	{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 14px; 
	color: #464646;
	font-weight: bold;
	}

.footer a:link, .footer a:visited		{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 14px; 
	color: #E1D5BC;
	text-decoration: none;
	font-weight: bold;
	}

.footer a:hover, .footer a:active		{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 14px; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

/* HEADING */

.heading	{
	font-family: Calibri, Lucida Sans, Arial, Tahoma, helvetica, 'sans serif'; 
	color: #6D262A; 
	font-weight: bold;
	font-size: 16pt;
	letter-spacing:-1pt; 
	}
