/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  width: 760px;
  margin: 0 auto;
  padding: 0;
  background-color: #000000;
  font-family: Tahoma, Helvetica, sans-seif;
  font-size: 100%;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.border {
  border: 0;
}

/* thumb */

table, tr, td {
  border: 0;
}

.thumb-border img {
  border: 5px solid #4e0000;
}

.thumb-border img:hover  {
  border: 5px solid #7d0000;
}

.thumb-box {
  width: 250px;
  margin: 0 auto;
}

.thumb-bg {
  background: url(../img/bg.gif) top no-repeat;
  width: 250px;
}

.thumb-title {
  font-size: 14px;
  color: #faeb68;
  text-align: center;
}

.thumb-description {
  font-size: 11px;
  margin: 5px 10px 10px 10px;
  text-align: center;
}

.thumb-button {
  width: 144px;
  border: 0;
  margin: 0 auto;
}

/* /thumb */

.dotted-line {
  margin: 10px 0 20px 0;
  width: 760px;
}

a:link {
	color: #ff0000;
	text-decoration: underline;
}

a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #FF7F55;
	text-decoration: none;
}

a:active {
	color: #FFFF00;
	text-decoration: underline;
}



.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top1 {	FONT-WEIGHT: normal; FONT-SIZE: 46px; COLOR: #FFFFFF; FONT-FAMILY: Impact
}
.style2 {color: #000000}

.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
