﻿body 
{
    font-family: tahoma,Arial,Helvetica,sans-serif;
    font-size:12px;
}

#divMainArticle
{
    width:265px;
    height:125px;
    margin-bottom:10px; 
    z-index:0;
}
.mainArticleTitle
{
    color: #043883;
    font-size:14px;
    font-weight:bold;
}
.mainArticleText
{
    font-family: tahoma,Arial,Helvetica,sans-serif;
    font-size:12px;
}

#divHeadline
{
    width: 265px; 
	height: 5px;
    border-top-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #000066;
}

.headlineTitle
{
    color: #043883;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
    z-index:0;
}

#divArticleList
{
    width:263px;
    height:137px;
	vertical-align: baseline;
    /*overflow: auto;*/
	overflow-y: auto;
    border: solid 1px #CCCCCC;
    z-index:0;
	margin-top:10px;
	
	bottom:0;
}

#divLineBreak
{
    border-bottom:dotted 1px #CCCCCC;
}


#divArticle
{
	height:167px;
	vertical-align: baseline;
	width:270px;
		
}

#headlineContainer
{
	height:312px;
	
}

