/* CSS by george */

body, td {
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    font-size : 13px;
    line-height : 1.4em;
    color : #000000;
    background-color:transparent;
    }

a:link, a:visited {
    color : #999999;
    text-decoration: none;
    }
    
a:hover {
    color : #af0000;
    text-decoration: underline;
    } 

.nav {
	font-size : 100%;
	line-height: 1.6em;
	text-decoration : none;
	text-transform:uppercase;
	color : #999999;
	text-align : center;
	}

a.nav, a.nav:visited {
	font-size : 100%;
	line-height: 1.6em;
	text-decoration : none;
	text-transform:uppercase;
	color : #999999;
	text-align : right;
	}
	
a.nav:hover {
	font-size : 100%;
	line-height: 1.6em;
	text-decoration : none;
	text-transform:uppercase;
	color : #af0000;
	text-align : right;
	}
	
.subhead, a.subhead, a.subhead:visited {
	font-size : 140%;
	line-height : 1.1em;
	color : #999999;
	text-decoration : none;
	}

a.subhead:hover {
	font-size : 140%;
	color : #af0000;
	text-decoration : underline;
	}

.info {
	font-size:13px;
	text-transform:uppercase;
	}


img {
	border:0
	}
	
.italic {
	font-style : italic;
	}
	
	
.small {
	font-size: 85%;
	}

#layer1 {
	padding : 0;
	margin : 0;
	position : absolute;
	z-index:1;
	top:150px;

}

#layer2 {
	padding : 0;
	margin : 0;
	position : relative;
	z-index:2;
	top:0px;
}