body {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    color: #000000;
    background-color: #FFFFFF;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC
}

b {
    font-weight: bold;
}

.code {
    font-family: Courier, mono;
}

.codeblock {
    font-family: Courier, mono;
}

.navheading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0033CC
}

.navitem {
    font-family: "Times New Roman", Times, serif;
    margin-left: 10pt;
    color: #000000
}

.itemdef {
    font-family: "Times New Roman", Times, serif;
    font-size: smaller;
    color: #000000
}

.fineprint {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #000000
}

.aLink {
	font-family: "Verdana"; 
	font-size: 10pt;
	color: NAVY;font-weight: 
	bold; 
	text-decoration: underline;
}
.aVisited {
	font-family: "Verdana"; 
	font-size: 10pt; 
	color: BLACK;
	font-weight: bold
}
.body  {
	font-family: "Verdana"; 
	font-size: 9pt; 
	color: 000000
}

.Grey {
    font-family: Arial, verdana, Helvetica, sans-serif;
    font-size: expression(((document.body.clientWidth-(document.body.clientWidth%90))/90)+'pt');
    background: #dddddd;
    border-style: groove;
    border-width: 0px;
    border-color: #000000;
    padding: 0px;
}

