body
{
	color: Black; 
	background-color: White; 
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.grayTextBtn
{
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
	color: #49556D;
	background-color: #DADADA;
	border-width: 1px;
	border-style: Outset;
	cursor: hand;
	
}

.blackTextBtn
{
	font-family: Arial; 
	font-size: 12px;
	color: Black;
	background-color: #ADE14A; 
	border-width: 1px;
	border-style: Outset;
	cursor: hand;
}

.smallInput
{
	border-width: 1px;
	border-style: Inset;
	font-family: Arial;
	font-size: 12px;
	height: 19px;
	width: 78px;
}

.redTitle
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	color: #AC1202;
}

.blueTitle
{
	font-family: Arial; 
	font-size: 13px;
	font-weight: bold;
	color: #0065AE;
}

.hugeRedTitle
{
	font-family: Arial; 
	font-size: 18px;
	font-weight: normal;
	color: #AC1202;
}

.hugeBlueTitle
{
	font-family: Arial; 
	font-size: 14px;
	font-weight: normal;
	color: #0065AE;
}

.mainTxt
{
	font-family: Arial; 
	font-size: 12px;
	color: Black;
}

.mainSmallTxt
{
	font-family: Arial; 
	font-size: 11px;
	color: Black;
}

.mainBlueTxt
{
	font-family: Arial; 
	font-size: 13px;
	color: #204561;
}

.mainSmallBlueText
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: #0065AE;
}

.menuWhiteTxt
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 13px;
	color: White;
}

.menuLightTxt
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
	color: #B9E5DF;
}

.menuDarkTxt
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
	color: #414953;
}

.menuDarkSmallTxt
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
	color: #414953;
}

.menuSmallTxt
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
	color: Black;
}

.borderedText
{
	border-top: solid 1px  #A2A6AE;
	border-left: solid 1px  #A2A6AE;
	border-right: solid 1px  #A2A6AE;
	border-bottom: solid 1px  #A2A6AE;
	font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
	color: Black;
}

.sbmText
{
	font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
	color: #49556D;
}

.service
{
	behavior: url(../WebServices/Forex.webservice.htc);
}