﻿body 
{
    font-family: Verdana;
    font-size: 8pt;
    background-color: Black;
    color: White;
}



td.menu
{
    background-color: #CC0000;
    vertical-align: middle;
}
td.footer
{
    background-color: #CC0000;
    font-family: Verdana;
    font-size: 7pt;
    color: Silver;
}
td.newsTitle
{
    font-weight: bold;
    text-decoration: underline;
}

a.main
{
    font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-decoration: none;
}
a.main:active
{
    font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-decoration: none;
}
a.main:hover
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: italic;
    color: White;
    text-decoration: underline;
}
a.main:link
{
    font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-decoration: none;
}
a.main:visited
{
    font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-decoration: none;
}
a.footer
{
    font-family: Verdana;
    font-size: 7pt;
    color: Silver;
    text-decoration: none;
}
a.footer:active
{
    font-family: Verdana;
    font-size: 7pt;
    color: Silver;
    text-decoration: none;
}
a.footer:hover
{
    font-family: Verdana;
    font-size: 7pt;
    color: Silver;
    text-decoration: underline;
}
a.footer:link
{
    font-family: Verdana;
    font-size: 7pt;
    color: Silver;
    text-decoration: none;
}
a.footer:visited
{
    font-family: Verdana;
    font-size: 7pt;
    color: Silver;
    text-decoration: none;
}

h2
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

h3
{
    font-family: Verdana;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
    text-decoration: underline;
}

div.author
{
    font-size: 6pt;
    text-align: right;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
}

div.fullSizeText
{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

div.addToAny
{
    text-align: center;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}

