.body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	Color : Black;
}
.bodyWhite {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	Color : White;
}
.err {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
	Color : Red;
}
.code {
	font-family : "Courier New", Courier, monospace;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	font-variant : normal;
	Color : Black;
}
.head, h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
.smHead, h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

.tiny {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
.lgHead, h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}
A {
	text-decoration : underline;
	color : Black;
}

.textbox2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; font-weight: normal;
    background-color: #FFFFFF;
    clip: rect( );
    border: 1px #000000 solid; 
    color: #000000
}

.inverse {
    background-color: black;
    color: white;
}

.red {
    color: #7a1619; 
}