body {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	background-image: url(images/test/curtains05.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	min-width: 800px;
}
 a:link.bold, a:active.bold, a:visited.bold {
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}

#wrap {
	margin: auto;
	text-align: left;
	width: 800px;
	background-color: #fff;
	border-style: solid;
	border-width: 6px;
	border-color: #999999;
}

#topHolder {
margin: auto;
	width: 100%;
	height: 60px;
}

#footer {
	margin: auto;
	width: 800px;;
	background-color: #ffffff;
	text-align: center;
}

h3 {
	 color: #000;;
	 font-size: 18px;
	 padding: 0px;
	 margin: 0px;
}

h4 {
	color: #000;;
	font-size: 16px;
}

p {
	color: #000;;
	font-size: 12px;
	padding: 0px;
	margin: 0 2px 7px 2px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

li {
	color: #000;
	font-size: 12px;
}
table.stripeMe {
	border: 1px solid #000;
}
.stripeMe td, .stripeMe th {
	border-bottom: 1px solid #000;
}
tr.alt td {
	background: #C0C0C0;
}
tr.over td {
	background: #999999;
}
