BODY
{
    MARGIN-TOP: 0px;
	margin-left: 0px;
	margin-right: 0px;
    FONT-SIZE: 10pt;
	background-image: url(images/bg1.gif);
	background-repeat: repeat;
	background-color:#FFFFFF;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica
}
.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica
}
.blueTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    COLOR: #000099;
    FONT-FAMILY: Arial, Helvetica
}
.subTitle
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Arial, Helvetica
}
.blueSubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000099;
    FONT-FAMILY: Arial, Helvetica
}
.greySubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #666666;
    FONT-FAMILY: Arial, Helvetica
}
.note
{
    FONT-SIZE: 10pt;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial, Helvetica
}
.faded
{
    COLOR: #808080;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.indented
{
    MARGIN-LEFT: 2em
}
LI
{
    MARGIN-BOTTOM: 1em;
    MARGIN-LEFT: 1em
}
.redText
{
    FONT-WEIGHT: bolder;
    /*FONT-SIZE: x-small;*/
    COLOR: #ff0000;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.hiddenLink
{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu {
vertical-align: top;
width: 132px;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu li {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin: 2px 0 0;
text-align:center
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 0px;
/*background: #e0e6fc;/*#dcdcdc;*/
background-image: url(images/button_bg_faded.gif);
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #660000;
font-weight: bold;
}

#list-menu a:hover {
border: 0px;
/*background: #660000;*/
background-image: url(images/button_bg_hover.gif);
color: #ffffff;
}

#list-menu-small {
vertical-align: top;
width: 60px;
}

#list-menu-small ul {
margin: 0; 
padding: 0;
list-style-type: none;
} 

#list-menu-small li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin: 2px 0 0;
text-align:center
} 

#list-menu-small a {
display: block;
width:50px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #e0e6fc;/*#dcdcdc;*/
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu-small a:link, #list-menu-small a:active, #list-menu-small a:visited {
color: #000000;
}

#list-menu-small a:hover {
border: 1px solid #000000;
background: #64abdd;
color: #ffffff;
}

.navigationLinks
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica
}

.highlighted {
	background-color:#FFFF00;
}