/* CSS Document */

.ContentTag {
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}
p {
   font-size:24px;
   color:#CC3300;
   font-weight:bold;
   
  }
.update_tag {
	font-family: "Lucida Calligraphy";
	color: #FF4242;
	font-size: 28px;
	font-weight: bold;
}
.white_text {
	font-family: "Lucida Calligraphy";
	font-size: 18px;
	color: #FFFFFF;
}
.gallery_border {
	border: medium ridge #99CCFF;
}
.contactform {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.shadow {
	background-image: url(Images/images/shadow.jpg)repeat-y;
	background-position: center center;
	height: auto;
	width: auto;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
}

