<Style>/* Default CSS Stylesheet for a new Web Application project */{}

a { text-decoration:none; }

.bluelink a
{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #003366; text-decoration: none}

.bluelink a:hover
{ font-family: Arial; font-size: 8pt; font-style: bold: normal; font-weight: normal; color: #003366; text-decoration: underline}

.link a
{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: none}

.link a:hover
{ font-family: Arial; font-size: 8pt; font-style: normal; font-weight: normal; text-decoration: underline}

.GeneralPage
{
background-color: #f1f1f1; /* Background Color */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}


.detailstable
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: normal; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #ecf4ff; /* Background color */
text-align: Left; /* Align Text */
}

.detailshead
{
font-family: Arial; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: #ecf4ff; /* Background color */
text-align: Left; /* Align Text */
}



.GeneralTable
{
background-color: White; /* Background Color */
}

.txtbox
{
font-size: 8pt; font-family: Arial; border: 1px solid #cccccc; padding-left: 0; padding-right: 0; padding-top: 2; padding-bottom: 2;
}

.maintable
{
border: 1px solid #cccccc;
border-collapse: collapse;
}