/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
    BACKGROUND-COLOR: #003366;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, 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: Arial, Verdana, 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:	.8em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD	
{
	vertical-align: top;
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
	}
.title
{	
	font-family: Arial, Verdana, 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;
    color: #003366;
}	

.headerList TD
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #525D76;
	text-align: left;
	color: #FFFFFF;
	vertical-align: top;
}
.headerList A:link 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.headerList A:visited 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.headerList A:active
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.headerList A:hover
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.pagerList TD
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color: #CCCCCC;
	text-align: right;
	color: #FFFFFF;
	vertical-align: top;
}
.pagerList A:link
{
	background-color: #CCCCCC;
	color: #3333CC;
	text-decoration: none;
}
.pagerList A:visited
{
	background-color: #CCCCCC;
	color: #3333CC;
	text-decoration: none;
}
.pagerList A:active
{
	background-color: #CCCCCC;
	color: #3333CC;
	text-decoration: none;
}
.pagerList A:hover
{
	background-color: #EEEEEE;
	color: #3333CC;
	text-decoration: none;
}
.itemList
{
	background-color: #ffffff;
	vertical-align: top;
}
.alternatingItemList
{
	background-color: #E2E6EB;
	vertical-align: top;
}
.alternatingItemList TD
{
	background-color: #E2E6EB;
	vertical-align: top;
}
.errorMessage
{
	color: #cc0000;
	font-weight: bold;
}
.infoMessage
{
	color: #3333CC;
	font-weight: bold;
}
.itemLabel
{
	padding-top: 5;
	text-align: right;
	background-color: #DDDDDD;
}
.itemLabelTop
{
	text-align: right;
	background-color: #DDDDDD;
}
.itemLabelReq
{
	font-weight: bold;
	color: white;
	padding-top: 5px;
	font-family: Tahoma;
	background-color: #003366;
	text-align: right;
}
.itemLabelReqTop
{
	text-align: right;
	font-weight: bold;
	background-color: #DDDDDD;
}
.tableBackground 
{
	background-color: #7c869c;
}
P.nav {
	MARGIN: 2px 0px 5px; TEXT-ALIGN: center
}
P.nav A {
	FONT-SIZE: 11px; COLOR: #000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
P.nav A:link {
	FONT-SIZE: 11px; COLOR: #000
}
P.nav A:visited {
	FONT-SIZE: 11px; COLOR: #000
}
P.nav A:hover {
	FONT-SIZE: 11px; COLOR: #000; TEXT-DECORATION: underline
}
A.login {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
A.login:link 
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
A.login:visited 
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
A.login:hover 
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.sectionTitle 
{
	font-size:	1.00em;
	font-weight:	700;
	text-decoration:	none;
    COLOR: #003366;
}
.LMenuSection
{
	font-weight: bold;
	font-size: 13px;
	vertical-align: text-bottom;
	color: #0099ff;
	text-indent: 4px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}
.LMenuSection A 
{
	color: #97B28E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.LMenuSection A:link
{
	color: #97B28E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.LMenuSection A:visited
{
	color: #97B28E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
.LMenuSection A:hover
{
	color: #97B28E;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.LMenu
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: text-bottom;
	color: #3366cc;
	text-align: right;
	text-decoration: none;
}
.LMenu A
{
	font-weight: bold;
	font-size: 12px;
	color: #707f9f;
	text-decoration: none;
}
.LMenu A:link
{
	color: #707F9F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.LMenu A:visited
{
	color: #707F9F;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.LMenu A:hover
{
	color: #97B28E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.ReportDocumentTitle 
{
	font-size: 14px;
	font-weight: bold;
}
.ReportOrganizationTitle 
{
	font-size: 14px;
	font-weight: bold;
}
.ReportSectionTitle
{
	font-size: 13px;
	font-weight: bold;
}
.ReportUserTitle
{
	font-size: 14px;
	font-weight: bold;
}
.ReportContent
{
	font-size: 12px;
	font-weight: normal
}
.News
{
	background-color: #6589A0;
}
.Content
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}