body {
	margin: 10px 5px 5px 15px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #555555;
	color: #000;
}

p, div {
	padding: 0px;
}

table {
	border: 0px;
	border-collapse: collapse;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h1 {
	font-size: 120%;
	color: #F99000;
	padding: 10px 0px 20px 0px;
}

h1.mainHead {
	text-align: center;
	letter-spacing: 2px;
}

h2 {
	font-size: 110%;
	padding: 5px 0px 15px 0px;
}

h3 {
	font-size: 100.01%;
	color: #F99000;
	padding: 5px 0px 12px 0px;
}

h4 {
	font-size: 95%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 85%;
}

a:link {
	color: #F99000;
	text-decoration: none;
	border-bottom: 1px dashed #F99000;
}

a:visited {
	color: #F99000;
	text-decoration: none;
	border-bottom: 1px dashed #F99000;
}

a:hover {
	color: #F99000;
	text-decoration: none;
	border-bottom: 1px solid #F99000;
}

a:active {
	color: #F99000;
	text-decoration: underline;
	border-bottom: 1px dashed #F99000;
}

a:focus {
	color:#F99000;
	text-decoration: none;
	border-bottom: 1px solid #F99000;
}

a.footer {
	font-size: 78%;
}

a.close, a.close:link, a.close:visited, a.close:hover {
	font-size: 78%;
	color: #FFF;
	text-align: right;
	text-decoration: none;
}

#overviewDiv table {
	border: 0px;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}

#overviewDiv td {
	margin: 1px;
	padding: 4px;
}

#overviewDiv td.leftCol {
	background: #F99000;
	color: #FFF;
}

#overviewDiv td.rightCol {
	border: 1px solid #F99000;
	color: #F99000;
}

#overviewDiv

/* Popup styles */
#popup table {
	border: 2px solid #F99000;
	width: 100%;
	height: 100%;
}

#imgList {
	text-align: center;
}

#imgList img {
 	cursor: pointer;
	margin: 2px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#popup td.titlebar {
	background: #F99000;
	color: #FFF;
	font-weight: bold;
	font-size: 78%;
}

#footer {
	color: #F99000;
	text-align: center;
}

.center {
	text-align: center;
}