/* CSS Document */

/*.styleIndexNav {
	font-family: "Arial Narrow", Arial, "ConduitITC TT-Light";
	font-size: 11px;
	letter-spacing: -0.5pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
}*/

body {
	margin-left: 0px;
	background-color: #d2c7a0;
	margin-top: 25px;
	text-align:center;
}
table.center {
	margin-left:auto; margin-right:auto;
}

#indexnav {
	font-family: "Arial Narrow", Arial, "ConduitITC TT-Light";
	font-size: 11px;
	letter-spacing: 0pt;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#indexnav ul {
	list-style: none;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 0;
	padding-left: 0;
}
#indexnav li {
	display: inline;
}
#indexnav li a:link, #indexnav li a:visited {
	padding: 0px 0px 0px 2px;
	color: #333333;
	text-decoration: none;
}
#indexnav li a:hover {
	color: #000000;
	text-decoration: none;
}
#rule {
	color: #333333;
}
#enter {
	font-family: "Arial Narrow", Arial, "ConduitITC TT-Light";
	font-size: 11px;
	letter-spacing: 0pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

