/* CSS Document */

a:link     { color: white ; font-weight: bold ; text-decoration: none }
a:visited  { color: white ; font-weight: bold ; text-decoration: none }
a:hover    { color: white ; font-weight: bold ; text-decoration: underline }
a:active   { color: white ; font-weight: bold ; text-decoration: none }

a.link_sidebar:link    { color: white; font-style: Normal; font-weight: normal; text-decoration: none }
a.link_sidebar:visited { color: white; font-style: Normal; font-weight: normal; text-decoration: none }
a.link_sidebar:hover   { color: white; font-style: Normal; font-weight: bold; text-decoration: underline }
a.link_sidebar:active  { color: white; font-style: Normal; font-weight: normal; text-decoration: none }

a.link_hline:link    { color: #0346ef; font-style: Normal; font-weight: bold; text-decoration: none }
a.link_hline:visited { color: #0346ef; font-style: Normal; font-weight: bold; text-decoration: none }
a.link_hline:hover   { color: #0346ef; font-style: Normal; font-weight: bold; text-decoration: underline }
a.link_hline:active  { color: #0346ef; font-style: Normal; font-weight: bold; text-decoration: none }

a.link_top:link    { color: #CC0000; font-style: Normal; font-weight: bold; text-decoration: underline }
a.link_top:visited { color: #CC0000; font-style: Normal; font-weight: bold; text-decoration: underline }
a.link_top:hover   { color: #CC0000; font-style: Normal; font-weight: bold; text-decoration: underline }
a.link_top:active  { color: #CC0000; font-style: Normal; font-weight: bold; text-decoration: underline }

a.link_newslink:link    { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: none }
a.link_newslink:visited { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: none }
a.link_newslink:hover   { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: underline }
a.link_newslink:active  { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: none }

a.link_footer:link    { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: none }
a.link_footer:visited { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: none }
a.link_footer:hover   { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: underline }
a.link_footer:active  { color: #0346ef; font-style: Normal; font-weight: normal; text-decoration: none }



.sidebar {
background-color: #07619F;
float: left;
width: 180px;
vertical-align: top;
list-style-type:none;
line-height:175%;
color: #FFFFFF;
font-family: verdana;
font-size: 8pt;
font-weight: bold;
padding: 5px;
}

.header {
font-size: 9pt;
border-width: 1px;
border-color:#FFFFFF;
border-top-style:solid;
border-bottom-style:solid;
}

.news {
float: right;
width: 592px;
}

.headline {
vertical-align: top;
list-style-type:none;
line-height:200%;
color: #0346ef;
font-family: verdana;
font-size: 8pt;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}

.article {
background-color: #CCCCCC;
float: right;
width: 572px;
color: #000000;
text-align: justify;
font-family: verdana;
font-size: 8pt;
font-weight: normal;
padding: 15px;
border-width: 1px;
border-color:#0346ef;
border-bottom-style:solid;
}

.content {
width: 572px;
float: left;
color: #000000;
text-align: justify;
font-family: verdana;
font-size: 8pt;
font-weight: normal;
}

h1 {
float: left;
width: 572px;
font-size: 10pt;
color: #000000;
text-align: left;
font-family: verdana;
font-weight: bold;
}

h2 {
width: 572px;
font-size: 8pt;
color: #000000;
text-align: left;
font-family: verdana;
font-weight: bold;
}

.article li {
list-style: none;
line-height:110%;
vertical-align: middle;
}


.articledate {
height: 25px;
float: left;
}

.articletop {
height: 25px;
float: right;
text-align: right;
}

.spacer {
width: 572px;
height: 5px;
float:left;
}

