@charset "utf-8";
/* CSS Document */
BODY
{
	background-color:#FFFFFF;
	margin:0px;	
	padding:0px;
}


HTML, BODY
{
	color: #333333;
	font-family: verdana, sans-serif;
	text-decoration: none;
	width:100%;
	height:100%;
}

TABLE.tbBorder{
	margin:0px;
	padding:0px 0px 20px 0px;
	border:solid 7px #005596;
	width:590px;
}

DIV.divHeader{
	height:97px;
	clear:both;
	width:570px;
}

DIV.divLogo{
	float:left;
	background-image:url(../images/logo.html);
	background-repeat:no-repeat;
	width:245px;
	height:97px;
}

DIV.divLanguage{
	float:right;
	height:97px;
	max-height:57px;
	padding-top:40px;
	padding-right:30px;
}

DIV.divLanguage SELECT{
	font-size:10px;
	min-width:100px;
}

DIV.divCenter{
	clear:both;
	background-color:#ffffff;
	width:100%;
	font-size:11px;
	color:#004288;
	margin-bottom:15px;
}
DIV.divCenter DIV.divTop{
	background-image:url(../images/centerTop.html);
	background-repeat:repeat-x;
	height:25px;
}
DIV.divCenter DIV.divBottom{
	background-image:url(../images/centerBottom.html);
	background-repeat:repeat-x;
	height:25px;
}

DIV.divCenter TD{
	text-align:left;
}

DIV.divCenter TD.id-comp {
	text-align:left;
	padding:5px 0px 5px 0px;
	line-height:17px;
	text-transform: uppercase;
}

DIV.divCenter TD.id-comp span{
	color:#007c3d;
	text-transform: uppercase;
}

DIV.divCenter H2{
	font-size:16px;
	font-weight:bolder;
	color:#004288;
	float:left;
}
DIV.divCenter H2.red{
	font-size:16px;
	font-weight:bolder;
	color:#ed1c24;
}

H2.gray{
	font-size:16px;
	font-weight:bolder;
	color:#464444;
}

DIV.divBar{
	width:515px;
	background-image:url(../images/barBack.html);
	background-repeat:repeat-x;
	height:88px;
	margin-bottom:14px;
}

DIV.divIcon{
	float:left;
	width:114px;
	height:88px;
}

DIV.divRight{
	width:11px;
	height:88px;
	background-image:url(../images/barRight.html);
	background-repeat:no-repeat;
	float:right;
}

DIV.divContent{
	font-size:10px;
	line-height:13px;
	float:left;
	color:#FFFFFF;
	text-align:left;
	width:390px;
	padding-top:8px;
	letter-spacing:-0.06em;
	line-height:1.2em;
}

DIV.divBottomLinks{
	font-size:11px;
	margin-top:20px;
	padding:0px 5px 5px 5px;
	width:530px;
	min-height:22px;
	clear:both;
	background-image:url(../images/bottomLinksBack.html);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#DBDDDD;
	border-top:solid 1px #DBDDDD;
}

DIV.divBottomLinks SPAN{
	float:left; 
	color: #004388;
}

DIV.divBottomLinks TABLE{
	table-layout:fixed;
}
DIV.divBottomLinks TABLE TD{
	text-align:center;
}

DIV.divBottomLinks A			{}
DIV.divBottomLinks A:link		{color: #004388; text-decoration: none;}
DIV.divBottomLinks A:visited	{color: #004388; text-decoration: none;}
DIV.divBottomLinks A:active		{color: #004388; text-decoration: none;}
DIV.divBottomLinks A:hover		{color: #004388; text-decoration: underline;}

DIV.divDisclaimer{
	font-size:9px;
	line-height:11px;
	text-align:left;
	clear:both;
	padding-top:10px;
	color:#6f6f6f;
}

DIV.divFooter{
	font-size:9px;
	line-height:11px;
	text-align:left;
	clear:both;
	padding-top:20px;
	color:#004388;
}

DIV.divFooter A:link		{color: #004388; text-decoration: underline;}
DIV.divFooter A:visited	{color: #004388; text-decoration: underline;}
DIV.divFooter A:active	{color: #004388; text-decoration: underline;}
DIV.divFooter A:hover		{color: #004388; text-decoration: none;}

HR{
	border-top:solid 1px #b2b2b2;
	border-left:solid 0px #b2b2b2;
	border-right:solid 0px #b2b2b2;
	border-bottom:solid 0px #b2b2b2;
	height:1px;
}

SPAN#phpDate {
	padding-left:5px;
}