body {
    margin: 0px;
    padding: 0px;
    background-color: #666666;
    font-family: Arial, sans-serif; 
    font-size: 12px;
    color: #000000
}

td {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    color: #000000
}


a:link, a:visited, a:active {  
    text-decoration: underline; 
    color: #000099;
}
a:hover {  
    color: #cc0000; 
    text-decoration: underline;
}

p {
    margin : 5 10 5 10;
}

.bodyTable {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0;
}

.maintable {
    width: 780px;
}

.rightlist {
    text-align: right;
    color: #ffffff;
    font-size: 11px;
}

.rightlist a, .rightlist a:link, .rightlist a:visited {
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.rightlist a:hover {
    text-align: right;
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
}

.maintitle, .title1 {
    font-size: 18px;
    color: #000099;
    font-weight: bold;
}

.title2 {
    font-size: 16px;
    color: #000033;
    font-weight: bold;
}

.title3 {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.newstitle
{
    font-size: 14px;
    color: #990000; 
    font-weight: bold;
}

.note
{
    font-size: 11px;
}

.fulljustify
{
    text-align: justify;
}

.alignright {
        float:right;
        text-align:right;
        margin-left:10px;
	 border: 0px;
}
.linktable {
	width: 98%;
}
.linktable td {
	padding: 10px;
}
.notable {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #990000;
}
