﻿.Banner
{
	background-image: url(images/BackgroundBanner.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: right;
	width: 172px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 130px;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
}
.BannerTop
{
	/*background-image: url(images/BackgroundBanner.png);
	background-position: center bottom;
	background-repeat: no-repeat;*/
	float: right;
	width: 173px;
	height: 130px;
	overflow: hidden;
	/*border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;*/
	margin-top: 6px;
	/*border-color: #CCCCCC;*/
}

.BannerMiddle
{
	width: 800px;
	height: 50px;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #808080;
	background-color: #CCCCCC;
	text-align: justify;
	color: #000000;	
}