/* ---------------------------------------------------------
BASIC TEXT, LINKS
--------------------------------------------------------- */

BODY,
TD,
INPUT,
SELECT,
TEXTAREA
{
	color: #666666;
    FONT-SIZE: 11pt;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}

A
{
	color: #336699;
    TEXT-DECORATION: underline;
}

A:hover
{
    COLOR: #3399FF;
}


/* ---------------------------------------------------------
Background Classes
--------------------------------------------------------- */

.blue,
.blue_med
{
	background-color: #336699;
}


/* ---------------------------------------------------------
Navigation Classes
--------------------------------------------------------- */

.nav
{
	background-color: #336699;
}

.nav_tab,
a.nav_tab
{
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}

.nav_tab_on,
a.nav_tab_on
{
	color: #ffffff;
	font-size: 9pt;
	font-weight: bolder;
	text-decoration: none;
}


/* ---------------------------------------------------------
Body Classes
--------------------------------------------------------- */

.h1
{
	color: #2B5580;
	font-family: georgia, times new roman, times, serif;
	font-size: 14pt;
}

.h2
{
	color: #407EBD;
	font-size: 11pt;
	font-weight: bolder;
}


hr
{
	color: #666666;
	height: 1px;
}

li
{
    list-style-type: square;
    margin-top: 10px;
}



/* ---------------------------------------------------------
TABLE CLASSES
--------------------------------------------------------- */

.tableBody
{
	border: 1px solid #003399;
}

.tableTitle
{
	background-color: #003399;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.tableTitleSmall
{
	background-color: #003399;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.tableHead
{
	background-color: #dddddd;
	border-bottom: #999999 1px solid;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
	color: #000000;
	text-decoration: none;
}

.tableData
{
	border-bottom: #cccccc 1px solid;
	padding: 4px; 
	vertical-align: top;
}

.tableDataSmall
{
	border-bottom: #cccccc 1px solid;
	font-size: 8pt;
	padding: 4px; 
	vertical-align: top;
}

.tableFormLabel
{
	font-weight: bolder;
	padding-left: 4px; 
	padding-top: 8px; 
	vertical-align: top;
}

.tableLineLabel
{
	font-weight: bolder;
	padding: 4px; 
	vertical-align: top;
}

.tableFormData,
.tableLineData
{
	padding: 4px; 
	vertical-align: top;
}

/* ---------------------------------------------------------
SPECIAL CLASSES
--------------------------------------------------------- */

.tagLine
{
	FONT-SIZE: 8pt;
}

