@charset "UTF-8";
body {
	margin: 0px;
	background-color: #d1d2d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#stripe {
	height: 200px;
	width: 100%;
	margin: auto;
	padding-top: 21px;
	background-image: url(../images/edge.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
