body {
	padding: 0px;
	margin: 0px;
	background-color: #8F9DA3;
	background-image: url(../images/lines_light.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	color: #474E51;
	font-family: Arial, Verdana;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #474E51;
}

a:active {
	text-decoration: none;
	color: #474E51;
}

a:visited {
	text-decoration: none;
	color: #474E51;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.lines {
	background-image: url(../images/lines.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.strap {
	background-image: url(../images/strap_tile.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.linesLight {

}

.lightBox {
	background-color: #8F9DA3;
	padding-left: 43px;
	padding-top: 25px;
	font-weight: bold;
}
