div.outer {
width: 240px;
position: absolute;
top: 0px;
left: 0px;
}

div.Article {	
border: 0px solid #000000;
overflow: hidden; 
width: 100%;
}

p {
font-family: "Times New Roman", Times, serif;
text-align:left;
font-size: 12pt;
font-style: normal;
font-weight: normal;
color: #000000;
}

.Heading1 { 
font-family: "Times New Roman", Times, serif;
text-align:center; 
width: 100%; 
font-weight: bold; 
font-size: 16pt;
color: #af0b1c; 
border-bottom: 1px solid #af0b1c
}

.NewsTitle { 
font-family: "Times New Roman", Times, serif;
font-weight: bold; 
font-size: 14pt;
text-align:left; 
color:#003300;
}

.Story { 
font-family: "Times New Roman", Times, serif;
font-weight: normal; 
font-size: 12pt;
text-align:left;  
color:#000000;
}

.ImgRight { 
padding: 5px; 
border: 0px solid #000000; 
float: right;
}

.ImgLeft { 
padding: 5px; 
border: 0px solid #000000; 
float: left;
}


