/* CSS Document */

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

#body_container 
                {
                	border:            2px solid   #ffff00;
                  background:        #000066;
                	color:             #ffff00;
                	list-style-type:   none;
                	padding:           10px 0px 0px 0px;
                }

.table_text_header   
                {
                  font-size:         16px; 
                  background:        #ffff00;
                  color:             #000066; 
                	text-align:        center;
                  font-family:       Verdana, Arial, Helvetica, sans-serif;
                  text-decoration:   bold;
                	padding:           5px 0px 5px 0px;
                }

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

.table_text_center
                {
                  font-size:         12px; 
                  color:             #ffff00; 
                	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:             #00ffff;
	text-decoration:   none;
}

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

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

a:active {
	font-family:       Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size:         12px;
	color:             #888800;
	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;
}
		
