body{
background: #FFFFFF;
border-width: 0;
color: #000000;
font-family:  Georgia, arial, helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
margin: 0;
padding: 0;
}

.menuMain{
color: #000066;
font-size: 14px;
text-decor
ation: none;
}

.menuMain:hover{
color: #000099;
text-decoration: underline overline;
}

.menuMainHighlight{
color: #FF0000;
font-size: 14px;
text-decoration: underline overline;
}

table.menuLeft{
text-align: right;
}

a.menuLeft{
color: #000066;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
a.menuLeft:hover{
color: #000099;
text-decoration: underline overline;
}
a.menuLeftSmall{
color: #000066;
font-size: 10px;
text-decoration: none;
}
a.menuLeftSmall:hover{
color: #000099;
text-decoration: underline overline;
}

a.menuLeftHighlight{
color: #FF0000;
font-size: 12px;
text-decoration: underline overline;
}
a.menuLeftHighlight:hover{
color: #FF0000;
text-decoration: underline overline;
}
a.menuLeftSmallHighlight{
color: #FF0000;
font-size: 10px;
text-decoration: underline overline;
}
a.menuLeftSmallHighlight:hover{
color: #FF0000;
text-decoration: underline overline;
}

td.menuLeftBorder{
background: #000066;
}


.content{
background: #FFFFFF;
}

.content a{
text-decoration: none;
color: #000099;
text-decoration: none;
}

.content a:hover{
text-decoration: underline;
color: #000099;
text-decoration: underline;
}

.contentBorder{
background: #000000;
}

.mainTitle{
color: #000066;
font-size: 24px;
font-weight: bold;
}

.title{
color: #000066;
font-size: 20px;
font-weight: bold;
}

.subTitle{
font-size: 12px;
font-weight: bold;
}

.normal{
font-size: 10px;
}

.small{
font-size: 9px;
}

.Highlight{
color: #000099;
font-size: 12px;
font-weight: bold;
}

.form{
background-color: #FFFFFF;
border: 1px solid #000066;
}

.button{
color: #000066;
background-color: #FFFFFF;
border: 1px solid #000066;
}

.error{
color: red;
}

.footer a{
text-decoration: none;
}

.copyright{
font-size: 9px;
font-weight: bold;
}

.superscript{
font-size: 9px;
vertical-align: super;
}


