body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(webimages/bkground.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EFF7FF;
	font-size:14px;
	color:#000000;
	line-height:18px;
}

a {
	color:#5454A1;
	text-decoration:none;
}
a:hover {
	color:#993300;
	text-decoration:underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #007DA6;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:18px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.contact {
	font-size:14px;
	color:#993300;
	line-height:normal;
}

.copy {
	color:#993300;
	font-size:12px;
	line-height:normal;
}
a.copy {
	color:#993300;
	font-size:12px;
	text-decoration:none;
	line-height:normal;
}
a.copy:hover {
	color:#993300;
	font-size:12px;
	text-decoration:underline;
	line-height:normal;
}
.title {
	font-size:18px;
	color:#993300;
	font-weight:bold;
}

.pinkbar {
	color: #A10458;
	height: 1px;
}

.navtable {
	border-top: 1px solid #9E004E;
	border-bottom: 1px solid #9E004E;
	padding-left: 2px;
	padding-right: 2px;
	margin: 1 0;
	height: 34px;
}

.navcell {
	background-color: white;
	font-weight: bold;
	font-size: 14px;
	color: #9E004E;
	text-decoration: none;
	cursor: pointer;
}
.navcell-mo {
	background-color: #FFFFED;
	font-weight: bold;
	font-size: 14px;
	color: #007DA6;
	text-decoration: none;
	cursor: pointer;
}

.subnavtable {
	background-color: white;
	border-top: 1px solid #9E004E;
	border-left: 1px solid #9E004E;
	border-right: 1px solid #9E004E;
	width: 260px;
}

.subnavcell {
	background-color: white;
	font-weight: bold;
	font-size: 14px;
	color: #9E004E;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid #9E004E;
}
.subnavcell-mo {
	background-color: #FFFFED;
	font-weight: bold;
	font-size: 14px;
	color: #007DA6;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px solid #9E004E;
}

.smalllink {
	font-size: 11px;
}
.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.references {
	font-size:10px;
}
