@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
}

.topText 
{
	border: 1px solid #c0d3f5;
	background-image: url(Images/tri.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 5px 0 40px;
	font-family: Tahoma;
	font-size: 18px;
	color: black;
}

.bottomText 
{
	border: 1px solid #c0d3f5;
	background-image: url(Images/tri.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px;
	padding: 10px 5px 0 40px;
	font-family: Tahoma;
	font-size: 18px;
	color: black;
}

.topText p, .bottomText p {margin: 0;}