/* CSS Document */

body          {
              	margin:            0px;
              	padding:           0px;
              	text-align:        center;
              	font-family:       Verdana, Arial, Helvetica, sans-serif;
              	color:             #ff0000;
              	background-image:  url(images/background.jpg);
              }

#body_container 
              {
              	border:            1px solid   ffff00;
                background:        #ffff66;
              	color:             #ff0000;
              	list-style-type:   none;
              	height:            50px;
              	font-size:         92px;
              	padding:           20px 0px 0px 0px;
              }

.table_text   
              {
                font-size:         12px; 
                color:             #ff0000; 
              	text-align:        left;
                font-family:       Verdana, Arial, Helvetica, sans-serif;
	              text-decoration:   none;
                background:        #ffff66;
              }              

.table_text   
                {
                  font-size:         12px; 
                  color:             #000000; 
                	text-align:        center;
                  font-family:       Verdana, Arial, Helvetica, sans-serif;
                  text-decoration:   none;
                }









a:link {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #ff0000;
	text-decoration:   none;
}

a:visited {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #ff0000;
	text-decoration:   bold;
}

a:hover {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #ffff00;
	text-decoration:   bold;
}

a:active {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #ff0000;
	text-decoration:   bold;
}



a.underline:link, a.underline:visited, a.underline:active {
	text-decoration: none;
}

a.underline:hover, a {
	text-decoration: underline;
}

a.underlineoff:link, a.underlineoff:visited, a.underlineoff:active {
	text-decoration: underline;
}

a.underlineoff:hover, a {
	text-decoration: none;
}

a.underlinealways:link, a.underlinealways:visited, a.underlinealways:active {
	text-decoration: underline;
}

a.underlinealways:hover, a {
	text-decoration: underline;
}

a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}

a.nounderline:hover, a {
	text-decoration: none;
}
		
