html, body {
margin: 0;
padding: 0;
background: #fff;
color: #000;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 86%;
}


.PrimaryNav {
font-size: 10pt;
font-weight: bold;
}

a.PrimaryNav:link {
font-size: 10pt;
font-weight: bold;
}

a.PrimaryNav:visited {
font-size: 10pt;
font-weight: bold;
}



.SecondaryNav {
font-size: 9pt;
font-weight: bold;
}

a.SecondaryNav:link {
font-size: 9pt;
font-weight: bold;
}

a.SecondaryNav:visited {
font-size: 9pt;
font-weight: bold;
}






.grFormErrorFieldLabel {
font-weight: bold;
color: #c00;
}

.grFormErrorMsg {
font-weight: bold;
color: #c00;
}


.grFormInfoMsg {
font-weight: bold;
color: #c00;
}


.grSearchFormInstructions {
font-size: 8pt;
}



form table td {
vertical-align: top;
padding-top: 5px;
}

form table td table {
width: 100%;
margin: 0;
padding: 0;
}


div.chooseSingle {
float: left;
margin: 0;
padding: 0 .5em; 0 .5em;
}

textarea,
textarea.grInputText {
width: 100%;
padding: 5px;
margin-bottom: 2em;
}
