﻿body
{
    background-color:#FFFFFF;
    margin:0px 0px 0px 0px;
}
.topLinkVisited
{

	color: #5581C7;
    background-color:#B2CDF7;

}
.topLinkNormal
{
	color: #555555;
    background-color:#ecf1f9;

}
a:hover
{
    color:#000000;
}

.regularTxt
{
	color: #100D02;
	font-family: arial;
	font-size: 13px;
}
.topmenutxt
{
	font-size: 11px;
	font-family: arial;
	color: #000000;
    text-decoration:none;
}
.newsTxt
{
	font-size: 11px;
	font-family: arial;
	color: #000000;
}
.homeTxt
{
	font-size: 12px;
	font-family: arial;
	color: #000000;
}
.articleTitle
{
	color:#F96304;
	font-family: arial;
	font-size: 23px;	
	font-weight: bold;
}
.articleTeaserTitle
{
	color:#00603D;
	font-family: arial;
	font-size: 14px;	
	font-weight: bold;
}