.Error{
  color : Red;
  font : bold;
  font-family : Verdana;
  line-height : 3px;
  font : 12px;
}

.StandardText{
  font : 12px Verdana;
}

.StandardLabel{
  font : bold 12px Verdana;
}

.SmallText{
  font-family : Verdana;
  line-height : 3px;
  font : 10px;
}

.TextBox{
	height : 19px;
	width:100px;
	font: 9px;
	font-family : Verdana;
}

.OddRowColor{
  font-family : Verdana;
  line-height : 3px;
  font : 12px;
  background: #F0F0F0;

}

.EvenRowColor{
  font-family : Verdana;
  line-height : 3px;
  font : 12px;
  background: white
}

.OddRowColorSmall{
  font-family : Verdana;
  line-height : 3px;
  font : 10px Verdana;
  background: #F0F0F0;
}

.EvenRowColorSmall{
  font-family : Verdana;
  line-height : 3px;
  font : 10px Verdana;
  background: white
}

.SubOddRowColorSmall{
  font-family : Verdana;
  line-height : 3px;
  font : 10px Verdana;
  background: #FFFFCC;
}

.SubEvenRowColorSmall{
  font-family : Verdana;
  line-height : 3px;
  font : 10px Verdana;
  background: white
}

.TopicHeader{
  background-color : #CCCCCC;
  color : #003399;
  font-weight : 900;
  line-height : 8px;
  font: bold 12px Verdana;
}

.SubTopicHeader{
  background-color : #F0F0F0;
  color : #003399;
  font-weight : 900;
  line-height : 8px;
  font: bold 12px Verdana;
}

.PageHeader{
  font-family : Verdana;
  line-height : 3px;
  font : bold 12px;
  color: navy;
  background: #CCCCCC
}

.TableHeader{
  line-height : 3px;
  font : bold 12px;
  font-family : Verdana;
  color: #003399;
}

.SmallLine{
  line-height : 3px;
  font : 10px Verdana;
}

.LoginApplicationHeader {
	font : bold 16px Verdana;
}

.LoginInputDescriptionFormat{
	font : bold 12px Verdana;
}

.noUnderscore {
	text-decoration:none;
}

.PopupMenuTitle{background-color : #CCCCCC;	color : #003399; font : bold;}
.PopupMenuBody{	background-color : White;	border-color : #0F0F0F;	line-height : 3px;	font : 12px;}
.PopupMenuText{	color : Black;	text-decoration : none;}

.popupLink { COLOR: red; outline: none }
.popup { POSITION: absolute; VISIBILITY: hidden; LAYER-BACKGROUND-COLOR: yellow;  z-index: 10 }


