@media screen {
body {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 9pt;
	color: WhiteSmoke;
	margin: 0px;
	background-color: Black;
	background-attachment: fixed;
	background-position: center;
	scrollbar-face-color: ;
	scrollbar-shadow-color: White;
	scrollbar-3d-light-color: Red;
	scrollbar-arrow-color: AliceBlue;
	scrollbar-base-color: Black;
	scrollbar-dark-shadow-color: silver;
	scrollbar-highlight-color: #959595;
	scrollbar-track-color: Black;
}
} 
.title {
	background-color: #00008F;
	color: White;
	font-weight: bold;
	border-color: Black;
	border: medium;
}
.logo {
	position: absolute;
	top: -10px;
	left: 40%;
}
.middle {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}
.1pxborder {  
	border: #1e1e95; 
	border-style: solid; 
	border-width: 1px; 
}
.2pxborder {  
	border: #306898; 
	border-style: solid; 
	border-width: 2px; 
}
.bordered {
    font-weight: bold;
    background-color: transparent;
    width: inherit; 
    height: 5;
    Filter: Glow(Color='darkblue', Strength='3');
}
.bordered2 {
    color: darkgray;
    background-color: transparent;
    font-weight: bold;
    height: 0; 
    Filter: Glow(Color='darkblue', Strength='4');
}
.navigation {
	background-color: #0065DF;
	color: White;
	font-weight: bold;
}
.main {
	background-color: Black;
	color: WhiteSmoke;
	font-weight: bold;
	border-color: Black;
	border: medium;
}
.news-header{
	background-color: #00008F;
	color: WhiteSmoke;
	font-weight: bold;
}
.news{
	background-color: #7C7C7C;
	color: White;
	font-weight: bold;
}
.news-footer{
	background-color: Silver;
	color: Black;
	font-weight: bold;
}
.navigation2 {
	background-color: #00659E;
	color: #F5F5F5;
	font-weight: bold;
}
.other1{
	background-color: Silver;
	color: Black;
	font-weight: bold;
}
P { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 10pt;
	font-style: normal;
	color: White;
}
P.2 { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 10pt; 
	font-style: normal;
	color: #df0005;
}
P.3 { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size:10pt;
	font-style: normal;
	color: #747474;
}
A {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 10pt;
	line-height: normal;
	color: White;
	text-decoration: none;
}
A:active  { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 10pt;
	line-height: normal; 
	color: #FFFFFF;
	text-decoration: none;
}
A:visited {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 10pt;
	line-height: normal;
	color: White;
	text-decoration: none;
}
A:hover { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 10pt;
	line-height: normal; 
	color: red; 
	text-decoration: underline overline;
	}
.time {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	font-size: 8pt;
	color: White;
	position: absolute; 
	top: 0%; 
	left: 95%; 
	width: 45px;
}
.disclaimer {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, MS Sans Serif;
	color: White;
	font-size: 8pt;
}
input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: White; 
	text-decoration: none;
	border: #305880; 
	border-style: solid; 
	border-width: 1px;
}
textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: White; 
	text-decoration: none; 
	border: #305880; 
	border-style: solid; 
	border-width: 1px;
}
@media print {
body 	{	font-size: 6pt;
		color: Black;
		background-color: White;
	}
}