body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
}

.imageViewer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;

}
.smalltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style:italic;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #00000;
}

rightTable {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:inherit;
	height:auto;
	line-height:15px;
	border:medium;
}
		
gbTable {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	border:medium;
	border-color:#3333CC;
}

gbLeftTable {
	background:#CCCCCC;
	background-color:#CCCCCC;
	color:#CCCCCC;
}

.hyperlink {
	text-decoration:none;
	color: #0000FF;
}

.hyperlink:hover {
	text-decoration: none;
	font-size:12px;
	color:#FF0000;
}

/*
a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	font-size:12px;
	color:#FF0000;
}
*/
form {
	background-color: #FFFFFF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #FFFFFF;
	color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: inherit;
	font-weight: bold;
	color:#0000FF;
}

.menuHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100;
	text-align: left;
	background-color:#0066FF;
	font-weight: bold;
	color: #FFFFFF;
	height: 10px;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.tableText {
	line-height: normal;
	size: 10px;
}

.greyText {
	color:#999999;
}


/* Colors used for highlighting search text */
.highlight_yellow{
        background-color: yellow;
}
.highlight_green{
        background-color: green;
}



/* Code below used for drop down menu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	/* background: #5970B2; */
	background: #CCCCCC
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}





















