/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
.LtNav
{
	position: absolute;
	left: 6px;
	top: 103px;
	width: 122px;
	height: 170px;
	z-index: 1;
}

#LtNav A:link
{
	text-decoration: none;
	color: #000000;
}

#LtNav A:visited
{
	text-decoration: none;
	color: #000000;
}

#LtNav A:active
{
	text-decoration: none;
	color: #000000;
}

#LtNav A:hover
{
	text-decoration: underline;
	color: #3333cc;
}



A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}


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;
}

.TopNav
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}
.TopNav A:Link
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}

.TopNav A:Visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}

.PgHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}
.Footer
{
	font-size: 7pt;
}
TD
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}
DIV
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}
.PgTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.LtBg
{
	z-index: 20;
	background-image: url(images/LtNavBg2.jpg);
	width: 132px;
	position: absolute;
}


.LtNavFont
{font-size: 7pt;
}
