<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.Content2
{
font-family: Verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Center; /* Align Text */
}

.PageNumbers
{
font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
font-size: 11pt; /* Font Size */
font-style: bold; /* FontStyle */
color: #BEC0DB; /* Font Color */
text-align: Center; /* Align Text */
} 

.PageNumbers a:link {  font-family: Verdana, Arial, sans-serif; color: #000080; font-style: bold; text-decoration:none; font-size: 10pt;}
.PageNumbers a:visited {  font-family: Verdana, Arial, sans-serif; color: #000080; font-style: bold; text-decoration:none; font-size: 10pt;}
.PageNumbers a:hover {  font-family: Verdana, Arial, sans-serif; color: BLUE; font-style: bold; text-decoration:underline; font-size: 10pt;}
.PageNumbers a:active { font-family: Verdana, Arial, sans-serif; color: #000080; font-style: bold; font-size: 10pt;}

a:link { 
	color: #000080;
	text-decoration: none;
	font-size: 8pt;
	}
a:visited { 
	color: #000080;
	text-decoration: none;
	font-size: 8pt;
	}
a:hover { 
	color: #000080;
	text-decoration: underline;
	font-size: 8pt;
	}
a:active { 
	color: #000080;
	font-size: 8pt;
	}

.navigation { background-color: #BEBFDE; font-size: 8px; color: #000000 }
td.navigation :hover {background-color: #BEC0DB; color: Blue } 

.navigation a:link {  font-family: Verdana, Arial, sans-serif; color: white; text-decoration:none; font-size: 8pt;}
.navigation a:visited {  font-family: Verdana, Arial, sans-serif; color: white; text-decoration:none; font-size: 8pt;}
.navigation a:hover {  font-family: Verdana, Arial, sans-serif; color: blue; font-weight: Bold; text-decoration:underline; font-size: 8pt;}
.navigation a:active { font-family: Verdana, Arial, sans-serif; color: white; font-size: 8pt;}

</Style>