﻿#cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.holder {
	float: left;
	padding-top:3px;
	padding-left:0px;
}
.hid {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	padding-left:2px;
}
a.hid :link{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.hid :visited{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.hid :hover{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	text-decoration: none;
}
a.hid span {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	padding-left: 2px;
	padding-top:6px;
	padding-bottom:12px;
	line-height: 16px;
	letter-spacing: 2px;
}
a.hid:hover {
	text-decoration: none;
	color: #cc0000;
}
a.hid:active {
	background: #fff;
}
a.hid:focus {
	background: #fff;
}
a.hid:active span {
	display: none;
}
a.hid:focus span {
	display: none;
}
a.hid:active span {
	display: block;
	width: 400px;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	padding-left: 0px;
	padding-top:12px;
	padding-bottom:12px;
	line-height: 16px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2C6AA3;
}
a.hid:focus span {
	display: block;
	width: 400px;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	padding-left: 0px;
	padding-top:6px;
	padding-bottom:12px;
	line-height: 16px;
	letter-spacing: 2px;
}
.clear {
	clear: both;
}
#answer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2C6AA3;
	text-decoration: none;
	float:left;
}
