﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5858AB;
	font-weight:normal;
}
a {
	font-size: 14px;
	color: #0000CE;
}
a:link {
	text-decoration: none;
	color: #B30000;
}
a:visited {
	text-decoration: none;
	color: #B30000;
}
a:hover {
	text-decoration: underline;
	color: #5858AB;
}
a:active {
	text-decoration: none;
	color: #5858AB;
}

#alternativelink
{
	text-decoration: none;
	color: #000031;
}

#alternativelink a
{
	text-decoration: none;
	color: #000031;
}

#alternativelink a hover
{
	text-decoration: underline;
	color: #000031;
}

#alternativelink a active
{
	text-decoration: underline;
	color: #000031;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000020;
}
.WhiteFont {color: #FFFFFF}
h1 {
	font-size: 14px;
	color: #B90000;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}

#Navigation a
{
	text-decoration: none;
	color: #FFFFFF;
}

.Thumbnail
{
    max-height: 80px;
    max-width: 80px;
    width: expression(this.width > 80 ? 80: true);
}

.ArticleImage
{
    max-height: 300px;
    max-width: 300px;
    width: expression(this.width > 300 ? .300: true);
}

/* Always show scroll bar. */

html 
{
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;             
}
