/* CSS Document */
a:link {color:#0d5601;}
a:visited {color:#0d5601;}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}
li.links {
	list-style: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
li.sublinks {
	list-style: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	margin-left: 60px;
	margin-top: 5px;
}
li.links a {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding-left: 12px;
}
li.sublinks a {
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
li.links a:hover {
	background-image: url(../images/layout/buttonClub.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.firstLetter {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
.Fright {
	float: right;
	margin-right: 40px;
	margin-top: -20px;
	z-index: 5;
}
.Fleft {
	float: left;
	margin: 10px;
	border: 2px solid black;
}
a.textLinks {
	display: inline;
	text-decoration: none;
	width: 50px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 12px;
}
a:hover.textLinks {
	background-image: url(../images/layout/buttonClub.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
