body {
	font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
.menu  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #0000FF;
	font-weight: bold;
	background-color: transparent;
	width : 125px;
	height : 15px;
	border-bottom : 1px solid #0033CC;
	line-height : 15px;
	text-align: center;
	padding: 0px;
	clear: none;
	margin: 0px;
	display: table;


}
	.menu:visited  {
		color : #003366;
		background-color: #CCCCCC;
		text-decoration: none;
		}
	.menu:hover  {
		color : #003366;
		background-color: #9999FF;
		text-decoration: none;
		}

.entry {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F1F2FE;
	border-bottom-color: #F1F2FE;
	height: auto;
	width: 100%;


}
input {
   color:#000000;
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none;
   background:#FFFFFF;
   border:solid #999999;
   border-width: 1px;
}.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10px;

}
img {
	filter: DropShadow(Color=black, OffX=3, OffY=3, Positive=5);
}
