

A 			{color:#E7F2F9	; font-weight: bold ; FONT-SIZE: 15px; text-decoration: none}
A:visited 	{color:#E7F2F9  ; font-weight: bold; FONT-SIZE:	15px; text-decoration: none  }
A:active 	{color:#41638C	; font-weight: bold; FONT-SIZE: 15px; text-decoration: none}
A:hover 	{color:#FFFF00	; background-color:;  font-weight: bold; FONT-SIZE: 15px; text-decoration: none; 

}

.Button {
	border-style: solid;
	border-color: #78889F;
	border-width:thin;
	background-color: #1B3558;
	color: #E7F2F9;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size:	14px;
	width:80px; height:25
}

.OperationButton {
	
	border-style: none;
	border-width:thin;
	border-color: #78889F;
	background-color: #E7F2F9;
	color: #1B3558;
	font-weight:normal ;
	width:30px;
	height:27px;
}

.EntryTable {
	background-color	: #6CAFDA;
	font-size: 20px;
	line-height: normal;
	font-weight: bolder;
	color: #1B3558;
	border: thin dotted #ffffff;
}
.OddRow {
	background-color	: #1B3558;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #E7F2F9;
}


.EvenRow {
	background-color	: #41638C;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #E7F2F9;
}

.SelectedRow {
	background-color	:#78889F ;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: ;
}


.ButtonsRow{
	background-color	: #6CAFDA;
	border-top:thick;
	height: 10px; 
	vertical-align:bottom
}

