/* 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: white url(background.jpg) no-repeat;
}
.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: #999999;
}

.style7 {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
text-align:center;

}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
display:inline;
color: #000000;
text-align:center;
font-weight: bold;
font-size: x-large;
font-family: Arial, Helvetica, sans-serif;

	}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000;
	font-size: x-small;
	}
a:link {
	color: #FF0000;
	text-decoration:underline;
}
a:visited {
	color: #FF0000;
	text-decoration:underline;
}
a:hover {
	color: #990000;
	text-decoration:none;
}
a:active {
	color: #FF0000;
	text-decoration:underline;
}
