A:link {
	color: #f0a000;
	text-decoration: none;
}

A:visited {
	color: #f0a000;
	text-decoration: none;
}

A:hover {
	color: red;
	text-decoration: underline;
}

body { 
	background: white;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.vc {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

.container {
	position: absolute;
	left: 50%; 
	background-image: url('logo.gif');
	background-repeat: no-repeat;
	width: 580px;
	height: 200px;
	margin-left: -290px;
	margin-top: -100px;
	text-align: left;
}

.menu {
	text-align: left;
	position: relative;
	top: 42px;
	left: 2px;
	width: 500px;
	height: 100px;
	padding: 0px;
	font-size: 11pt;
	line-height: 20pt;
	font-family: 'verdana', sans-serif; 
	color: black;
}
