@charset "utf-8";
/* CSS Document */

body {background-color:#FFFDEA;}

.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.text2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

.text_small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.text_picdetails {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.title {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
}

.title2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}

.title3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
}

a:link {color: #000000; background: transparent; text-decoration: none;}
a:visited {color: #000000; background: transparent; text-decoration: none;}
a:hover {color: #000000; background: transparent; text-decoration: underline;}

a.ButtonLink10pt:link, a.ButtonLink10pt:active, a.ButtonLink10pt:visited
	{
	background-color:#EF361A;
	border:1px solid #EF361A;
	color: #fff;
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	font-weight:bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 5px 2px 5px;
	margin:2px;
	white-space:nowrap;
	text-shadow:#ccc 0px 0px 3px;
	text-decoration: none;
	text-align:center;
	width:184px;
	}
a.ButtonLink10pt:hover
	{
	padding: 4px 7px 4px 7px;
	margin:0px;
	background-color:#fff;
	color:#EF361A;
	text-shadow:none;
	}
.gallery_btn
	{
		padding:6px;
		padding-left:25px;
		width:220px;
		height:15px;
		background-image:url(../images/gallery_btn2.jpg);
		background-repeat:no-repeat;
		font-size: 10px;
		text-transform:uppercase;
		font-family: Arial, Helvetica, sans-serif;
		color: #555;
		font-weight:bold;
		cursor:pointer;
	}
.gallery_btn:hover
	{
		background-image:url(../images/gallery_btn.jpg);
		color: #fff;
		text-decoration:none;
		cursor:pointer;
	}

.gallery_a, .gallery_a:hover{
		background-image:url(../images/gallery_btn.jpg);
		text-decoration:none;
		cursor:pointer;
	}
	
.Glow:hover
	{
	-moz-box-shadow:    0 0 15px 5px #EF361A;
	-webkit-box-shadow: 0 0 15px 5px #EF361A;
	box-shadow:         0 0 15px 5px #EF361A;
	cursor:pointer;
	}
