body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 1.2;
	background-color: #4169E1;
}


/* Code for new thumbnail viewer */
a.map {
	background: url(images/Earth.png) no-repeat left;
	display: inline-block;
	height: 16px;
	width: 16px;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/* Needed for old Image Thumbnail Viewer */
#showimage{
	position: absolute;
	visibility: hidden;
	border: 1px solid gray;
}

#dragbar{
	cursor: move;
	background-color: #EFEFEF;
	color: Black;
}

#img {
  padding: 0 10px 0 10px;
  background-color: #EFEFEF;
    }

#dragbar #closetext{
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	margin-right: 1px;
}

#description{
	background-color: #FFFF99;
	text-align: center;
	color: Black;
}

#no-description{
	background-color: #EFEFEF;
}

/* End ITV */
table {
	border-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 1.3;
}

a.next{
	background-image: url(images/next_off.gif);
	width: 70px;
	height: 30px;
}

a.next:hover {
	background-image: url(images/next_on.gif);
}

a.next:active {
	background-image: url(images/next_click.gif);
}

img {
	border: none;
}

img.right {
	float: right;
	border: none;
	padding-left: 3px;
}

img.left {
	float: left;
	border: none;
	padding-right: 3px;
}

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.calendar#selected {
	color: White;
	background-color: #0066FF;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #cc0033;
	font-weight: bold;
	letter-spacing: .03em;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

p:first-letter {
	margin-left: 10px;
}

h1	{
	font-family: Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
	font-size: 24pt;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
}
	
	
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{
	color: #FC0;
}
	
