.textDefault{
	font-size:small;
}
.textDefaultBold{
	font-size:small;
	font-weight: bold;
}
.textDefault2{
	font-size:small; 
	color:#2755CF;
}
.textDefault2Bold{
	font-size:small;
	color:#2755CF;
	font-weight: bold;
}
.textSmall{
	font-size:x-small;
}
.textSmallBold{
	font-size:x-small;
	font-weight: bold;
}
.textSmallColor2{
	font-size:x-small;
	color:#2755CF;
}
.textSmallColor3{
	font-size:x-small;
	color: #626262;
}
.TextHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
	color:#2755CF;
	font-weight: bold;
}
.TextTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.textDebug{
	font-size:x-small; 
	color:#C8463C;
}
.TextErrorDefault {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	color: #C8463C;
}
.TextErrorTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.textPageTitle{
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #2D58B3;
	line-height:28px;
	letter-spacing:0.2em;
	font-variant: small-caps;
	font-weight: bold;
	}
.buttonRefresh{
	font-size:84%;
	border:1px solid;
	background-color:#fed;
	width: auto;
	height: auto;
}
.buttonDefaultAlt{
	font-size:84%;
	border:1px solid;
	background-color:#316AC5;
	width: auto;
	height: auto;
	color: #FFFFFF;
}
.backgroundHighlight{
	background-color:#EAEAEA;
}
.backgroundHighlight2{
	background-color:#FFFFE1;
}
.backgroundHighlight3{
	background-color:#666666;
}
