/* Default body text */
body, td, li, p {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 5mm;
}

/* body text */

.bt {
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
}

.bt-small {
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
}

h1 {
    color: #9f0707;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
    color: #9f0707;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

h3 {
    color: #91C27C;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

h4 {
    color: #91C27C;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}


tr.test {
	background-color : #416796;

}

.table-header {
	background-color : #3e6eb5;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #ffffff;
	font-weight : bold;	
	text-align: center;
}

.table-subheader {
	background-color : #99ccff;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;	
}

.support-nav-highlight {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 7pt;
	color : #666666;
}

.support-nav-dividers {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 7pt;
	color : #666666;
}

/* ID colors */
#gray { color: #666666; }
#red { color: #ff0000; }
#blue { color: #0000dd; }
#white { color: #ffffff; }
#green { color: #339900; }

/* Default link colors */
a:link {font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: #808040; text-decoration: underline;}
a:visited {font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: #808040; text-decoration: underline;}
a:hover {font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: #808040; text-decoration: underline;}
a:active {font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; color: #808040; text-decoration: underline;}

/* Small links */
a.small:link {font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; color: #0000dd; text-decoration: underline;}
a.small:visited {font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; color: #0000dd; text-decoration: underline;}
a.small:hover {font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; color: #0000dd; text-decoration: underline;}
a.small:active {font-family: verdana, arial, helvetica, sans-serif; font-size: 7pt; color: #0000dd; text-decoration: underline;}

