body
{
	margin: 0px;
}

A
{
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

A:hover {
	color: #ffB100;
	TEXT-DECORATION: underline;	
}

A.Navigation1
{
    margin-left: 100px;
    COLOR: #000000;
	TEXT-DECORATION: none;
}

A.Navigation1:hover
{
    margin-left: 100px;
    COLOR: #ffB100;
	TEXT-DECORATION: none;
}

A.Navigation
{
    COLOR: #000000;
	TEXT-DECORATION: none;
}

A.Navigation:hover
{
    COLOR: #ffB100;
	TEXT-DECORATION: none;
}

A.FooterLM
{
    color: #BBCBDA;
}
TD
{
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 11px;
}
TD.NewsTitle
{
	background-color: #80A0C6;
	color: White;
	text-align: center;
}

TD.NewsText
{
	background-color: #E9EFF5;
}

/* Input Fields */
INPUT, SELECT, TEXTAREA {
	BORDER-RIGHT: #aaaaaa 1px solid;
	BORDER-TOP: #aaaaaa 1px solid;
	BORDER-LEFT: #aaaaaa 1px solid;
	BORDER-BOTTOM: #aaaaaa 1px solid;
	background-color: #ffffff;
	font-size: 11px
}
INPUT.tbxSmall
{
    width: 60px
}
INPUT.tbxMedium
{
    width: 150px
}
TEXTAREA.medium
{
    width: 250px;
    background: #ffffff;
}
.lblError {
	COLOR: #ff0000;
	FONT-WEIGHT: bold;
}

.lblBold {
	FONT-WEIGHT: bold;
}

.inputRadio {
	border-right: #dce3eb 1px solid;
	border-top: #dce3eb 1px solid;
	border-left: #dce3eb 1px solid;
	border-bottom: #dce3eb 1px solid;
}

.lblActive
{
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

.lblInActive
{
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.lblTitle
{
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

.title
{
	color: #084A8D;
	font-weight: bold;
	font-size: 12px;
}

.newsTitle
{
	
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	font-weight: bold;
}

.newsTitleBgr
{
	background-color: #F3B125;
}

.newsContentBgr
{
	background-color: #CDDEEF;
}

.headerFooterBgr
{
	background-color: #CDDEEF;
	line-height: 22px;
	border-top: solid 1px #80A0C6;
	border-bottom: solid 1px #80A0C6;
}

.headerTitle
{
	font-size: 22px;
	font-weight: bold;
	color: #084A8D;
}
/* Dates */
TABLE.borderColor { background-color: #084A8D; } 
TD.hell{ background-color: #ffffff; }
TD.dunkel { background-color: #ffffff; }
