A:visited
{
    TEXT-DECORATION: underline; 
	font-family: "tahoma"; 
	font-size: 12px; 
	color: #2A2879
}
A:active
{
    TEXT-DECORATION: none; 
	font-family: "tahoma"; 
	font-style: normal; 
	font-size: 12px
}
A:hover
{
	TEXT-DECORATION: underline; 
	color: #CF2107; 
	font-family: "tahoma"; 
	font-size: 12px
}

A:link
{
    TEXT-DECORATION: underline; 
	font-family: "tahoma"; 
	font-size: 12px
}

BODY
{
	background-color: #FFFFFF;
	font-family: "tahoma";
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: 000000;

}

td {
	font-family: "tahoma";
	font-size: 12px;
}

tr {
	font-family: "tahoma";
	font-size: 12px;
}

p {
	font-family: "tahoma";
	font-size: 12px;
	color: #000000;
	text-indent: 0px;
}

br {  font-family: "tahoma";
   font-size: 12px; 
   color: #000000

}
.bold {

	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;

}
.boldBlue {

	font-family: Tahoma;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	letter-spacing: 1px;

}
.boldGreen {

	font-family: Tahoma;
	font-size: 12px;
	color: #259513;
	font-weight: bold;
	letter-spacing: 1px;

}
.boldBiggerGreen {

	font-family: Tahoma;
	font-size: 13px;
	color: #259513;
	font-weight: bold;

}
.headerGreen {
	font-family: Tahoma;
	font-size: 15px;
	color: 259513;
	font-weight: bold;
	letter-spacing: 1px;

}
.headerBiggerGreen {
	font-family: Tahoma;
	font-size: 17px;
	color: 259513;
	font-weight: bold;

}
.headerBiggerBlue {
	font-family: Tahoma;
	font-size: 17px;
	color: 0000FF;
	font-weight: bold;

}
