﻿*.Text8px { font-family:Verdana; font-size:8px; }
*.Text9px { font-family:Verdana; font-size:9px; }
*.Text10px { font-family:Verdana; font-size:10px; }
*.Text11px { font-family:Verdana; font-size:11px; }
*.Text12px { font-family:Verdana; font-size:12px; }
*.Text13px { font-family:Verdana; font-size:13px; }
*.Text14px { font-family:Verdana; font-size:14px; }
*.Text15px { font-family:Verdana; font-size:15px; }
*.Text16px { font-family:Verdana; font-size:16px; }
*.Text17px { font-family:Verdana; font-size:17px; }
*.Text18px { font-family:Verdana; font-size:18px; }
*.Text19px { font-family:Verdana; font-size:19px; }
*.Text20px { font-family:Verdana; font-size:20px; }
*.Text22px { font-family:Verdana; font-size:22px; }
*.Text24px { font-family:Verdana; font-size:24px; }
*.Text26px { font-family:Verdana; font-size:26px; }
*.Text28px { font-family:Verdana; font-size:28px; }

*.BoldText { font-weight:bold; }
*.ItalicizedText { font-style:italic; }

*.error
{
	color:#ff4646;
}

a
{
	color:#0054bb;
	text-decoration:none;
}

a:hover
{
	color:#3a85e2;
	text-decoration:underline;
}

*.RedAsterisk { color:#FF0000; }

*.StoreBrown
{
	color:#cc6600;
}

*.StatusRed
{
	color:#ee2020;
}

*.StatusPurple
{
	color:#7c01bc;
}

*.StatusGreen
{
	color:#68a100;
}

*.BenchmarkGreen
{
	color:#507c00;
}

*.BenchmarkRed
{
	color:#ca0808;
}

*.YellowMessageBox
{
	background-color:#fff9d7;
	border:1px solid #e2c822;
}

*.YellowMessageBoxShaded
{
	background-color:#fff9d7;
	border-left:1px solid #e2c822;
	border-top:1px solid #e2c822;
	border-right:2px solid #c0a80e;
	border-bottom:2px solid #c0a80e;
}

*.RedMessageBox
{
	background-color:#ffdede;
	border:1px solid #fc8080;
}