/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-bottom:0;
    margin-left:0;
    margin-right:2;
    margin-top:1
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:none;	
	font-size: 8pt;
	}	
		
A:visited
{
	font-size: 8pt;	
	font-family: Verdana, Arial;
	text-decoration: none;
}	
		
A:active
{
	font-size:8pt;
	font-family: Verdana, Arial;
	text-decoration: none;
}	
		
A:hover
{
	font-size: 8pt;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
	margin-top: 0px;
	margin-left: 0px;
	border-top-style: none;
	margin-right: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.C_Normal-Text
{
	font-size: 8pt;
	line-height: 12px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.C_Normal-Text-Justify
{
	font-size:8pt;
	line-height: 12px;
	font-family: Verdana, Arial;
	text-align:justify;
	text-justify:auto;
	background-color: #ffffff;
}

.C_TextBox
{
	border-right: #96bceb 1px solid;
	border-top: #96bceb 1px solid;
	margin-top: 0px;
	font-size: 12px;
	margin-left: 0px;
	border-left: #96bceb 1px solid;
	margin-right: 0px;
	border-bottom: #96bceb 1px solid;
	font-family: Verdana, Arial;
	height: 20px;
}
.C_Label
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: baseline;
	color: black;
	font-family: Verdana, Arial;
	text-align: left;
	text-decoration: none;
}
.C_Err
{
	font-weight: bold;
	font-size: xx-small;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.C_Button
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #000000 1px solid;
	cursor: hand;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial;
	position: relative;
	background-color: #c16804;
}

.C_Normal-Text-Bold
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.C_Bold-Orange
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight:bold;
	color: #c16804;
	background-color: White;
}

.C_Bold-Green
{
	font-weight: bold;
	font-size: 8pt;
	color: #339900;
	font-family: Verdana, Arial;
	background-color: white;
}

.C_Bold-Red
{
	font-weight: bold;
	font-size: 8pt;
	color: #ab0000;
	font-family: Verdana, Arial;
	background-color: white;
}

.C_Bold-Small
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	font-variant: normal;
	text-align:center;
}

.C_Normal-Green
{
	font-size: 8pt;
	color: #006600;
	font-family: Verdana, Arial;
	background-color: white;
}

.C_Normal-Red
{
	font-size: 8pt;
	color: #ab0000;
	font-family: Verdana, Arial;
	background-color: white;
}

.C_Normal-Orange
{
	font-size: 8pt;
	color: #d56a10;
	font-family: Verdana, Arial;
}

.C_Normal-Blue
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, Arial;
}

.C_Page-Header
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial;
	color: White;
	background-color:#EE871E;
}
.C_Sub-Header
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: White;
	background-color:#CCCC99;
}
.C_Td
{
	font-weight: normal;
	font-size: 8pt;
	color: #2f47fe;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.C_Td_Header
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-color: #fe5124;
}
.C_Table_Header
{
	font-weight: bold;
	font-size: 8pt;
	color:White;
	font-family: Verdana, Arial;
	background-color: #3686BB;
}
.C_HyperLink
{
	font-weight: bold;
	font-size: 8pt;
	color: #333399;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.C_HyperLink_Orange
{
	font-size: 7pt;
	color: #c16804;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.C_Back
{
	font-weight: bold;
	font-size: 10px;
	color: #710127;
	font-family: Verdana, Arial;
}
.SideLinkCell
{
	border-top-style: none;
	line-height: 20px;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	vertical-align:middle	
}
.C_SideLinkRow
{
	background-color: #e5e5e5;
}
ADDRESS
{
	font-size: 7pt;
	float: none;
	color: #000000;
	line-height: 11px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	text-align: center;
}
.C_MyA
{
	font-weight: bold;
	font-size: 6px;
	color: #c16804;
	font-family: Verdana,Arial;	
	background-color: #e5e5e5;	
}
.C_MyA4RtLnk
{
	font-size: 6px;
	color: #c16804;
	font-family: Verdana,Arial;	
	background-color: #F2F2F2;	
}

.C_MyTd
{
	padding-right: 1px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 4px;
	line-height: 15px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.C_MyTd-Justify
{
	padding-right: 1px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 4px;
	line-height: 15px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	text-align:justify;
	text-justify:auto;
}

.C_Td4RtLnk
{
	padding-right: 1px;
	padding-left: 4px;
	font-size: 7pt;
	padding-bottom: 4px;
	line-height: 12px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	background-color: #F2F2F2;
}
.C_Admin_Text
{
	font-size: 7pt;
	color: #c16804;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.C_Admin_Header
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-color: #c16804;
}
.C_AdminAnchor
{
	font-weight: bold;
	font-size: 6px;
	color: #c16804;
	font-family: Verdana,Arial;	
	background-color: #ffffff;	
}
.C_AdminGridText
{
	font-size: 8pt;
	color: #c16804;
	font-family: Verdana,Arial;
	background-color: #ffffff;
	padding-right: 1px;
	padding-left: 4px;
	padding-bottom: 4px;
	line-height: 10px;
	padding-top: 2px;
}
.C_AdminGridHead
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana,Arial;
	background-color: #c16804;
}
.C_Grid
{
	border-right: #c16804 1px solid;
	border-top: #c16804 1px solid;
	font-size: 8pt;
	border-left: #c16804 1px solid;
	color: #c16804;
	line-height: 11pt;
	border-bottom: #c16804 1px solid;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.C_Highlight
{
	padding-right: 1px;
	padding-left: 4px;
	font-size: 8pt;
	padding-bottom: 4px;
	color: #006600;
	line-height: 15px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}
.C_MainPageText
{
	background-color: White;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: Maroon;
}
.C_Menu-Text
{
	background-color:Black;
	font-family:Verdana, Arial;
	font-size: 8pt;
	color: White;
}
