/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	padding-top: 0px;
	font-family: Verdana, arial;
	letter-spacing: normal;
	background-color: white;
}

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;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	



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;
	}	
	
.header
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/Images/header_background.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 796px;
	padding-top: 0px;
	font-family: Verdana, Tahoma, Arial;
	height: 100px;
}

.header2
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(/Images/header_background2.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 796px;
	padding-top: 0px;
	font-family: Verdana, Tahoma, Arial;
	height: 100px;
}

.menu
{
	background-image: url(/Images/menu_background.jpg);
	width: 796px;
	height: 25px;
}

.FooterTable
{
	border-right: #3b619c 1px solid;
	padding-right: 10px;
	border-top: #3b619c 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #3b619c 1px solid;
	color: #003366;
	border-bottom: #3b619c 1px solid;
	font-family: Verdana, Arial;
	background-color: #bbd4f8;
}

A.glossaryheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    TEXT-TRANSFORM:capitalize;
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial;
}

.glossaryterm
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial;
}
.HeaderTable
{
	padding-right: 10px;
	font-weight: normal;
	font-size: 8pt;
	color: #003366;
	font-family: Verdana, Arial;
	background-color: #bbd4f8;
}
.ContentBarHeader
{
	background-color:#bbd4f8;
	border: #3b619c 1px solid;
	font-weight: bold;
	font-size: 12pt;
	color: #003366;
	font-family: Verdana, Arial;
	text-decoration :none;
	padding:2px;
}

.ContentBar
{
	color: #003366;
	font-weight: bold;
	font-size: 12pt;
	color: #003366;
	font-family: Verdana, Arial;
	text-decoration :none;
}

.ContentBar:hover
{
	color: green;
	font-weight: bold;
	font-size: 12pt;
	color:DarkGreen;
	font-family: Verdana, Arial;
	text-decoration :underline;
}

.bigText
{	
	font-size:13pt;
	color:#003366;
	font-family: Verdana, Arial;
	font-weight:normal;
}	

.regText
{	
	font-size:10pt;
	color:#003366;
	font-family: Verdana, Arial;
	font-weight:normal;
}	
.regLink
{
	text-decoration:	none;
	color:	#3333cc;
	font-family:Verdana,arial;
	font-weight:bold;
	font-size :12pt;
}
	
.regLink:hover
{
	text-decoration:underline;
	color:DarkGreen;	
	font-family:Verdana,arial;
	font-weight:bold;
	font-size :12pt;
}
.Quote
{
	color:003366;
	font-size:10pt;
	font-style:italic;
}

.QuoteRef
{
	color:Black;
	font-size:8pt;
}
.QuoteColumn
{
	background-image:url(/images/Quotebox.jpg);
	background-repeat:repeat-x;
	border: #3b619c 1px solid;
}
	
.CommonText
{
	color:Black;
	font-size:8pt;
	font-family:Verdana;
}

.BreadCrumbLink
{
	color:#003366;
	font-size:8pt;
	font-family:Verdana;
	text-decoration:none;
}
.BreadCrumbActive
{
	color:#003366;
	font-weight:bold;
	font-size:8pt;
	font-family:Verdana;
	text-decoration:none;
}

.BreadCrumbLink:hover
{
	color:Green;
	font-size:8pt;
	font-family:Verdana;
	text-decoration:underline;
}
