.BodyBG {
   	background-image: url(../Images/grid_background_grey.gif); 
	margin : 0 0 0 0;
}

.StandardBackGround {
	background-color : #FFFFFF; 

}

.DarkBackGround {
	background-color : #AAAAAA;
}

.OrangeBackGround {
        background-color : #339999;
}

.WhiteBackGround {
        background-color : #FFFFFF;
}

.ColumnHeading {
	font-weight : Bold;
	color : White;
        background-color : #339999; 
}

.HelpFileText {
        font-family : arial;
        color : black;
        font-size : 10pt;
}

.LTCTagFileText {
        font-family : AR Sans Serif;
        color : black;
        font-size : 8pt;
}

.SmallText {
	font-size : 8pt;
	font-family : Arial, Helvetica;
	font-style : normal;
	color : #003063;
}

.StandardButton {
    color: #000000;
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	height : 23;
	background-color : #CCCCCC;

}

.ApplicationTitle  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	text-align: center;
	color : #FFFFFF;
	padding-bottom : none;
	padding-top : none;
        background-color : #339999;

}

.ProblemMessageText  {
	font-size : 15pt;
	font-family : Arial;
	font-weight : Normal;
	text-align: center;
	vertical-align: middle;
	color : #003063;
	padding-bottom : none;
	padding-top : none;
}

.ErrorText {
	font-size : 12pt;
	font-family : Arial;
	font-weight : normal;
	color : #FF0000;
}

.DisplayText{
	font-size : 11pt;
	font-family : Arial;
	font-weight : normal;
	color : #003063;
}

.DataText {
	text-align : left;
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : #003063;
}	

A  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : darkblue;
	text-decoration : none;
	font-style : normal;
}

A:Visited  {
	text-decoration : none;
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : darkblue;
	font-style : normal;
}

A:Active  {
	text-decoration : underline;
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : #0080FF;
	font-style : normal;
}

A:Hover  {
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	color : red;
	text-decoration : underline;
	font-style : normal;
}