/* CSS Document */

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.textBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

body {
	margin: 0px;
	background:fixed center white url(background.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.textBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

table#thumbs td {
	padding: 0 0 8px 0;
}

a {
	color: #666666;
	font-size: 11px;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	font-size: 11px;
	color:#999999;
	font-weight:bold;
}
