td img {
	display: block;
}
.list {
	list-style-type: none;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(graphics/bgrd.png);
	background-color: #333E44;
	background-repeat: repeat-x;
}

.text-body {
	font-family: Tahoma;
	font-size: 11px;
	color: #858585;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 20px;
	text-align: justify;
}

.text-body  a:link {
	text-decoration: underline;
	color: #346995;
}
.text-body  a:visited {
	text-decoration: underline;
	color: #346995;
}
.text-body  a:hover {
	text-decoration: none;
	color: #858585;
}
.text-body  a:active {
	text-decoration: none;
}

.text-blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #474747;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 50px;
	line-height: 20px;
}

.text-blue  a:link {
	text-decoration: none;
	color: #474747;
}
.text-blue  a:visited {
	text-decoration: none;
	color: #474747;
}
.text-blue  a:hover {
	text-decoration: underline;
	color: #474747;
}
.text-blue  a:active {
	text-decoration: none;
}	

.text-black-white {
	font-family: Tahoma;
	font-size: 11px;
	color: #E6E6E6;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.text-black-white  a:link {
	text-decoration: underline;
	color: #B5B5B5;
}

.text-black-white  a:hover {
	text-decoration: none;
	color: #B5B5B5;
	}
	
.text-black-gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #B5B5B5;
	line-height: 15px;
}

.text-dark-blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #346995;
}

.top-body {
	background-color: #EEF1F3;
	margin: 0px;
	padding: 0px;
}
.top-indent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.indent-right {
	padding-right: 5px;
}
.padding-right {
	padding-right: 7px;
	margin-bottom: 5px;
}
.padding-right-left {
	padding-right: 16px;
	margin-bottom: 5px;
	padding-left: 20px;
}
