﻿body {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color:white;
}
.mainwindow {
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color:black;
} 
;
table {
}

A:link {
	color: #FCB033;
	text-decoration: none;
}

A:visited {
	color: #FCB033;
	text-decoration: none;
}

A:active {
	color: #FCB033;
	text-decoration: none;
}

A:hover {
	color: #ef3f32;
	text-decoration: underline;
}

A.top:link {
	color: #FCB033;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16pt;
}

A.top:visited {
	color: #FCB033;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16pt;
}

A.top:active {
	color: #FCB033;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16pt;
}

A.top:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16pt;
}

A.body:link {
	color: #FCB033;
	text-decoration: none;
}

A.body:visited {
	color: #FCB033;
	text-decoration: none;
}

A.body:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.body:hover {
	color: #FCB033;
	text-decoration: underline;
}
.tl {
	background: url(testimages/tl.gif) 0 0 no-repeat; width: 24em
}
.tr {
	background: url(testimages/tr.gif) 100% 0 no-repeat; width: 24em
}
.bl {
	background: url(testimages/bl.gif) 0 100% no-repeat; width: 24em
}
.br {
	background: url(testimages/br.gif) 100% 100% no-repeat; width: 24em
}
.blackrow {
	background-color:black;
}
.whitebox {
	border-color: #FCB033;
	border-style: double;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.gallery {
	border-style: solid;
	border-width: 0.01em 0.01em 0.01em 0.01em;
	border-color: #848384;
	background-color: #262427;
	valign: top;
	align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 850px;
}

A.gallerylink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 12pt;
}	

