﻿.mainTxt 
{
    font-size:.9em;
    color:#222;
}
.mainTxt a
{
    color:#000;
	text-decoration:none;
	border-bottom:dotted 1px #1e374c;
}
.mainTxt a:visited
{
    color:#000;
	text-decoration:none;
	border-bottom:dashed 1px #1e374c;
}
.mainTxt a:hover
{
    color:#000;
	text-decoration:none;
	border-bottom:solid 1px #1e374c;
}
.mainTxt a:active
{
    color:#000;
	text-decoration:none;
	border-bottom:solid 1px #1e374c;
}
.mainTxt strong
{
    font-size:1.2em;
    color:#222;
    font-weight:bold;
}
.footerTxt 
{
    font-size:.85em;
    color:#FFF;
}
.footerTxt a:link
{
    color:#FFF;
	text-decoration:none;
	border-bottom:dotted 1px #FFF;
}
.footerTxt a:visited
{
    color:#FFF;
	text-decoration:none;
	border-bottom:dashed 1px #FFF;
}
.footerTxt a:hover
{
    color:#FFF;
	text-decoration:none;
	border-bottom:solid 1px #FFF;
}
.footerTxt a:active
{
    color:#FFF;
	text-decoration:none;
	border-bottom:solid 1px #FFF;
}
