/* style sheet */

/*HTML Elements*/

body, td  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;	
	color : #000000;
}

th, th.narrow  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;	
	color : #000000;
	font-weight : normal;
}


p, div, span  {
	font-size : 9pt;
	line-height : 145%;
	
}
ol, ul, li {
	font-size : 9pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height : 145%;
}
a {
	text-decoration : none;
	color : #660000;
	font-weight : bold;
}
a.gray {
	text-decoration : none;
	color : #999999;
	font-weight : bold;
}
a.on {
	text-decoration : none;
	color : #990000;
	font-weight : bold;
}
a:visited {
	text-decoration : none;
	color : #666666;	
}
a:hover {
	text-decoration : underline;
	color : #0000cc;
}
a:active {
	text-decoration : underline;
	color : #ff0000;
}

h1  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color: #666666;
	text-align : center;
}

h2  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #990000;
	margin-top : 0%;
	margin-bottom : 0%;
	margin-left : 20px;
}

h3  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color: #000000;
}

h4  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
	font-style : italic;
}

blockquote  {
	font-size : 10pt;
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-top : 3pt;
	margin-bottom : 3pt;
}



/*HTML Classes*/

.h1  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color: #cc0000;
	margin-top : 0%;
	margin-bottom : 0%;
}

.h2  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	color: #990000;
	margin-top : 0%;
	margin-bottom : 0%;
	margin-left : 20px;
}

.h3  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
}

.h4  {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
	font-style : italic;
}

.menu {
	font-size : 10pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.topics {
	font-size : 8pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.items {
	font-size : 10pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #000066;
	font-weight : bold;
}
.td {
	font-size : 10pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.section {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
	color : #000066;
	font-weight : bold;
	margin-left : 15pt;
	margin-top : 15pt;
}
.site {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #660000;
	font-weight : bold;
	margin-top : 5pt;
}
.address {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}

.footer {
	font-size : 7pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
	margin-top : 10pt;
}
.nav {
	font-size : 8pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold-italic;
	background : Gray;
	line-height : 120%;
	padding : 3pt 5pt 7pt 5pt;
}

.quote {
	font-size : 12pt;
	color : #000000;
	font-weight : bold;
	margin-top : 10pt;
	margin-bottom : 5pt;
	font-family : Times, TimesNewRoman, serif;
	font-style : italic;
}

.name {
	font-size : 8pt;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	margin-bottom : 10pt;
	text-align : right;
}

.company {
	font-size : 9pt;
	font-family : Times, TimesNewRoman, serif;
	color : #333333;
	font-weight : normal;
	margin-top : 0pt;
}

/* font styles */

.sans {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.serif {
	font-family : Times, serif;
}
.symbol {
	font-family : symbol;
}
.normal {
	font-weight : normal;
}
.bold {
	font-weight : bold;
}

/* colors */

.white {
	color: #ffffff;
}
.gray {
	color: #999999;
}
.red {
	color: #cc0000;
}
.blue {
	color: #0000cc;
}
.green {
	color: #009900;
}
.gold {
	color: #ffcc00;
}



/*HTML IDs*/
#red {
	color: #cc0000;
}
#white {
	color: #ffffff;
}
#gray {
	color: #999999;
}
#blue {
	color: #0000cc;
}
#green {
	color: #009900;
}
#gold {
	color: #ffcc00;
}

