td {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	color: #000000;
}
body 
{
    background-color: #ffffff; 
}
a:link
{
    font-size: 12px;
    color: #000000;
    text-decoration: none
}
a:visited {
    font-size: 12px;
    color: #000000;
    text-decoration: none
}
a:hover {
    font-size: 12px;
    color: #CC0000;
    text-decoration: underline
}

.toplink:link
{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none
}
.toplink:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.toplink:hover {
	font-size: 12px;
	color: #FFCC99;
	text-decoration: none;
	font-weight: bold;

}

.footlink:link
{
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none
}
.footlink:visited {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none
}
.footlink:hover {
    font-size: 12px;
    color: #EEEEEE;
    text-decoration: none
}


.white {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
}
.whitelink:link
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none
}
.whitelink:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	font-size: 12px;
	color: #FFCC99;
	text-decoration: none;
}
.twhite {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.txt {
	font-size: 13px;
}
.tlink:link
{
    font-weight: normal;
    font-size: 14px;
    color: #0033CC;
    text-decoration: none
}
.tlink:visited {
    font-size: 14px;
    color: #0033CC;
    text-decoration: none
}
.tlink:hover {
    font-size: 14px;
    color: #FF0000;
    text-decoration: underline
}