/* ---------------------------------------------------------
BASIC TEXT, LINKS
--------------------------------------------------------- */

BODY,
TD,
INPUT,
SELECT,
TEXTAREA
{
	color: #333333;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, sans-serif;
}

A
{
	color: #003399;
    TEXT-DECORATION: underline;
}

A:hover
{
    COLOR: #000099;
}


/* ---------------------------------------------------------
Background Classes
--------------------------------------------------------- */

.blue,
.blue_med
{
	background-color: #7F92B0;
}

.blue_dk
{
	background-color: #3E538C;
}

.blue_dk2
{
	background-color: #7272A5;
}

.blue_lt
{
	background-color: #ABBCCC;
}

.yellow
{
	background-color: #FFCC66;
}

.yellow_lt
{
	background-color: #FFE8A8;
}

.gray_lt
{
	background-color: #F2F2E6;
}

/* ---------------------------------------------------------
Navigation Classes
--------------------------------------------------------- */


.header_small
{
	color: #333333;
	font-family: times new roman, times, serif;
	font-style: italic;	
	font-size: 10pt;
	text-decoration: none;
}

.nav1,
a.nav1
{
	padding: 4px;
	text-decoration: none;
}

.nav1_on,
a.nav1_on
{
	background-color: #F2F2E6;
	color: #666666;
	font-weight: bolder;
	padding: 4px;
	text-decoration: none;
}

.header_tab2,
a.header_tab2
{
	color: #ffffff;
	font-size: 9pt;
	padding: 1px 3px;
	text-decoration: none;
}

.header_tab2_on,
a.header_tab2_on
{
	background-color: #C0CCD8;
	color: #111111;
	font-size: 9pt;
	font-weight: normal;
	padding: 1px 3px;
	text-decoration: none;
}





/* ---------------------------------------------------------
Body Classes
--------------------------------------------------------- */


h1
{
	color: #555555;
	font-family: georgia, times new roman, times, serif;
	font-size: 22pt;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

h2
{
	color: #3E538C;
	font-family: georgia, times new roman, times, serif;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

h3
{
	color: #333333;
	font-family: georgia, times new roman, times, serif;
	font-size: 12pt;
	font-weight: bolder;
	margin: 0px;
}

h4
{
	color: #5585D9;
	font-size: 8pt;
	font-weight: bolder;
	margin: 0px;
}

hr
{
	color: #666666;
	height: 1px;
}

li
{
    list-style-type: square;
    text-indent: -10 px;
    padding-bottom: 6px;
}



/* ---------------------------------------------------------
TABLE CLASSES
--------------------------------------------------------- */

.tableTitle
{
	background-color: #ABBCCC;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.tableTitleSmall
{
	background-color: #91A2BD;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.tableTitle2Small
{
	background-color: #999966;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 4px; 
	vertical-align: bottom;
}

.tableTools,
a.tableTools
{
	background-color: #ABBCCC;
	color: #ffffff;
	padding: 4px; 
	text-align: right;
	vertical-align: bottom;
}

.tableBody
{
	border: 1px solid #ABBCCC;
}

.tableBodySmall
{
	background-color: #F2F2E6;
	border-top: 1px solid #7272A5;
	border-bottom: 1px solid #7272A5;
	font-size: 9pt;
	padding: 4px; 
}

.tableBody2
{
	border: 1px solid #999966;
}

.tableSide
{
	width: 200px;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	margin: 10px;
}

.tableSideData
{
	border-bottom: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 4px; 
}

.tableHead
{
	background-color: #eeeeee;
	border-bottom: #999999 1px solid;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
	color: #000000;
	text-decoration: none;
}

.tableHeadCheckbox
{
	background-color: #eeeeee;
	border-bottom: #999999 1px solid;
	font-weight: bolder;
	padding: 2px 4px; 
	vertical-align: bottom;
	color: #000000;
	text-decoration: none;
}

.tableHeadSmall
{
	font-size: 9pt;
	background-color: #eeeeee;
	border-bottom: #999999 1px solid;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
	color: #666666;
	text-decoration: none;
}

.tableData
{
	border-bottom: #cccccc 1px solid;
	padding: 4px; 
	vertical-align: top;
}

.tableDataCheckbox
{
	border-bottom: #cccccc 1px solid;
	padding: 2px 4px; 
	vertical-align: top;
}

.tableDataSmall
{
	border-bottom: #cccccc 1px solid;
	font-size: 9pt;
	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;
}

.tableButtons
{
	padding: 4px; 
	vertical-align: top;
}

.tableInfo
{
	padding:10px;
}

.table_quote
{
	background-color: #7F92B0;
	color: #ffffff;
	font-family: georgia, times new roman, times, serif;
	font-size: 12pt;
	padding: 6px; 
}

.table_quote_by
{
	background-color: #7F92B0;
	color: #ffffff;
	text-align: right;
	FONT-SIZE: 10pt;
	padding: 6px; 
}


/* ---------------------------------------------------------
CALENDAR CLASSES
--------------------------------------------------------- */

.calDate
{
	font-size: 8pt;
	background-color: #ffffff;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	padding: 4px; 
	vertical-align: top;
}

.calDateNum,
A.calDateNum
{
	font-weight: bolder;
	font-size: 8pt;
}

.calDateOff
{
	color: gray;
	font-weight: bolder;
	font-size: 8pt;
	background-color: #cccccc;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	padding: 4px; 
	vertical-align: top;
}


/* ---------------------------------------------------------
Printing Classes
--------------------------------------------------------- */

.printPageTitle
{
	font-size: 18pt;
	font-weight: bolder;
}

.printPageSubTitle
{
	font-size: 14pt;
	font-weight: bolder;
}

.printTableBody
{
	border: 1px solid #000000;
}

.printTableHead
{
	background-color: #eeeeee;
	border-bottom: #000000 2px solid;
	font-weight: bolder;
	padding: 4px; 
	vertical-align: bottom;
}

.printTableData
{
	border-bottom: #666666 1px solid;
	padding: 4px; 
	vertical-align: top;
}



/* ---------------------------------------------------------
SPECIAL CLASSES
--------------------------------------------------------- */

.small
{
	FONT-SIZE: 8pt;
}

.gray
{
	color: gray;
}