BODY
{
   background-color: #FFFFFF;
   font-size: 9pt;
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   color: #000000;
}


.background 
{
	background-color: #F7F5F0;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.loginTable
{
   background: #DDCC99;
}

.navbackground 
{
	background-color: #DDCC99;
	font-size: 8pt;
}

.errorText
{
   font-weight: bold;
   color: #FF0000;
}

.italicize
{
   font-style: oblique;
}

.resource
{
   text-decoration: none;
   font-size: 11pt;
}

.clientHeader 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11pt;
   font-style: normal;
   font-weight: bold;
   color: #000000;
}

.heading 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #DDCC99;
}

TABLE, TR, TD 
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}


.tableBkgDark
{
   background: #DDDDDD;
}

.tableBkgDarker
{
   background: #CCCCCC;
}

/* these are regular links */

A:visited {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: normal;

   color:#9900CC;

   text-decoration: underline;

}


A:link {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: normal;

   color:#0000FF;

   text-decoration: underline;

}


A:active {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: normal;

   color:#000066;

   text-decoration: underline;

}



A:hover {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: normal;

   color:#FFFF00;

   text-decoration: none;

}



/* these are navigation links */


A.nav:visited {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: bold;

   color:#000000;

   text-decoration: none;

}


A.nav:link {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: bold;

   color:#000000;

   text-decoration: none;

}


A.nav:active {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: bold;

   color:#FFFFFF;

   text-decoration: none;

}



A.nav:hover {

   font-family: Arial, Helvetica, sans-serif;

   font-weight: bold;

   color:#FFFFFF;

   text-decoration:underline;

}


/* these are resource links (email addresses and file names) links */


A.resource:visited {
   text-decoration: none;
   font-size: 11pt;
}


A.resource:link {
   text-decoration: none;
   font-size: 11pt;
}


A.resource:active {
   text-decoration: none;
   font-size: 11pt;
}



A.resource:hover {
   text-decoration: none;
   font-size: 11pt;
}



/* links end */
.formTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	line-height: 13pt;
}
