@charset "utf-8";
/* CSS Document */

html, body { 
		height:100%;
		margin:0px; 
		font-family:Georgia, Arial; 
		color:#ffffff; 
		font-size:12px; 
	}

a {
		color:#ffffff;
		font-family:Georgia, Arial;
		font-size:12px;
		font-weight:regular;
		text-decoration:underline;
	}

a:visited {
		color:#ffffff;
		font-family:Georgia, Arial;
		font-size:12px;
		font-weight:regular;
		text-decoration:underline;
	}
		
a:hover {
		color:#4d4f55;
		font-family:Georgia, Arial;
		font-size:12px;
		font-weight:regular;
		text-decoration:underline;
	}
		
a:active {
		color:#ffffff;
		font-family:Georgia, Arial;
		font-size:12px;
		font-weight:regular;
		text-decoration:underline;
	}


/* divStyle */

#flashcontent {
	height:100%;

}

/* tdStyle */

.tdHeader {
		height:10px;
		background-color:#ffffff;
		}
		
.tdMain {
		background-image:url(img/background-fade.gif);
		background-position:top;
		background-repeat:repeat-x;
		vertical-align:top;
		text-align:center;
		height:95%;
		}	

.tdFooter {
		height:34px;
		background-image:url(img/background-footer-red.gif);
		background-position:center;
		background-repeat:no-repeat;
		background-color:#b4001f;
		vertical-align:middle;
		text-align:center;
		}
			
		
/* fontStyle */   	
	
.copyFooter {  
		font-family:Georgia, Arial; 
		color:#d5d7db; 
		font-size:12px; 
	}
