/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0000a0;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	4em;
	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:	500;
	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:	500;
	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:	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	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	color: #B92025;
	background-color: #FFFFFF;
	text-decoration: none;
	}	
		
A:visited	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	color: #B92025;
	background-color: #FFFFFF;
	text-decoration: none;
	}	
		
A:active	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	}	
		
A:hover	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
	color:	#000000;
	}
	
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;
	}	

.menuTable 
{
	border-collapse: collapse;
	background-color: #B92025;
	border-color: #ffffff;
	border-left-color: #ffffff;
	border-left-width: 1px;
}
.menuTable td 
{
	border-left-width:1px;
	border-left-color:#bbbbbb;
	border-right-width:1px;
	border-right-color:#bbbbbb;
	border-top-width:1px;
	border-top-color:#bbbbbb;
	border-bottom-width:1px;
	border-bottom-color:#bbbbbb;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 10px Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 400px;
	background-color: #FFFFFF;
}

.anylinkcss a{
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #B92025;
}
.anylinkcss a:visited{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #B92025;
}

.anylinkcss a:hover{ /*hover background color*/
        background-color: #000000;
        color: white;
}
a.indexnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #FFFFFF;
	background-color: #B92025;
	text-decoration: none;
}
a.indexnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B92025;
	text-decoration: none;
	font-weight:bold;
}
a.indexnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #B92025;
	text-decoration: none;
	font-weight:bold;
}
.catHeader {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:none;
	font-weight:bold;
}	
a.catHeader:hover
{
	font-size:20px;
	color: #B92025;
	text-decoration: underline;
	font-weight:bold;
}
a.catHeader:visited
{
	font-size:20px;
	color: #000000;
	font-weight:bold;
}
a.catHeader
{
	font-size:20px;
	color: #000000;
	font-weight:bold;
}
.subCatHeader	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #B92025;
	font-weight:bold;
}	
.pLine1
{
	font-weight:bold;
    FONT-SIZE: 12px;
}
.pLine2
{
    FONT-SIZE: 12px;
    color: #0000A0;
    font-weight:bold;
}
.pLine3 
{
    FONT-SIZE: 12px;
}
.pLine4 
{
    FONT-SIZE: 12px;
	color:#669966;
    font-weight:bold;
}
.altRow 
{
	background-color: #ffffff;
}
.altPackageRow 
{
	background-color: #ffffff;
}
.packageHeader 
{
    FONT-SIZE: 12px;
	font-weight:bold;
}
.packageBody 
{
    FONT-SIZE: 10px;
}
.newRow 
{
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:thin;
}
.copyright 
{
	color:0000A0;
    FONT-SIZE: 9px;
}
.footer1 
{
	color:#000000;
    FONT-SIZE: 9px;
}
.footer2 
{
	color:#B92025;
    FONT-SIZE: 9px;
}
.catName
{
	font-weight:bold;
    FONT-SIZE: 12px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:thin;
}
.catDesc
{
    FONT-SIZE: 12px;
    color: #B92025;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:thin;
}
.title 
{
	color: #B92025;
	font-size: 24px;
	font-weight:bold;
}
.bodyTable
{
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-collapse: collapse;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
}