@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: ITCNewBaskervilleStdSmBd;
	font-size:12px;
	color:4D4D4D;
}
a:link {
	color: #4D4D4D;
	text-decoration: none;
	font-size:14px;
}
a:visited {
	color: #4D4D4D;
	text-decoration: none;
	font-size:14px;
}
a:hover {
	color: #4D4D4D;
	text-decoration: underline;
	font-size:14px;
}
a:active {
	color: #4D4D4D;
	text-decoration: none;
	font-size:14px;
}
.btnregular {
	background-color:#000000;
	background-image: url(../images/button.jpg);
	width:240px;
	height:94px;
	align:center;
	font-size:20px;
	color:#4D4D4D;
 	text-align: center;
}
.btnselected {
	background-image: url(../images/button_over.jpg);
	width:240px;
	height:94px;
	align:center;
	font-size:20px;
	color:#FFFFFF;
	text-align: center;
}
.line
{
	width:1px;
	background-color:#CCCCCC;
}
.horizontalline
{
	height:1px;
	background-color:#CCCCCC;
}
.overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:6000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.largeimage
{
	display: none;
	position: absolute;
	top:5%;
	left:30%;
	z-index:7000;
}