/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Verdana, Helvetica, sans-serif; /* FONT-SIZE: .8em;*/
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}
P
{
	font-size: 13px;
}
.tblNav a
{
	font-size: 18px;
	color: #fafad2;
		text-decoration: none;
}
.tblNav a:hover
{
	font-size: 18px;
	color: #8b4513;
	background-color: #f5deb3;
	text-decoration: none;
}
.RightContent
{
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

UL LI
{
	list-style-type: square;
	font-size: 13px;
}

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;
}



