body
{
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
/*	line-height: 15px;
*/	color: #000000;
}

TD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

LI
{
}

.buttons
{
	margin-top: 2px;
	margin-bottom: 4px;
}

/*a:link
{
	color: #CC0066;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #CC0066;
}

a:hover
{
	text-decoration: underline;
}
*/




.boldLink
{
	 font-size: 12px; 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     font-weight:normal; 
     color: white; 
}

a.boldLink
{
	 font-size: 12px; 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     font-weight: bold; 
     color: white; 
	 text-decoration: none;
}

a.boldLink:hover
{
	 font-size: 12px; 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     font-weight: bold; 
     color: white; 
	 text-decoration: underline;
}

.textLink
{
	 font-size: 14px; 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     font-weight:normal; 
     color: white; 
}

a.textLink
{
	 font-size: 14px; 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     font-weight: bold; 
     color: white; 
	 text-decoration: none;
}

a.textLink:hover
{
	 font-size: 14px; 
     font-family: Arial, Verdana, Helvetica, sans-serif; 
     font-weight: bold; 
     color: #CC0066; 
	 text-decoration: underline;
}


.PageHeading
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #003366;
	background-color: #FFFFFF;
}

.MediumLayoutFont
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: Black;
}

.MediumLayoutFontBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.LargeLayoutFont
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: Black;
}

.LargeLayoutFontBold
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: Black;
}

.FooterText
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: white;
}

.LeftNavText
{
	font-size: 15.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
}

.clear_left {
	clear: left;
}

.align_center {
	text-align: center;
}
.LeftNavText ul {
	margin: 0px;
}
.LeftNavText p {
	margin-bottom: 5px;
}



.LeftNavText ul .MediumLayoutFont a {
	color: #000;
	text-decoration: none;
}
.LeftNavText ul .MediumLayoutFont a:link, .LeftNavText ul .MediumLayoutFont a:visited {
	color: #000;
}
.LeftNavText ul .MediumLayoutFont a:hover {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
