.tableGreyBorder
{
	BORDER: 1px solid #f1f1f1;
}
.tableYellowBorder
{
	BORDER: 1px solid #FCCC22;
}
.trGreyBg
{
	BACKGROUND: #F1f1f1;
}
.trDarkGreyBg
{
	BACKGROUND: #999999;
}
.trDarkYellowBg
{
	BACKGROUND: #FCCC22;
}
.trLightYellowBg
{
	BACKGROUND: #FEECB4;
}
.textbox
{
	BORDER: 1px solid #F1f1f1;
	BACKGROUND: #F1f1f1;
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	
}
.button
{
	BACKGROUND:none;
	BORDER: 1px solid #333333;
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	
	FONT-WEIGHT: bold;
}
.text
{
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	
}
.textbold
{
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
}
.textError
{
	COLOR: #FF0000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	
}
A.menuItem
{
	COLOR: #815827;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;	
	LETTER-SPACING: -0.2pt
}
A.menuActiveItem
{
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	LETTER-SPACING: -0.2pt
}
A:hover
{
	COLOR: #FCCC22;
}
A
{
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;	
	
	TEXT-DECORATION:none;
}


