/* CSS Document */

body{
background: #4B4B4B;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a:link {
color:#3399CC;
text-decoration: none;
}

a:visited{
color:#3399CC;
text-decoration: none;
}

a:hover{
color:#3399CC;
text-decoration: underline;
}

a:active{
color:#3399CC;
text-decoration: none;
}

#newsitems{
margin-right: 10px;
margin-left: 24px;
}

#content{
margin-right: 20px;
margin-left: 20px;
}

h1{
font-size: 12px;
color: #000000;
font-weight: normal;
}

h2{
font-size: 14px;
font-weight: bold;
color: #3399CC;
}

h3{
font-size: 10px;
font-weight: normal;
color: #3399CC;
}

#leftcolumn{
background-image: url(images/bg_leftcolumn.gif);
}

td.pagebottom{
background-image: url(images/bg_di.gif);
margin-top: 20px;
}