/* CSS Document */

a {
	text-decoration:none;
	color:#0066CC;
} 
a:hover {
	text-decoration:underline;
	color:#0066CC;
}
a:visited {
	color:#0066CC;
}
a:active {
	color:#0066CC;	
}

#breadcrumb {
	height:20px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
}
#menutable {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cccccc;
}

#menutable th {
	font-weight:normal;
	background-color:#f2f2f2;
	padding:5px;
	border-bottom:1px solid #cccccc;
}
#menutable .leftcolhead {
	color:#666666;
	font-size:14px;
	text-align:left;
}
#menutable .leftcolhead h1 {
	color:#666666;
	font-size:14px;
	display:inline;
	font-weight:bold;
}
#menutable .rightcolhead {
	color:#333333;
	font-size:12px;
	text-align:right;
}
#menutable .oddrow {
	background-color:#ffffff;
}
#menutable .evenrow {
	background-color:#f2f2f2;
}

#menutable .left {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:15px;
}
#menutable .right {
	border-bottom:1px solid #cccccc;
	padding:15px;
}
#menutable .imgleft {
	height:80px;
	width:100px;
	margin-right:10px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
#menutable .boxtitle {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
}
#menutable .boxtitle a {
	color:#000000;
	text-decoration:none;
}
#menutable .bpslogan {
	font-size:10px;
	color:#333333;
	padding:4px;
}
#menutable .bpimg {
	border:0;
	width:85px;
	height:auto;
}
#menutable .bpstatelink {
	clear:both;
	margin-left:115px;
	font-size:12px;
}
#menutable .bplink {
	font-size:13px;
	font-weight:bold;
}
#menutable .letterbrowse {
	font-size: 14px;
	padding:15px;
	text-align:center;
	border-bottom:1px solid #cccccc;
}
td.spinfocont {
	font-family: arial, helevtica, sans-serif;
	font-size: 10px;
	background: #f6f6f6;
	padding-top:10px;
}
div.spinfotxt {
	text-align: center;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}
.spinfotxt a:link {
	text-decoration: none;	
}
