@charset "UTF-8";
.bodycopy {
	font-family: verdana;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cc9933;
}

a.info
{
	position:absolute;
	z-index:2;
	color:black;
	text-decoration:none;
}

a.info:hover
{
	z-index:2;
}

a.info span
{
	display: none
}

a.info:hover span
{
	display:block;
	position:absolute;
	top:-50px;
	left:135px;
	background-color: white;
	font: 10px Verdana;
	padding: 3px;
	border: solid 1px;
	color: #333333;
	z-index: 2;
}
.medHead {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.bigHead {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.photodescription {
	font: 10px Verdana;
	color: #996600;
}
.fakelink {
	color: #FFFFFF;
	text-decoration: none;
}
.medHeadUline {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
