body{margin: 0;}
td {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	color: #000000;
}

a:link
{
    font-size: 12px;
    color: #0000FF;
    text-decoration: none
}
a:visited {
    font-size: 12px;
    color: #0000FF;
    text-decoration: none
}
a:hover {
    font-size: 12px;
    color: #FF6600;
    text-decoration: underline
}

/* LINKS IN THE TOP */
.toplink
{
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none
}
.toplink:link
{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    text-decoration: none
}
.toplink:visited {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
.toplink:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

/* LINKS IN THE FOOT */
.footlink
{
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none
}
.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
}

/* LINKS IN THE UNDERLINE */
.underlinelink
{
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-decoration: none
}
.underlinelink:link
{
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-decoration: underline
}
.underlinelink:visited {
    font-size: 12px;
    color: #000000;
    text-decoration: underline
}
.underlinelink:hover {
    font-size: 12px;
    color: #000000;
    text-decoration: underline
}

.title
{
	font-size: 16px;
	color: #006699;
	font-weight: bold;

}
.title:link
{
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
.title:visited {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
.title:hover {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.title2
{
	font-size: 16px;
}
.title2:link
{
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
}
.title2:visited {
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
}
.title2:hover {
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
}
.table{
padding-top: 10px;
padding-left: 20px;
padding-right: 10px;
padding-bottom: 10px;
}
.tabletd{
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.tdlr{
BORDER-LEFT: 1px #E3E3E3 solid;
BORDER-RIGHT: 1px #E3E3E3 solid;
}
