/* Default CSS Stylesheet for a new Web Application project */

.PageHeader
{
	font-family:Arial;
	font-weight:bold;
	color:#336699;
	font-size: 14pt;
	text-decoration: none
}
.PageSubHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #336699;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.PageSubHeaderBlack
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.PageSubHeaderGreen
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: Lime;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.default
{
	font-family:Arial;
	font-weight:normal;
	color:black;
	font-size: 10pt;
	text-decoration: none
}
.defaultmaroon
{
	font-family:Arial;
	font-weight:normal;
	color:Maroon;
	font-size: 10pt;
	text-decoration: none
}
.defaultwhite
{
	font-family:Arial;
	font-weight:normal;
	color:white;
	font-size: 10pt;
	text-decoration: none
}
.defaultred
{
	font-family:Arial;
	font-weight:normal;
	color:red;
	font-size: 10pt;
	text-decoration: none
}
.defaultbold
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 10pt;
	text-decoration: none
}
A.default:link
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 10pt;
	text-decoration:none
}
A.default:visited
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 10pt;
	text-decoration:none
}
A.default:active
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 10pt;
	text-decoration:none
}
A.default:hover
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 10pt;
	text-decoration:Underline
}

.small
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size: 7pt;
	text-decoration: none
}
.smallblack
{
	font-family:Arial;
	font-weight:normal;
	color:black;
	font-size: 8pt;
	text-decoration: none
}
A.smallblack:link
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 8pt;
	text-decoration: none
}
A.smallblack:visited
{ 
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 8pt;
	text-decoration: none
}
A.smallblack:active
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 8pt;
	text-decoration: none
}
A.smallblack:hover
{
	font-family:Arial;
	font-weight:bold;
	color:blue;
	font-size: 8pt;
	text-decoration:none
}
.smallred
{
	font-family:Arial;
	font-weight:normal;
	color:red;
	font-size: 8pt;
	text-decoration: none
}
.LeftNav
{
	font-family:Arial;
	font-weight:bold;
	color:black;
	font-size: 8pt;
	text-decoration: none
}
.NoLink
{
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-size: 8pt;
	text-decoration:none
	 
}
A.LeftNav:link
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav:visited
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav:active
{
	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav:hover
{
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-size: 8pt;
	text-decoration:underline
}

.LeftNav2
{
	

	font-family:Arial;
	font-weight:bold;
	color:White;
	font-size: 8pt;
	text-decoration: none

}
.NoLink2
{
	font-family:Arial;
	font-weight:bold;
	color:Red;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav2:link
{
	font-family:Arial;
	font-weight:bold;
	color:Red;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav2:visited
{
	font-family:Arial;
	font-weight:bold;
	color:Red;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav2:active
{
	font-family:Arial;
	font-weight:bold;
	color:Red;
	font-size: 8pt;
	text-decoration:none
}
A.LeftNav2:hover
{
	font-family:Arial;
	font-weight:bold;
	color:Red;
	font-size: 8pt;
	text-decoration:Underline
}



