@charset "utf-8";
/* CSS Document */

body {
	background-color: #EEEEEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
}
.MainTable {
	/*background-image: url(../images/background.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
.MenuItem {
	font-size: 18px;
	text-decoration: none;
	color: #666666;
}
.MenuItem:Hover {
	font-size: 18px;
	color: #be0000;
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
}
.Heading {
	font-size: 30px;
}
.SubHeading {
	font-size: 18px;
}
.GalleryTable {
	background-color: #BBBBBB;
	border: 1px solid #666666;
}
.BodyText {
	line-height: 20px;
	font-size: 12px;
}
