﻿body {
	font-style : normal;
	font-weight : normal;
	font-size : 70.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	line-height: 180%;
	text-align: justify;
}

img {
	border-style: none;
}


h1 {
	font-size: 200%;
	font-family: arial;
	font-weight: bold;
	color: #bf070a;
	font-style: normal;
}

h2 {
	font-family: arial;
	font-size: 120%;
	font-weight : bold;
	color:#000000;
	font-style: normal;
}

h3 {
	font-family: arial;
	font-size: 110%;
	font-weight : bold;
	color:#bf070a;
	font-style: normal;
}

hr {
	border-top: 1px solid #be292f;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	width: 100%;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #be292f;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #be292f;
}

.white {
	color: #ffffff;
}

.gallery_image {
	background-color:#EFEFEF;
	width:auto;
	border:1px solid #a8a8a8;
	padding:10px;
	text-align:center;
	float:left;
}

.requiredField 
{
	color: Red;
	font-weight: bold;
}