@charset "utf-8";
/* CSS Document */

.alphamenu {
	padding: 0 2px;
	margin: 0 0 15px 0;
	list-style:none;
	height:35px;
	background:#fff url(img/alphabutton1.gif);
	position:relative;
	border:1px solid #222;
	border-width:0 1px;
	border-bottom:1px solid #222;
}
.alphamenu li {
	float:left;
	text-decoration:none;
	padding: 0;
}
.alphamenu li i {
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	line-height:35px;
	padding: 0 8px;
	color:#71663E;
	font-style: normal;
}
.alphamenu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#C0AD27;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 4px;
	cursor:pointer;
}
.alphamenu li a b {
	float:left;
	display:block;
	padding:0 6px 0 4px;
}
.alphamenu li.current a {
	color:#F5E947;
	background:url(img/alphabutton3.gif);
}
.alphamenu li.current a b {
	background:url(img/alphabutton3.gif) no-repeat right top;
}
.alphamenu li a:hover {
	color:#F5E947;
	background:#000 url(img/alphabutton2.gif);
}
.alphamenu li a:hover b {
	background:url(img/alphabutton2.gif) no-repeat right top;
}
.alphamenu li.current a:hover {
	color:#F5E947;
	background:#000 url(img/alphabutton3.gif);
	cursor:default;
}
.alphamenu li.current a:hover b {
	background:url(img/alphabutton3.gif) no-repeat right top;
}

dt {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #FCDB58;
}
dd {
	margin: 0 0 20px 50px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #FFF;
}
dd p {
	margin: 0;	
}

.paging {
	text-align: center;
	border-top: 1px solid #444;
	width: 100%;
	margin-top: 20px;
}
.paging td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #FCDB58;
	padding-top: 10px;
	font-weight: bold;
}
.pages td.otherpage {
	height: 16px;
	padding: 0;
}
.pages td.otherpage a {
	display: block;
	width: 20px;
	height: 16px;
	line-height: 16px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	padding: 0;
	background-color: #666;
	color: #EEE;
	text-decoration: none;
}
.pages td.otherpage a:visited {
	background-color: #666;
	color: #EEE;
}
.pages td.otherpage a:hover {
	background-color: #444;
	color: #FF0;
}
.pages td.currentpage {
	padding: 0;
	width: 20px;
	height: 16px;
	line-height: 16px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	background-color: #DDBE0D;
	color: #333;
}

a.deflink {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
}
a.deflink:visited {
	color: #FFFFFF;
}
a.deflink:hover {
	color: #C1D0DD;
	border-bottom: 1px dotted #C1D0DD;
}

