body 
{
background-color:   #FFFFFF;
margin-top:         0px;
margin-bottom:      0px;
margin-left:        0px;
margin-right:       0px
}

.text              {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}
.textbold          {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
}

.textblack         {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 10px;
}
.textblackbold     {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00C;
	font-size: medium;
}
.textwhite         {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF}
.textwhitebold     {font-family: Arial, Helvetica, sans-serif; font-weight: bold  ; color: #FFFFFF}

.textcol           {font-family: Arial, Helvetica, sans-serif; color: #2C757C}
.textcolbold       {font-family: Arial, Helvetica, sans-serif; font-weight: bold  ; color: #2C757C}

