/*** Main Styles ***/

Body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

Table {
	font-size: 8pt;
}

A:link {
	text-decoration: none;
	color: #000099;
}

A:visited {
	text-decoration: none;
	color: #000099;
}

A:active {
	text-decoration: none;
	color: #000099;
}

A:hover {
	text-decoration: underline;
	color: #000099;
}

UL LI {
	list-style-type: disc;
}

UL LI LI {
	list-style-type: circle;
}

UL LI LI LI {
	list-style-type: disc;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

Input {
	font-size: 8pt;
}

Input.Button {
	font-size: 8pt;
	font-weight: bold;
	background: #000099;
	color: #ffffff;
}

Select {
	font-size: 8pt;
}

TextArea {
	font-size: 8pt;
}



/*** Generic HyperCondo Styles ***/

/* Form-related styles */
.StdFormLabel {
	font-size: 8pt;
	font-weight: bold;
}

.StdFormField {
	font-size: 8pt;
}

/* Error-related styles */
.ErrorTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #ff0000;
}

.ErrorMessage {
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}

.ErrorMessage UL LI {
	list-style-type: disc;
	color: #ff0000;
}

/* Standard page/text styles */
.PageTitle {
	font-size: 16pt;
}

.PageSubtitle {
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
}

.AddNew {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

.Footnote {
	font-size: 7pt;
}

.NoteText {
	font-size: 10pt;
	font-family: 'Lucida Console' , Verdana, Arial;
}


/* Report-related styles (grids, etc.) */

/* - Header - */
.ReportHeader {
	font-size: 8pt;
	font-weight: bold;
	background: #000099;
	color: #ffffff;
	text-align: Center;
}

.ReportHeader a:link {
	text-decoration: underline;
	color: #ffffff;
}

.ReportHeader a:active {
	text-decoration: underline;
	color: #ffffff;
}

.ReportHeader a:visited {
	text-decoration: underline;
	color: #ffffff;
}

.ReportHeader a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* - Row Item - */
.ReportRow1 {
	font-size: 8pt;
	background-color: #ffffff;
	text-align: Center;
	color: #000000;
}

.ReportRow1 a:link {
	text-decoration: none;
	color: #000099;
}

.ReportRow1 a:active {
	text-decoration: none;
	color: #000099;
}

.ReportRow1 a:visited {
	text-decoration: none;
	color: #000099;
}

.ReportRow1 a:hover {
	text-decoration: underline;
	color: #000099;
}

/* - Row Alternating Item - */
.ReportRow2 {
	font-size: 8pt;
	background-color: #6aaee7;
	color: #000000;
	text-align: Center;
}

.ReportRow2 a:link {
	text-decoration: none;
	color: #000099;
}

.ReportRow2 a:active {
	text-decoration: none;
	color: #000099;
}

.ReportRow2 a:visited {
	text-decoration: none;
	color: #000099;
}

.ReportRow2 a:hover {
	text-decoration: underline;
	color: #000099;
}

/* - Selected Item - */
.ReportSelected {
	font-size: 8pt;
	background-color: #cccccc;
	color: #000000;
	text-align: Center;
}

/* - Summary/Footer - */
.ReportSummary {
	font-size: 8pt;
	background: #000080;
	color: #ffffff;
	text-align: Left;
}

/* - Pager - */
.ReportPager {
	font-size: 8pt;
	background-color: #999999;
	color: #ffffff;
}

.ReportPager a:link {
	text-decoration: none;
}

.ReportPager a:active {
	text-decoration: none;
}

.ReportPager a:visited {
	text-decoration: none;
}

.ReportPager a:hover {
	text-decoration: underline;
}

.GroupHeader {
	font-size: 10pt;
	font-weight: bold;
	background: #888888;
	color: White;
	text-align: Center;
}


/* Title banner styles */
.TitleBanner {
	background-color: #00ccff;
}

/* Nav banner styles */
.NavBanner {
	background-color: #6aaee7;
}

/* First-level navigation styles */
.FirstLevelNav {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	font-size: 10pt;
}

.FirstLevelNav:link {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}

.FirstLevelNav:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}

.FirstLevelNav:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
}

.FirstLevelNav:active {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: underline;
}

/* Footer banner styles */
.FooterBanner {
	background-color: #6aaee7;
}

/* Copyright style */
.Copyright {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000099;
}

/* ASPNet Menu Styles */

.MenuGroup
{
  background-color: #6aaee7;
  border:1px;
  border-style:solid;
  border-top-color:#FFE793; 
  border-left-color:#FFE793; 
  border-right-color:#CE6500; 
  border-bottom-color:#CE6500; 
}

.BaseMenuItem {
  background-color:#6aaee7; 
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color: #6aaee7;
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  color: #000099; 
  font-weight:bold; 
}

.MenuItem {
	border-right: #000099 1px solid;
	padding-right: 15px;
	border-top: #00ccff 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #00ccff 1px solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #000099 1px solid;
	font-family: verdana;
	background-color: #6aaee7;
}

.MenuItemOver {
	border-right: #000099 1px solid;
	padding-right: 15px;
	border-top: #00ccff 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #00ccff 1px solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #000099 1px solid;
	font-family: verdana;
	background-color: #000099;
}

.MenuItemDown {
	border-right: #000099 1px solid;
	padding-right: 15px;
	border-top: #00ccff 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	border-left: #00ccff 1px solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #000099 1px solid;
	font-family: verdana;
	background-color: #000099;
}


<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
  <head>
    <title>Styles</title>
    <meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
    <meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
    <meta name=vs_defaultClientScript content="JavaScript">
    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
  </head>
  <body ms_positioning="FlowLayout">

    <form name="Form1" method="post" action="Styles.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE" value="dDwtNjU0MzcyMTk1Ozs+DZjvqKFMd24lyqxWrDj4bdAakJI=" />


    </form>

  </body>
</html>