body {
	font-family: Arial, Helvetica, sans-serif;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
}

a:link{
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #0066CC; 
	text-decoration: none;
}
a:visited{
	color: #555555;
	text-decoration: none;

td {
	font-family: Arial, Helvetica, sans-serif;
}

.border {
	border: 3 px;
	border-color: #000000;
	border-collapse: collapse;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 1em;
}

#center {
	width:776px;
	align:center;
	}
	
.nospace {
	border-spacing: 0px;
	border-collapse: collapse;

	}


.Copyright {
	font-size: 10px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #000000;
width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #425c97;
color: white;
}

.anylinkcss a:visited{ /*hover background color*/
color: white;
}


.LeftAlignText {
	text-align: left;
}
