 /*  
 * Stylesheet for Time!
 */
body { 
  background-color:#ffffff ; 
  color:#000000; 
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

ol { 
  list-style-type:upper-roman ; 
  list-style-position:inside; 
}

ul { 
  list-style-type:square 
}

li {
  list-style-position:inherit 
}

a { 
  color:#00467F ; 
  text-decoration:none; 
  font-size: 8pt;
}

a:focus {
  background: #004E63; 
  color: #ffffff;
}

h1 {
	color:#00467F;
	font-size:12px;
}
h2 {
	font-size:11px;
	color:#00467F;
	
}

p {
margin-top:0px; 
margin-bottom:15px; 
padding: 0;   
}


p.articleTitle {
margin-top: 0px; 
margin-bottom: 0px; 
padding: 0; 
color:#00467F;
font-weight: bold;
}

p.streamsend {
padding-top:0px; 
padding-left:15px;  
font-size:11px; 
color:#333;
}


.foot { 
  color:#003399; 
  text-decoration:none
 }

.foot:focus{
  background: #004E63;
  color: #ffffff;
}
