.genuosityBody
{
	color: black;
	background-color: white;
	background-image: url(/images/bkgrnd.gif);
        margin-top: 12;
        margin-bottom: 12;
        margin-right: 12;
        margin-left: 12;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.genuosity 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000; 	
	background-color: #E9E9E9;
}

.error
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: red; 	
	text-align:center;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000033; 
	text-align: center;		
}

.informational
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	color: blue; 
	background-color: white;
	text-align: center;		
}

.normal
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

.pageHeader
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000066;
	font-weight: bold; 
}

.tableKey
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	font-weight: normal; 
	background-color: white;
}


.sectionHeader
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000;
	font-weight: bold; 
}


/* links */
a
{
        color: gray;
        font-size: 12px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        text-decoration: none
}

a:hover
{
        color: #600;
        font-size: 12px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

p, font
{
        color: black;
        font-size: 12px;
        line-height: 14px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.table_head
{
        color: white;
        font-weight: bold;
        font-size: 12px;
        line-height: normal;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

h3
{
        color: navy;
        font-size: 13px;
        line-height: 18px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.small
{
        color: black;
        font-size: 9px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.medium
{
        color: black;
        font-size: 10px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* body text */ 
.bodytext{
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #333333
}
 
/* table background color */
.tablebgcolor{
background-color: #003366; 
}

/* table header */ 
.header{
background-color: #003366; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold; 
color: #FFFFFF;  
padding-left: 5px; 
padding-right: 5px;
} 

/* table alternating rows */ 
.row1{
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #000000;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 5px; 
padding-right: 5px;
}
 
.row2{
background-color: #CCCCCC; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #333333;
padding-top: 2px; 
padding-bottom: 2px; 
padding-left: 5px; 
padding-right: 5px;
}

.buttonrow{
text-align: right;
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #000000;
}



