/* CSS Document */
body {
margins: 0;
padding: 0;
border: 0;
background-color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ccc;
}

td {
font-size: 12px;
color: #999;
}

a:link, a:active, a:visited {
text-decoration: none;
font-size: 12px;
color: #999;
}

a:hover {
color:#333;
}

a:link.selected, a:active.selected, a:visited.selected {
color:#333;
}

.big {
font-size: 16px;
}

.bigger {
font-size: 11px;
margin: 5px 0;
}

#contact {
border: 1px solid #ccc;
}

#numbers {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#thumbsholder {
width: 690px;
height:170px;
overflow:auto;
overflow-y: hidden;
/*overflow:-moz-scrollbars-horizontal;*/
vertical-align: middle;
}

#thumbsholder table {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
height:140px;
}

#thumbshere {
	height: 120px;
	white-space:nowrap;
	overflow: visible;	
}

#thumbshere img {
margin: 0 5px;
border: 1px solid #ccc;
}

#content img {
border: 1px solid #ccc;
}

.contactlink:link {
	color: #066078;
}
.contactlink:visited {
	color: #066078;
}
.contactlink:active {
	color: #066078;
}
.contactlink:hover {
	color: #cc0000;
}/**/