/*
 * Global Application Stylesheet
 * All custom classes must be declared in this style sheet and their
 * usage documented. Please try to reuse standard application styles
 * wherever possible
 */

/* *****************************************
 *       GLOBAL APPLICATION LAYOUT
 * ***************************************** */

/**
 * Global Fonts
 */
BODY {
	background-color: rgb(204, 204, 255);
	color: #000000;
	margin: 0px;
	font-family: SANS-SERIF;
	font-size: 8pt;
}

 /*********************************************
 * Header Definitions
 *********************************************/
 H1 {
	font-family: SANS-SERIF;
	color:#110070;
	font-size: 16pt;
	text-indent : 0px;
}

.H1 {
	font-family: SANS-SERIF;
	color:#110070;
	font-size: 16pt;
	text-indent : 0px;
}

H2 {
	font-family: SANS-SERIF;
	color:#110070;
	font-size: 14pt;
	text-indent : 0px;
}
H3 {
	font-family: SANS-SERIF;
	color:#110070;
	font-size: 12pt;
	text-indent : 0px;
}
H4 {
	font-family: SANS-SERIF;
	color:#110070;
	font-size: 10pt;
	text-indent : 0px;
}
H5 {
	font-family: SANS-SERIF;
	color:#110070;
	font-size: 8pt;
	text-indent : 0px;
}

INPUT
{
    background-color: rgb(204, 204, 255);
	font-size: 8pt;
	color: Black;
}

TEXTAREA
{
	font-size: 8pt;
	font-weight: BOLD;
	color: #1E90FF;
	letter-spacing: 1px;
}
SELECT
{
	font-size: 8pt;
	color: Black;
}

OPTION
{
	font-size: 8pt;
	color: Black;
}

TABLE {
	font-size: 8pt;
}

TH {
	font-size: 8pt;
}

TBODY {
	font-size: 8pt;
}

TD {
	font-size: 8pt;
}

TD.BANNER {
	color:#FFFFFF;
	font-family: SANS-SERIF;
	font-size:7pt;
	padding : 0px;
	letter-spacing: 1px;
	text-align: right;
}

.BANNERTITLE {
	color: white;
}


P {
	font-family: Verdana;
	color: #01244A;
	font-size: 8pt;
	margin-top : 15px;
	margin-left :80px;
	margin-right : 80px;
	text-align : justify;
	text-indent : 0px;
}

.SELECTEDROW {
	background-color: #C9D1F8;
}

.TITLEON {
	font-weight:BOLD;
	font-size: 9pt;
	color: White;
	vertical-align: bottom;
}

.TITLEOFF {
	font-weight:BOLD;
	font-size: 9pt;
	color: LightGrey;
	vertical-align: bottom;
}


