.Navbar 		{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11px; text-decoration: none ; color: 444444 ; font-weight: bold  }
a.Navbar:link	{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11px; text-decoration: none ; color: 444444 ; font-weight: bold  }
a.Navbar:hover  	{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11px; text-decoration: none ; color: 0078F0 ; font-weight: bold  }

.ContentSmall 	{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 10px}
.Content	 	{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11px}
.InputBox		{
	background-color: #FFFFFF;
	width: auto;
	border: 1px solid #999999;
}
.RowStyle {
	background-color: #F2F2F2;
	border: none;
}
.ButtonStyle {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	cursor: hand;
}
.ErrorStyle {
	background-color: #F2F2F2;
	border: none;
    color: #C00000;
    font-weight: bold;
}    
