body {
margin : 0;
background-color : white;
}
h1 {
font-size: 13pt;
font-weight : bold;
}
h2 {
font-size: 11pt;
font-weight : bold;
}
h3 {
font-size: 9pt;
font-weight : bold;
}
h4 {
font-size: 8pt;
font-weight : bold;
}
font.small {
font-family: "arial","helvetica","sans-serif";
font-size: 8pt;
font-weight : normal;
}
font.medium {
font-family: "arial","helvetica","sans-serif";
font-size: 9pt;
font-weight : normal;
}
font.large {
font-family: "arial","helvetica","sans-serif";
font-size: 11pt;
font-weight : normal;
}
font.smallTitle {
font-family: "arial","helvetica","sans-serif";
font-size: 8pt;
font-weight : bold;
}
font.mediumTitle {
font-family: "arial","helvetica","sans-serif";
font-size: 9pt;
font-weight : bold;
}
font.largeTitle {
font-family: "arial","helvetica","sans-serif";
font-size: 11pt;
font-weight : bold;
}
font.title {
font-family: "arial","helvetica","sans-serif";
font-size: 13pt;
font-weight : bold;
}
font.topMenu {
font-family: "arial","helvetica","sans-serif";
font-size: 10pt; 
font-weight : bold;
}
font.sideMenu {
font-family: "arial","helvetica","sans-serif";
font-size: 10pt; 
font-weight : bold;
}
font.sideSubMenu {
font-family: "arial","helvetica","sans-serif";
font-size: 8pt;
font-weight : normal;
}
a:visited.topMenu {
text-decoration: none;
}
a:link.topMenu {
text-decoration: none;
}
a:active.topMenu {
text-decoration: underline;
color: yellow;
}
a:hover.topMenu {
text-decoration: underline;
color: yellow;
}
a:visited.content {
font-weight : bold;
font-style : oblique;
text-decoration: none;
}
a:link.content {
font-weight : bold;
font-style : oblique;
text-decoration: none;
}
a:active.content {
font-weight : bold;
font-style : oblique;
text-decoration: underline;
}
a:hover.content {
font-weight : bold;
font-style : oblique;
text-decoration: underline;
}
a.sideMenu {
text-decoration: none;
}
a.sideSubMenu {
text-decoration: none;
} 
td.sideMenuOff{
background-color : #003399;
}
td.sideMenuOn {
cursor : pointer;
cursor : hand;
background-color : #3333CC;
}
td.sideMenuSelected {
cursor : default;
background-color : #666666;
}
td.sideSubMenuOff {
background-color : #000066;
}
td.sideSubMenuOn {
cursor : pointer;
cursor : hand;
background-color : #3333CC;
}
td.sideSubMenuSelected {
cursor : default;
background-color : #666666;
}
pre {
font-family: "courier","courier new";
font-size: 9pt;
font-weight : normal;
}

