
.defaultText
{
	font-family: Arial;
	font-size: 12px;
	color: black;		
}

.largeText
{
	font-family: Arial;
	font-size: 16px;
	color: #405093;		
}

.mediumText
{
	font-family: Arial;
	font-size: 11px;
	color: black;		
}

.mediumItalicText
{
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	font-style: italic;
}

.txtblack 
{
	font-size: 12px; 
	color: #555555; 
	font-family: Arial;
}

.txtTitleBold
{
	font-size: 14px; 
	color: #555555; 
	font-family: Arial;
	font-weight: bold;
}

.txtblackbold 
{
	font-size: 12px; 
	color: #555555; 
	font-family: Arial;
	font-weight: bold;
}

.txtwhiteAlt 
{
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial;
	text-decoration: none;
}

.txtError
{
	font-size: 12px; 
	color: #ff0000; 
	font-family: Arial;
}