.bgblack {
	background-color: #000000;
}

.bgwhite {
	background-color: #FFFFFF;
}

.bgblue {
	background-color: #1E285F;
}

.bgdarkgrey {
	background-color: #6E6E6E;
}

.bgverydarkgrey {
	background-color: #333333;
}

.bglightgrey {
	background-color: #999999;
}

.blockImage {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	page-break-after: avoid;
}

P	{
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 14px;
	color: #6e6e6e;
                margin-top:0px; 
                margin-bottom:0px
}

td	{
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 14px;
	color: #6e6e6e;
}

.textlight	{
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 14px;
	color: #000000;
}

.textdark	{
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 14px;
	color: #6E6E6E;
	font-weight: normal;
	text-align: justify;


}

.header {
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	margin-bottom: 10px;
	display: block;
	}
	
li {
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 10px;
	color: #999999;
}

a:link {
	color: #6E6E6E;
	text-decoration: none;
}
	
a:visited {
	color: #999999;
	text-decoration: none;
}
	
a:active {
	color: #999999;
	text-decoration: none;
}
	
a:hover {
	color: #999999;
	text-decoration: underline;
}

.bgorange {

	background-color: #FEA71D;
}
.textorange {

	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 14px;
	color: #FEA71D;
	font-weight: normal;
	text-align: justify;
}
.textdarkbold {

	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 14px;
	color: #6E6E6E;
	font-weight: bold;
	text-align: justify;
}
.footer	{
	font-family: Tahoma, Arial, Courier, "Times New Roman";
	font-size: 9px;
	color: #999999;
}

