body {
	margin-top: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size:12px;
}

table td {
	font-family: Arial;
	font-size:12px;
}
	
h1{
	font-weight: bold;
	font-size:28px;
	color:#FFFFFF;
	margin:0px;
	padding: 0px;
}

h2{
	font-weight: bold;
	font-size:15px;
	color:#CC0000;
	margin:0px;
	padding: 0px;
}

/* The four following block define the style for all the website links */
a:link {
	color:#990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#993333;
}
a:hover {
	text-decoration: underline;
	color: #993333;
}
a:active {
	text-decoration: none;
	color: #993333;
}

hr{
	color:#990000;
}

.background1 {
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	background-position: left bottom;
}

.style9 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: large;}

#TopNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}

#BottomNav{
	background-color:#990000;
	width:760px;
	padding:5px;
	position: center;
	left: 12%;
	right: 12%
}

#BottomNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}

#GalleryNav{
	height:100px;
	overflow:auto;
	background-color: #F1F1F1;
	margin: 5px;
	padding:5px;
	border: 1px solid #666666;
	text-align:center;
}

#GalleryNav img{
	margin-right:10px;
	margin-left:10px;
}

#Gallery{
	text-align:center;
	border: 1px solid #666666;
		margin: 5px;
	padding:5px;

}