/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/line.gif);
	background-repeat: repeat-x;
	font-size: 0.85em;
    }
	
table.top {
    width: 880px;
	}   
	
.red {
    color: #ff0000;
	}
	
h1 {
    color: #ff0000;
	font-family: Times New Roman, Times, serif;
	}
	
#smaller {
    font-size: 0.50em;
	}

.center {
    text-align: center;
	}
	
td  {
    font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	text-align: left;
	}

a:link, a:visited{
	 color: #ff0000;
	 text-decoration: none;
     }
	 	 
a:hover, a:focus, a:active { 
		 color: #cc0000;
		 text-decoration: none;
		 }

#gold {
 	background-color: #ffff99;
	width: 880px;
	padding: 6px;
	margin-top:10px;
	}  

.content {
    width: 870px;
    text-align: left;
	margin: auto;
	padding: 6px;
	}
		 
.strong {
    font-weight: bold;
	}
	
.right {
    position: relative;
	float: right;
	margin-left: 20px;
	}
	
.left {
    position: relative;
	float: left;
	margin-right: 20px;
	}

#bottom {
   text-align: center;
   font-size: 1.5em;
   color: #ff0000;
   height: 30px;
   font-weight: bold;
   }

#smallest {
    text-align: center;
	font-size: 0.75em;
	}
