body,html,td{
	height:100%;
	margin:0px;
	padding:0px;
    FONT-SIZE: 11px;
	color: #333333;
    FONT-FAMILY: tahoma,sans-serif;
	TEXT-ALIGN: justify;
}

A:link { 
	text-decoration: none; 
	color: #003366;    
	FONT-FAMILY: tahoma,sans-serif;
}
		
A:visited {
	text-decoration: none; 
	color: #003366;    
	FONT-FAMILY: tahoma,sans-serif;
}
		
A:active {
	text-decoration: none; 
	color: #003366;    
	FONT-FAMILY: tahoma,sans-serif;
}
		
A:hover {
	text-decoration: underline; 
	color: #003366;    
	FONT-FAMILY: tahoma,sans-serif;
}
		
.time{
	color: #336666;    
	FONT-FAMILY: tahoma,sans-serif;
}
.heading{
	font-weight: bold; 
	color: #336666;    
	FONT-FAMILY: tahoma,sans-serif;
}
	 		
.headline{
	color: #336666;    
	FONT-FAMILY: tahoma,sans-serif;
}	 
.holder{
	text-align:left;
	height:100%;
	padding:0px;
	margin:0px auto 0px auto;
	width:500;
}
#flashcontent {
	width: 631px;
	height: 300px;
}
#outer {
	overflow:scroll; 
	position: relative;
	height:inherit;
}
#outer[id] {
	display: table; 
	position: static;
}
#middle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/

#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#inner {
	position: relative; 
	top: -50%;
}  /*for explorer only */
