body {
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	height: 100%;
	overflow: auto;
}

.greyBorder4Sides {
	border: thin solid #C5C5C5;
	
}.smallText {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 22px;
	color: #003333;
	text-align: justify;
}
.smallTextC {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #003333;
	text-align: center;
	vertical-align: top;
}
.greyBoarderBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-right-width: thin;
	border-right-style: solid;


}

