@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 0px;
}
a:link {
	color: #00AAC1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ED008C;
}
a:hover {
	text-decoration: underline;
	color: #ED008C;
}
a:active {
	text-decoration: none;
	color: #00AAC1;
}
.pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ED008C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009DAD;
}
.PINKheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ED008C;
}
#photo {
	margin:0px 0px 5px 10px;
	background-color:#F3F7FA;
	float:right;
	border: 1px solid #666666;
}
#photonoborder {
	margin:0px 0px 5px 10px;
	background-color:#F3F7FA;
	float:right;
	border: 0px;
}
.whiteheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
ul.detailslist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-weight: lighter;
}
ul.detailslist li {
	background-image:url(/_images/bullett.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 17px;
	line-height: 14px;
	font-weight: lighter;
}

