body,td,th {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
  background-color: white;
  line-height: 130%;
  margin-top: 0;
  margin-right: 0;
}


.title {
font-family: "comic sans ms", sans-serif;
color: black;
font-size: 16px;
text-align: left;
text-transform: uppercase;
width: 90%;
height: 23px;
margin-top: 20px;
padding-top: 5px;
height: 30px;
letter-spacing: 2px;
background-image: url(pics/back_title.gif);
  background-repeat: no-repeat;
}

.capital {
font-family: "comic sans ms", sans-serif;
color: #dd0909;
font-size: 20px;
font-weight: bold;
text-align: left;
padding-left: 100px;
text-transform: uppercase;
height: 23px;
margin-top: 20px;
letter-spacing: 2px;
}


a {
  text-decoration: none;
  color: black;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  cursor: crosshair;
  border-bottom: 1px solid #c60606;
}

a:hover {
  text-decoration: none;
  color: #bebebe;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  cursor: crosshair;
  border-bottom: 1px solid black;
}

.center {
margin: 0 auto;
text-align: center;
}



a img {
  border: none;
}

img {
  border: none;
}

.affi_img {
  padding-right: 4px;
  display: inline;
  }

input, select, option {
border: 1px solid black;
background-color: white;
  color: black;
}

textarea {
border: 1px solid black;
background-color: white;
  color: black;
  width: 200px;
}

blockquote {
border: 1px solid black;
background-color: white;
  color: black;
  padding: 15px;
  background-image: url(pics/back_block.gif);
  background-repeat: no-repeat;
  background-position: right;
}


i {
color: #c60606;
text-transform: uppercase;
}
  


