/* CSS Document */

BODY {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A {
	font-weight: bold;
	color: #0186B8;
}
A:visited {
	color: #0186B8;
}
A:hover {
	font-weight: bold;
	color: #CCCCCC;
}

/* Custom styles in alphabetical order */
.borderbottom {
	border-bottom: 1px solid #EEEEEE;
}
.borderright {
	border-right: 1px solid #EEEEEE;
}
.bordertopdotted {
	border-top: 1px dotted #DDDDDD;
}
.categorytable {
	border: 1px solid #EEEEEE;
	width: 600px;
	text-align: left;
}
.copyright {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.crumb {
	font-size: 9px;
}
.crumb A {
	font-weight: normal;
}
.footerlinks {
	font-size: 10px;
	color: #AAAAAA;
	text-align: center;
}
.footerlinks A {
	color: #AAAAAA;
	text-decoration: none;
}
.footerlinks A:hover {
	text-decoration: underline;
}
.lightrule {
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
	border: 0px;
}
.pagination {
	text-align: center;
	font-size: 11px;
}
.pagination A {
	text-decoration: none;
	font-weight: normal;
}
.pagination A:hover {
	text-decoration: underline;
}
.resultdetails {
	font-size: 9px;
	text-align: right;
	color: #AAAAAA;
}
.searchbox {
	width: 200px;
	border: 1px solid #BBBBBB;
	padding-right: 3px;
	padding-left: 3px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.searchbutton {
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	color: #333333;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.searchtable {
	width: 600px;
	text-align: left;
}

.slogan {
	font-size: 9px;
	color: #BBBBBB;
}
.url {
	color: #A5BA3A;
}