body{
    margin:0;
    padding:0;
    background-color:#fff;
}
a { text-decoration : none;}
.menu a, .menu a:link,  .menu a:visited {
    color:#2252a5;
    text-decoration:none;
}
.menu a:hover {
    text-decoration:underline;
}

.title {
    text-transform:uppercase;
    background-color: #2252a5;
	color: #fff;
}
.timezone {
    font-size:12px;
}
.selected { font-weight: bold; }
.accessKey { text-decoration: underline; }
.menu {vertical-align:middle;     }
#logo_text { position:absolute; }
.header {
    color: #2252a5;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 3px;
    margin: 0px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666;
    border-bottom-color: #666;
}
.summaryLongTitle {
    color:#2252a5;
}
.home {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666;
}
.news {
}
.date {
    font-size:11px;
}
.articleDate {
    color: #666;
    font-size:11px;
}
.summary {
    color: #666;
}
a:link {
    color: #000099
}
a:visited {
    color: #0066cc
}
.rss img {
	border:none;
}

