/* lighter blue #3399ff 
light blue #66CCFF
darker blue #FF0000 or #0033ff
dark, dark blue #0066cc
orange #FF0000
dark grey #999999
*/
<STYLE TYPE="text/css">

a:link { 
    font-family:tahoma;
    font-size:11px;
    color: #000000;
	}
	
a:visited { 
    font-family:tahoma;
    font-size:11px;
    color: #66CCFF;
	}
a:hover { 
    font-family:tahoma;
    font-size:11px;
    color: #000000;
	}
a:active {
    font-family:tahoma;
    font-size:11px;
    color: FF0000;
	}


.top a:link { 
    font-family:tahoma;
    font-size:11px;
    color: #0033FF;
	}
.top a:visited { 
    font-family:tahoma;
    font-size:11px;
    color: #66CCFF;
	}
.top a:hover { 
    font-family:tahoma;
    font-size:11px;
    color: #000000;
	}
.top a:active {
    font-family:tahoma;
    font-size:11px;
    color: #0033FF;
	}


.navigation a:link {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    text-decoration: none;
    font-weight: bold

	}
.navigation a:visited {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    text-decoration: none;
    font-weight: bold
	}
.navigation a:hover {
    font-family:tahoma;
    color: #000000;
    font-size:11px;
    font-weight: bold
	}
.navigation a:active {
    font-family:tahoma;
    color: #FFFFFF;
    font-size:11px;
    font-weight: bold
	}


.main {
    font-family:tahoma;
    font-size:11px;
    color:#474e52;
        }
.main a:active {
    font-family:tahoma;
    color: #ffffff;
    font-size:11px;
    font-weight: bold
	}



.white {
    font-family:tahoma;
    font-size:11px;
    color:#FFFFFF;
        }

.green {
    font-family:tahoma;
    font-size:11px;
    color:#FF0000;
        }

.headings {
    font-family:tahoma;
    font-size:11px;
    color:#FFFFFF;
    font-weight: bold
        }

.logo1 {
	font-family:arial;
	font-size:18px;
	color:#0033FF;

        }

.logo2 {
    font-family:arial;
    font-size:21px;
    color:#999999;
        }

div.main {
    padding : 0px 25px 0px 15px;
        }

div.main2 {
    padding : 0px 25px 0px 25px;
        }




</STYLE>

