/* Created by Clarence A Reber III */
/* 092507 */
/* 3da_12_classes.css */

a:link, a:visited {
 background-color: transparent;
 color: #6CF; 
}
 
a:hover {
 background-color: #6CF;
 color: white; 
}

#twitter_tag a:hover {
 background-color: transparent;
}
 
.ad {
margin-left: 20px;
float: right;
}

.altbody {
background-color: #E5E5E5;
float: right;
margin: 15px;
padding: 20px 10px;
right: 0px;
text-align: left;
top: -90px;
width: 316px;
}

.bold {
font-weight: bold;
}

.center {
text-align: center;
}

.century {
font-family: "Century Gothic", "Franklin Gothic Book", Arial, sans-serif;
}

.fleft {
 float: left;
}

.fright {
 float: right;
}

.prominent {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 22px;
}

.randombg {
display: block;
background-image: url(../Images/bafbg.png);
background-repeat: repeat-x;
padding: 5px;
}

.red {
color: red;
}

.right {
text-align: right;
}

.smaller {
font-size: 14px;
}

.tabledisp {
font-size: 1.3em;
margin: 20px auto;
width: 760px;
}

.tabledisp td {
padding: 7px 0;
}

.twitter_pad {
 margin-top: 17px;
 margin-left: 140px;
}

.yellow {
color: #FFD203;
}