body
{
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.langLink
{
	cursor: pointer;
}
.contactLink
{
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.langLink:hover, .contactLink:hover
{
	border-bottom: 1px dashed #ccc;
}
#newsTickerContainer
{
	position: relative;
}
#newsTickerImageContainer
{
	height: 196px;
	width: 383px;
	border: 1px solid #014e93;
	background-image: url('../images/elements/newsTickerImageContainerBG.jpg');
	background-position: center;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	right: 0%;
	top: 0%;
}
#newsTickerImageContainer > img
{
	position:absolute;
	top: 0px;
	right: 0px;
}
#newsTicker
{
	width: 292px;
	height: 196px;
	border-top: 1px solid #014e93;
	border-bottom: 1px solid #014e93;
	overflow: hidden; 
	z-index: 2;
	position: absolute;
	left: 310px;	
}
.newsTickOut
{
	height: 48px;
	background-image: url('../images/elements/newsTickerBG.png');
	background-repeat: no-repeat;
	width: 280px;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #014e93;
}
.newsTickOver
{
	background-image: url('../images/elements/newsTickerActive.png');
	z-index: 10;
	width: 282px;
	height: 49px;
	color: #0e224a;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	overflow: hidden;
	cursor: pointer;
	border: none;
	padding-right: 15px;
}
.newsTickOver2
{
	background-color: #a4b2bd;
	color: #0e224a;
	width: 282px;
}
.newsTickHeading
{
	/*color: #ffd31c;*/
	color: #fff;
	font-size: 10pt;
	font-family: Verdana, Helvetica;
	font-weight: bolder;
	margin-top: 2px;
	margin-left: 5px;
}

A.newsTickHeading
{
text-align: left;
text-decoration: none;
display: inline-block;
}

.newsTickHeading2
{
	color: #0e224a;
}
.module
{
	width: 243px; 
	float: left;
}
.moduleLink
{
	color: #002241;
	text-decoration: none;
	font-size: 13px;
}
.listHeading
{
	color: #002241;
}
.moduleLink:hover
{
	color: #fff;
}
#bottomActual
{
	font-family: Helvetica, Arial;
	font-size: 12px;
	overflow: hidden;
}
#bottomActualSec
{
	color: #94b6d5;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 5px 10px;
}
.bottomActualHead
{
	margin: 5px 0px 5px 10px;
}
.bottomActualHeadLink
{
	color: #649ace;
	font-weight: bold;
	text-decoration: none;
}
.bottomActualHeadLink:hover
{
	color: #fff;
}
.bottomActualBody
{
	border-bottom: 1px dashed #94b6d5;
	margin: 3px 0px 5px 10px;
	padding-bottom: 5px;
	width: 580px;
}
.bottomActualBodyLink
{
	color: #94b6d5;
	text-decoration: none;
}
.bottomActualBodyLink:hover
{
	color: #fff;
}
#extraLinksContainer
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
}
#extraLinksCol1
{
	width: 160px;
	float: left;
}
#extraLinksCol1List, #extraLinksCol2List
{
	/*list-style-image: url('../images/elements/bullet_3.png');*/
}
#extraLinksCol2
{
	width: 160px;
	float: left;
}
.extraLinksLink
{
	text-decoration: none;
	color: #fff;
}
.extraLinksLink:hover
{
	color: #ffd31c;
	text-decoration: underline;
}
#copyrightNotice
{
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana;
	color: #00519a;
}
#copyrightNotice > a
{
	text-decoration: none;
}
#rolloverButtons
{
	width: 978px;
}
.rolloverButtonsButton
{
	float: left;
	height: 34px;
	overflow: hidden;
	margin: 5px 10px 0 0;
}
.rolloverButtonsButtonBIP
{
	float: right;
}
.bottomModule
{
	color: #fff;
	width: 230px;
	height: 40px;
	float: left;
	font-size: 14px;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
