.bodytext {
font-family: arial;
font-size: 10pt;
}

.indented {
font-family: arial;
font-size: 10pt;
margin-left: 20px;
margin-right: 10px;
}

.calloutText {
font-family: arial;
font-size: 9pt;
}

.errorText {
font-family: arial;
font-size: 10pt;
font-weight: bold;
color: #990000;
}

.requiredText {
font-family: arial;
font-size: 10pt;
color: #990000;
}

.titleText {
font-family: arial;
font-size: 10pt;
font-weight: bold;
}

.subtitleText {
font-family: arial;
font-size: 11pt;
font-weight: bold;
color: #003300;
}

.newsTitle, .eventTitle {
font-family: arial;
font-size: 12pt;
font-weight: bold;
}

.newsDate, .eventDate {
font-family: arial;
font-size: 12pt;
color: #000066;
text-align: right;
font-weight: bold;
}

.forminputs {
font-family: arial;
font-size:9pt;
}

.submitButton {
background-color: #F0F0F0;
color: #000000;
padding: 1px 6px 1px 6px;
cursor: pointer;
font-family: arial;
font-weight: bold;
font-size: 16px;
border: 1px solid #CCCCCC;
}

.submitButtonMini {
background-color: #F0F0F0;
color: #000000;
padding: 1px 6px 1px 6px;
cursor: pointer;
font-family: arial;
font-weight: bold;
font-size: 10px;
border: 1px solid #CCCCCC;
}

.selectTemp
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-bottom-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    color: rgb(102, 102, 102);
}    
