BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
    margin: 0;
    padding:0;
}

a.nav:link {
	font-size: 16px;
	font-weight: bold;
	color: #1111EE;
    text-decoration: none;
}
a.nav:visited {
	font-size: 16px;
	font-weight: bold;
	color: #1212AB;
    text-decoration: none;
}
a.nav:hover {
	font-size: 16px;
	font-weight: bold;
	color: black;
    text-decoration: underline;
}


.crt {
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: FFAA00;
}

.textfield {

        background-color: #DDDDDD;
        border-color: AAAAAA;
        border-style: double;
        border-width: 1;
        color: 111111;
        font-size: 10px;
        font-family: arial;
}


.bgtopline {
        background-color: #ABABAB;
}
.bgtopline1 {
        background-color: black;
}

.headsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: bold;
	color: black;
}

.headbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
    font-weight: bold;
	color: #0033FF;
}


.r9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: bold;
	color: red;
}

.b9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: bold;
	color: #ABABAB;
}

.b9a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: bold;
	color: #3333FF;
}

.b11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
    font-weight: bold;
	color: 666666;
}
.b12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    font-weight: bold;
	color: 666666;
}
.b16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
    font-weight: bold;
	color: 666666;
}
.b18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
    font-weight: bold;
	color: 666666;
}
.b20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
    font-weight: bold;
	color: 666666;
}
.w8b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
.w9b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}
.w12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.w16b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.w22b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: white;
}

.ltbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: 0000AA;
    background-color: white;
}

.inputbox {
	background-color: #AACCFF;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
	color: #000000;
	font-size: 10px;
	font-family: arial;
}


