HTML,BODY
{
background-color: #013c9e;
background-image: url('../images/bggradient.jpg');
background-repeat: repeat-x;
border: none;
}
SPAN.indent
{
margin-left: 15px;
}
TD.news
{
background-image: url('../images/news_mid_img.jpg');
background-repeat: repeat-y;
font-family: Arial;
font-size: 8pt;
}
DIV.news
{
width: 102px;
overflow-x: hidden;
}
TD.content
{
padding-left:2px;
background-image: url('../images/content_mid_img.jpg');
background-repeat: repeat-y;
font-family: Arial;
}
DIV.content
{
width: 650px;
overflow-x: hidden;
}
TD.border
{
background-image: url('../images/content_img.png');
background-repeat: repeat-y;
padding-left: 9px;
}

TD.borderIE6
{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/content_img.png', sizingMethod='scale');
background-repeat: repeat-y;
padding-left: 9px;
}
