body {
font-family: Arial;
font-size: 16px;
color: #FFB6C1
}

font.blueheader{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: blue;
text-decoration: none
}

font.header{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: black
}

font.white{
font-family: Arial;
font-size: 14px;
color: white
}

font.text{
font-family: Arial;
font-size: 14px;
color: black
}

font.bluetext{
font-family: Arial;
font-size: 14px;
color: blue;
text-decoration: none
}

font.boldtext{
font-family: Arial;
font-size: 16px;
color: black;
font-weight: bold
}

font.menu{
font-family: Arial;
font-size: 14px;
color: black
}

a:link.noline{
text-decoration: none
}	

a:active.noline{
text-decoration: none
}	

a:visited.noline{
text-decoration: none
}	

table.res{
font-family: Arial;
font-size: 12px;
color: black
}
table.sample {
	border-width: thin thin thin thin;

	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: white;

}
table.sample td {
	border-width: 1px 1px 1px 1px;

	border-style: none none none none;
	border-color: white white white white;
	background-color: white;

}
table.chart {
	border-width: thin thin thin thin;

	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.chart th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;

}
table.chart td {
	border-width: 1px 1px 1px 1px;

	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;

}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}