body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}

/* ------------------------ Header ------------------------ */

.topLink {
	font-size: 13px;
	color: #777777;
	text-decoration: none;
}
.topLink:hover {
	color: #69C603;
}
.subText {
    font-size: 11px;
	color: #777777;
}
.subLink {
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}
.subLink:hover {
	color: #69C603;
}
.topLinkSpacer {
	width:12px;
}
.searchBox {
	font-size:10px;
	color:#777777
}

/* ------------------------ Content Boxes ------------------------ */

.contentHeading {
	font-size:14px;
	color:#777777;
	background-color:#FFFFFF;
	text-decoration:none;
}
.smallTitle {
    font-size:14px;
    color:#333333;
    text-decoration:none;
}
.largeTitle {
    font-size:14px;
    color:#333333;
    text-decoration:none;
}
.description {
    font-size:14px;
    color:#777777;
    text-decoration:none;
}
.description:visited {
    color:#777777;
}
.smallDetails {
    font-size:10px;
    color:#777777;
    text-decoration:none;
}
.largeDetails {
    font-size:12px;
    color:#777777;
    text-decoration:none;
}
.resultImage {
	display:block;
	border:0px;
}

/* ------------------------ Side Box ------------------------ */
.grayBoxHeading {
	font-size:14px;
	color:#777777;
}
.grayBoxHeadingLink {
	font-size:14px;
	color:#777777;
	text-decoration:none;
}
.grayBoxHeadingLink:hover {
    color:#F75804;
}
.grayBoxText {
	font-size:10px;
	color:#777777;
}
.grayBoxLink {
	font-size:10px;
	color:#777777;
	text-decoration:none;
}
.grayBoxLink:hover {
    color:#F75804;
}
.searchResultsTable {
}

/* ------------------------ Thumbs ------------------------ */
.thumbBackground {
    width:150px;
    height:150px;
    background-color:#FFFFFF;
}
.thumbBorder {
    background-color:#EAEAEA;
}

/* ----------------------Tag Cloud ------------------------*/
.tagCloud {
	color:#777777;
	text-decoration:none;
}
.tagCloud:hover {
	color:#F75804;
}

/* ---------------------- Front page quote -------------- */
.quote
{
    color:#777777;
    font-size:15px;
    font-style:italic;
}
.quoteName
{
    font-size:10px;
    color:#333333;
    text-decoration:none;
}
.smallBorderedThumbnail
{
	float: left;
	position: relative;
	height: 155px;
	width: 155px;
	background-repeat: no-repeat;
	background-image: url(images/smallBorderedThumbnail.gif);
	padding-bottom: 10px;
	padding-right: 10px;
}
.smallBorderedThumbnail div
{
	position: absolute;
	left: 1px;
	top: 1px;
	height: 150px;
	width: 150px;
	text-align: center;
	overflow: hidden;
}
.smallBorderedThumbnail div img
{
	cursor: pointer;
}
.arrowLink
{
	font-size: 11pt;
	font-weight: bold;
	background-image: url(images/link.png);
	background-repeat:no-repeat;
	background-position: right center;	
	border-bottom-style: none;
	padding-right: 18px;
}
