﻿a:link
{
	text-decoration:none;
	color:Blue;
}
a:hover
{
	text-decoration:none;
	color:Blue;
}
a:visited
{
	text-decoration:none;
	color:Blue;
}
.TextFooter
{
	font-size: 10px;
	color: #666666;
	font-family:Century Gothic;
}
.TextBlue
{
	font-size: 11px;
	color: Blue;
	font-family:Verdana;
}
.Text 
{
	font-size: 11px;
	color: Black;
	font-family:Verdana;
}
.TextError
{
    font-size:11px;
    color:Red;
	font-family:Verdana;
}
.TextGood
{
    font-size:11px;
    color:Green;
	font-family:Verdana;
}
.Button
{
	font-family:Verdana;
	font-size:11px;
	background-color:#dcdcdc;
}
.Test
{
}

