/* CSS */

body {
background: #cbcbcb;
}

a {
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: none;
font-weight: normal;
}

#navigation a:hover {
background: #0064C8;
color: #ffffff;
}

H1 {font-family: Verdana,Arial,Helvetica; font-size: 23pt; color: #330066; margin-bottom: 26; margin-top: 0;}
H2 {font-family: Verdana,Arial,Helvetica; font-size: 12pt; color: #330066; margin-bottom: 19; margin-top: 0;}
H3 {font-family: Verdana,Arial,Helvetica; font-size: 10pt; color: #000000; margin-bottom: 13; margin-top: 0;}

#cellbordermenu {border-left: 1px solid #346FAB; border-top: 10px solid #346FAB; padding-left: 10px; padding-right: 0px;}
#cellborderbottom {border-top: 1px solid #346FAB; border-right: 0px solid #346FAB; padding-right: 5px; padding-right: 0px;}