body 
{
    /*background-color: #000099;*/
    /*background-color: #006699;*/
    /*background-color: #aaaaaa;*/
    background-color: #aaaaaa;
}

h1
{
  /* color: #336699; */
  color: #54709f;
  font-weight: bold;
  font-family: "Verdana", "Tahoma", "Arial";    
}

h2
{
  /* color: #336699; */
  color: #54709f;
  font-weight: bold;
  font-family: "Verdana", "Tahoma", "Arial";
  font-size: 20px; 
}

h3
{
  /* color: #336699; */
  color: #54709f;
  font-weight: bold;
  font-family: "Verdana", "Tahoma", "Arial";    
}

.heading1 {
  color: #54709f;
  font-size: 10pt;
  font-weight: bold;
  font-family: "Verdana", "Tahoma", "Arial";
}

.heading2 {
  color: #54709f;
  font-size: 8pt;
  font-weight: bold;
  font-family: "Verdana", "Tahoma", "Arial";
}

.navBar {
  font-size: 10pt;
  font-weight: normal;
  font-family: "Verdana", "Tahoma", "Arial";
  background-color: #4477aa;
  /* background-color: #336699; */
}

ul.bookmarklist
{
    list-style: none;
    margin-left: 0px;
    padding: 0;
}

a.bookmarklink
{
    text-decoration: none;
}

.logoText {
  color: #336699;
  font-size: 12pt;
  /* font-style: italic; */
  font-weight: normal;
  font-family: "Arial", "Tahoma", "Verdana";
  /* letter-spacing: -1px; */
  letter-spacing: 0.05cm;
  /* text-decoration: underline; */
}

.titlePageSmall {
  color: #336699;
  font-size: 11pt;
  /* font-style: italic; */
  font-weight: normal;
  font-family: "Arial", "Tahoma", "Verdana";
  /* letter-spacing: -1px; */
  letter-spacing: 0.03cm;
  /* text-decoration: underline; */
}

.titlePageMedium {
  color: #336699;
  font-size: 16pt;
  /* font-style: italic; */
  font-weight: normal;
  font-family: "Arial", "Tahoma", "Verdana";
  /* letter-spacing: -1px; */
  letter-spacing: 0.05cm;
  /* text-decoration: underline; */
}

.titlePageLarge {
  color: #336699;
  font-size: 18pt;
  /* font-style: italic; */
  font-weight: normal;
  font-family: "Arial", "Tahoma", "Verdana";
  /* letter-spacing: -1px; */
  letter-spacing: 0.05cm;
  /* text-decoration: underline; */
}

.standardText {
  color: #505050;
  font-size: 9pt;
  font-weight: normal;
  font-family: "Verdana", "Arial", "Sans";
}

.commentText {
  color: #505050;
  font-size: 7pt;
  font-weight: normal;
  font-family: "Verdana", "Tahoma", "Arial";
  font-style: normal;
}

.announcement {
  color: #0000ff;
  font-size: 7pt;
  font-weight: normal;
  font-family: "Verdana", "Tahoma", "Arial";
  font-style: normal;
}

.footerText {
  color: #cccccc;
  font-size: 8pt;
  font-weight: normal;
  font-family: "Verdana", "Tahoma", "Arial";
  /* text-align: center; */
}

.shadedRow 
{
	background-color: #f0f0f0;
}

.deadLink {
  color: #ffffff;
  font-size: 10pt;
  font-weight: normal;
  font-family: "Verdana", "Tahoma", "Arial";
}

A {
  /* text-decoration:none; */
}

A:LINK {color: #000000;} 
A:VISITED {color: #000000;} 
A:ACTIVE {color: #000000;} 
A:HOVER {color: #478efa; font-weight: normal; text-decoration: underline;}

.footerlinks { 
        color: #ffffff;
}

.watermark { 
        font-family: Verdana, Tahoma, sans-serif; 
        font-size: 18px;
        font-weight: 900;
        /*
        filter: alpha(opacity=60);
        -moz-opacity: .60;
        opacity: .60;
        */
        /*color: #66cc33;*/
        color: #ffffff;
}

.watermark-small { 
        font-family: Verdana, Tahoma, sans-serif; 
        font-size: 11px;
        font-weight: 900;
        /*
        filter: alpha(opacity=60);
        -moz-opacity: .60;
        opacity: .60;
        */
        /*color: #66cc33;*/
        color: #ffffff;
}

.notice 
{
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    padding: 8px;
    /* background-color: #048ABF; */
    background-color: #54709f;
    color: #ffffff;
    line-height: 120%;
}

.notice2 
{
    font-size: 16px;
    border-width: 0px;
    border-color: #000000;
    border-style: solid;
    padding: 8px;
    /* background-color: #048ABF; */
    background-color: #66cc33;
    color: #ffffff;
    line-height: 120%;
}

.highlight 
{
    color: #54709f;
    font-style: italic;
    font-weight: bold;
}

.breakhere
{
    page-break-before: always;
}