/* CSS definition file containing site wide stylesheets */

BODY {
	background-color: rgb(223,236,255);
 	background-image: url( "../assets/images/backlines1.gif" );
 	background-repeat: repeat
}

.LINK {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: none 
}

.TextObject {
	background-color: rgb(255,255,255)
}
