﻿.textbox {
	color: #000000;
    text-align:center;
    vertical-align:middle;
	text-decoration: none;
}.textgraybold {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.textgray {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.textblue {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.textgreen {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 11px;
	color: #CBDB2A;
	text-decoration: none;
}
.textred {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 11px;
	color: #FB0461;
	text-decoration: none;
}
.textwhite {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
