BODY
{
	margin: 0px;
	color: white;
	font-family: Helvetica, sans-serif;
	background-color: #3b557a;
	
}

.ErrorText
{
	font-size: 12px;
	color: red;
}

.news
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

.TitleCase
{
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

.NormalTextBox
{
    font-size: 1.2em;
    font-weight: normal;
}

.NormalRed
{
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}
.NormalText
{
    font-size: 10px;    
    line-height: 10px;    
}

UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left;
}

.TxtStyle
{
	border-right: darkslateblue 1px solid;
	border-top: darkslateblue 1px solid;
	border-left: darkslateblue 1px solid;
	border-bottom: darkslateblue 1px solid;
	background-color: #ffffff;
}




A
{
	color: lemonchiffon;
}
A:hover
{
	color: yellow;
}
