@charset "UTF-8";

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FF3399;
}
a:active {
	text-decoration: none;
}
p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
h1 {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
.brdrBlack {
	border-bottom: 1px solid #000;
	text-align: right;
}
.bkgdDress {
	background-image: url(../images/bkgd-dress.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.brdrBlack table tr td h3 {
	text-align: center;
}
hr {
	border-top: 1px solid;
}
.divider {
	border-left: 1px solid #999;
}

