.page-default {
    color: black;
    background: #CCCCCC; 
    background-image: url(images/backgroundfade.jpg);
    background-repeat: repeat-x;
    }
.table-default {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    }
.table-image-caption {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 8pt;
    color: gray;
    border-bottom: 1px dotted gray;
    }
.table-title-underline {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
    }
.table-sidebar-underline {
    border-bottom: 1px dotted gray;
    }
.table-maintext {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 18pt;
    color: black;
    }

.title-1 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: #BBBBBB;
	}
.title-2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
	}
.small {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7pt;
	}
.spaced {
    line-height: 16pt;
    font-size: 9pt;
    }

a:link {
    text-decoration: none;
    }
a:visited {
    text-decoration: none;
    }
a:active {
    text-decoration: none;
    }
a:hover {
    color: red;
    }