@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";

.lGreyBold
{
	color: #888888;
	font-weight: bold;
}

.orangeBold
{
	color: #f7a136;
	font-weight: bold;
}

.dGreyBold
{
	color: #555555;
	font-weight: bold;
}

.whiteBold
{
	color: #ffffff;
	font-weight: bold;
}

.blackBold
{
	color: #000000;
	font-weight: bold;
}

.lGreySmall
{
	color: #888888;
	font-size: 10px;
}		

.blackSmall
{
	color: #000000;
	font-size: 10px;
}		

.lGreyNormal
{
	color: #888888;
}		

.dGreyNormal
{
	color: #444444;
}

.redBold
{
	color: #ff3333;
	font-weight: normal;
}

.blackNormal
{
	color: #000000;
}

.whiteBoldBig
{
	color: #ffffff;
	font-size: 14;
	font-weight: bold;
}

.blackBoldBig
{
	color: #000000;
	font-size: 14;
	font-weight: bold;
}

s|WindowedApplication
{
	font-size: 12px;
	font-family: "Arial";  
    color: #444444;
}

s|Window
{
	font-size: 12px;
	font-family: "Arial";  
    color: #444444;
}


/*@font-face {
    src:local("Helvetica");
    fontFamily: myFont;
}

@font-face {
    src:local("Helvetica");
    fontWeight: bold;
    fontFamily: myFont;
}

@font-face {
    src:local("Helvetica");
    font-style: italic;
    fontFamily: myFont;
}

@font-face {
    src:local("Helvetica");
    fontWeight: bold;
    font-style: italic;
    fontFamily: myFont;
}*/
