/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-FAMILY: Arial;
	font-size: 11pt;
    background: #FFFFFF;
    margin: 10 0 0 0;
}

td, tr
{
	FONT-FAMILY: Arial;
	font-size: 10pt;
	color:#000000;
}

a
{
	font-family: Arial;
	font-size: 10pt;
	color: #000066;
}

a:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: #000066;
}

.footer
{
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}

table.globalnav a
{
	font-family:News Gothic;
	font-size: 9pt;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

table.globalnav a:visited
{
	font-family:News Gothic;
	font-size: 9pt;
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}

#subnav td
{
	font-family:News Gothic;
	font-size: 10pt;
	color: #000066;
}

#subnav a
{
	font-family:News Gothic;
	font-size: 10pt;
	color: #000066;
}

h1
{
	font-family: Times New Roman;
	font-size: 19pt;
	color: #ffffff;
}
	
H2	{	
	font-family: arial;
	font-size:	13pt;
	font-weight: bold;
	color:#99CC00;
}

#breadcrumb
{
	font-family:Arial;
	font-size:10pt;
	color: #000000;
}

#breadcrumb a
{
	font-family:Arial;
	font-size:10pt;
	color: #000066;
}

#breadcrumb a:visited
{
	font-family:Arial;
	font-size:10pt;
	color: #000066;
}

.footer {
	font-size: 9pt;
	font-family:Arial;
	color: #000000;
}

.smtxt
{
	font-size: 9pt;
}

.tblHeader
{
	background: #333333;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.subHeader
{
	background: #99cc00;
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
}

.line1
{
	background: #ffffcc;
	font-size: 9pt;
	vertical-align: top;
}

.line2
{
	background: #ccff99;
	font-size: 9pt;
	vertical-align: top;
}

.lvl2header
{
	font-family:Times New Roman;
	font-size:19pt;
	vertical-align:middle;
	color: #ffffff;
}

.leftNav
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}