H1,H2,H3,H4,H5,H6 {
	font-family: verdana,arial,helvetica;
}

H1 { font-size: 16pt  /* xx-large */ }
H2 { font-size: 13pt  /* x-large */ }
H3 { font-size: 12pt  /* large*/ }
H4 { font-size: 10pt  /* normal*/ }
H5 { font-size: 8.5pt /* small */ }
H6 { font-size: 7pt   /* x-small */ }

SMALL { font-size: 8.5pt /* small */ }
BIG   { font-size: 12pt /* big */ }
BIG.white { font-size: 12pt; color: #ffffff; /* big */ }

CENTER, DIV,P,TH,TD,DL,OL,UL,BLOCKQUOTE {
	font-family: verdana, helvetica, arial;
	font-size: 10pt;
}

B, STRONG, EM {
	font-family: verdana, helvetica, arial;
}

TD.normal {
        font-family: verdana, helvetica, arial;
        font-size: 10pt;
}

A.normal:link    { color: #0000ff } /* unvisited links */
A.normal:visited { color: #800080 } /* visited links   */
/* A.normal:hover   { color: #0000ff } */ /* user hovers     */
A.normal:active  { color: #ff0000 } /* active links    */

A.gul:link    { color: #02663b } /* unvisited links */
A.gul:visited { color: #d0a800 } /* visited links   */
/* A.gul:hover   { color: #02663b } */ /* user hovers     */
A.gul:active  { color: #1d2147 } /* active links    */

.flashbox {
	color: #100000;
}

A.menu {
    text-decoration: none;
    font-weight: normal;
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
    color: #1D2147;
}

A.menu:hover {
    text-decoration: underline;
    font-weight: normal;
    font-family: verdana,arial,helvetica;
    font-size: 10pt;
    color: #1D2147;
}

/*
H1,H2,H3,H4 { font-family: verdana,arial,helvetica; }
H1		{ font-size: 1.5em; margin: .67em 0 }
H2		{ font-size: 1.17em; margin: .83em 0 }
H3		{ font-size: 1.0em; margin: 1em 0 }
TD		{ font-family: verdana,arial,helvetica; font-size: 0.8em; }
BODY 		{ font-family: verdana,arial,helvetica; font-weight: bold }
*/

SELECT.select, INPUT.text, TEXTAREA.text {     
	font-family: courier;
	font-size: 12pt;
}

.error {
	font-family: verdana, helvetica, arial;
	color: #ff0000;
}
