BODY {
	font-family: tahoma;
	font-size: 10pt;
	color: #004388;
}

.listclass {
	list-style-type: none;
	color: #004388;
}

li {
	border: 1px solid #FFFFFF;
	line-height: 150%;
	width: 120px;
	color: #004388;
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 6px;
	margin-left: 12px;
	font-variant: small-caps;
}
#menu {
	text-align: center;
	padding: 8px;
	font-variant: small-caps;
	width: 140px; 
}
#menu a:link {
	color: #004388;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#menu a:visited {
	color: #004388;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
	color: #004388;
	text-decoration: none;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.border {
	border: 1px solid #FFFFFF;
}

#tl {
	position:relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:relative;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
a:link {
	color: #6699CC;
	text-decoration: underline;
}
a:visited {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #6699CC;
}
a:active {
	color: #FFFFFF;
	background-color: #6699CC;
	text-decoration: underline;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.spaceout {
	line-height: 200%;
}
.button {
	background-color: #FFFFFF;
	color: #004388;
	border-top: 2px solid #004388;
	border-right: 2px solid #004388;
	border-bottom: 2px solid #004388;
	border-left: 2px solid #004388;
	font-family: Tahoma;
}
