@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(../images/mainbgr.gif);*/
	background-repeat: repeat-x;
	background-color: #343e47;
}
.title {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
P {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 11pt;
}
TD {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 11pt;	
}
A {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #1da7d4;
	line-height: 11pt;
	text-decoration:none;	
}
A:hover {
	text-decoration: underline;	
}
.language {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #939aa0;
	line-height: 11pt;
	text-decoration:none;	
}
.language:hover {
	text-decoration: underline;	
}
B, strong {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 11pt;
}	

