/* CSS Document */
.TEXTY {
	font-size: 11px;
	font-family:Tahoma;
}
.TEXTY2 {
	font-size: 8px;
	font-family:Tahoma;
}
.buttony {
	font-size: 11px;
	border: 1px solid #333333;
	color: #000000;
	background-color: #C5D6FE;
	height: 20px;
	width: 35px;
}
.bordery {
	border: 1px solid #D4D4D4;
}
.buttony2 {
	font-size: 11px;
	border: 1px solid #333333;
	color: #000000;
	background-color: #DFE8FF;
	height: 20px;
}
.buttony3 {
	font-size: 11px;
	border: 1px solid #333333;
	color: #000000;
	background-color: #DFE8FF;
	height: 20px;
	font-weight: bold;
}
A.menulink {
display: block;
width: 110px;
text-align: center;
text-decoration: none;
color: black;
BORDER: solid;
border: solid 1px #333333; 
background-color:#C5D6FE;
font-size: 10px;
}

A.menulink:hover {
color: black;
text-decoration: none;
border: solid 1px #333333;
background-color:#E1EAFF;
font-size: 10px;
}
.menulink2{
	font-size:11px;
	font-face:Verdana;
	font-weight:bold;
	color:#000000;
}
a.menulink2:hover{
	color:#0000ff;
}	

