@charset "utf-8";

@font-face {
    font-family: 'Eras';
    src: url('eraslght-webfont.eot');
    src: url('eraslght-webfont.eot?#iefix') format('embedded-opentype'),
         url('eraslght-webfont.woff') format('woff'),
         url('eraslght-webfont.ttf') format('truetype'),
         url('eraslght-webfont.svg#ErasLightITCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bodoni';
    src: url('bodoni-webfont.eot');
    src: url('bodoni-webfont.eot?#iefix') format('embedded-opentype'),
         url('bodoni-webfont.woff') format('woff'),
         url('bodoni-webfont.ttf') format('truetype'),
         url('bodoni-webfont.svg#BodoniRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
height: 100%;
}
body {
font-family: 'Tahoma';
font-size:15px;
margin: 0;
padding: 0;
height: 100%;
color:#fff;
background-color: #000000;
}
td,th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	color: #FF6600;
}
#pie{
width:100%;
height:30px;
vertical-align:middle;
background-color:#000000;
text-align:right;
margin:auto;
bottom:0px;
position:fixed;
}
