/* Stylesheet General */
body 
  {
	background-color: #D7D7FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-image:   url(../MainImages/Background2.jpg);
  }

.norm { font-family : Arial, Helvetica, sans-serif; font-size: 16px; color: #660000 }

.NavBarBase 
  {
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #660000;
	background-color: #CCCCCC;
	border-top: ridge #BEBEBE;
	border-right: ridge #BEBEBE;
	border-bottom: ridge #BEBEBE;
	border-left: ridge #BEBEBE;

  }

.NavBarSideTop {
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #660000;
	background-color: #CCCCCC;
	border-top: ridge #BEBEBE;
	border-right: ridge #BEBEBE;
	border-bottom: none #BEBEBE;
	border-left: ridge #BEBEBE;
	height: 39px;
	width: 103px;
	left: auto;
	top: auto;

}
.headings {
	font-size: 18px;
	font-weight: bold;
}
.headings2 {

	font-size: 36px;
	font-weight: bold;
}
.headingsCentre {
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}
.Thumbnails {
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #660000;
	margin: 3px;
	padding: 3px;
	border: outset #BEBEBE;
	width: 112px;
	height: 74px;

}
.FullSize {

	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #660000;
	margin: 3px;
	padding: 3px;
	border: outset #BEBEBE;
	width: 800px;

	valign: top;

}
.NavBarSideBottom {

	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #660000;
	background-color: #CCCCCC;
	border-top: none #BEBEBE;
	border-right: ridge #BEBEBE;
	border-bottom: ridge #BEBEBE;
	border-left: ridge #BEBEBE;
	height: 39px;
	width: 103px;
	left: auto;
	top: auto;
}

