body {
	font-family: trebuchet ms,arial,helvetica,sans-serif;
	text-align: center;
}
img {
	border: 0
}
h1 {
	font-style: italic;
	font-size: 150%;
}
h2 {
	font-style: italic;
}

td, th {
	vertical-align: top;
}

table.panel {
	width: 100%;
	border-width: 0px;
	margin-bottom: 1em;
}
table.panel td {
	text-align: left;
}

table.catalog {
	border-width: 0px;
	background-color: #ffffff; 
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: smaller;
}
table.catalog td {
	vertical-align: top;
	padding-bottom: 20pt;
}
table.catalog td.image {
	
}


table.sidebar {
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 20px;
}
table.sidebar td {
	vertical-align: top;
	padding-bottom: 10px;
}


table.facts {
	border-collapse: collapse;
}
table.facts td {
	text-align: left;
	border-bottom: 1px solid black;
}
table.facts th {
	text-align: left;
	border-bottom: 2px solid black;
}

iframe.pager {
	border: none;
	width: 100%;
	height: 25px;
}

a:link {
	color: #0000ff;
	background-color: white;
}	

a:visited {
	color: #00008b;
	background-color: white;
}	

a:hover {
	color: #F5F5F5;
	background-color: #408020;
	text-decoration: none;
}	

div.mgn3menu {
	border: 1px solid #d0d0d0;
	width: 185px;
}
.mgn3menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mgn3menu li {
	color: #000000;
	background-color: #e8e8e8;
	font-weight: bold;
	padding-left: 4px;
	margin: 6px 4px;
}
.mgn3menu a:link, .mgn3menu a:visited {
	color: #000000;
	background-color: #e8e8e8;
	text-decoration: none;
}
.mgn3menu a:hover {
	color: #F5F5F5;
	background-color: #408020;
	text-decoration: none;
}			
.mgn3menu li.highlight {
	background-color: #df0000;
	color: #FFFFFF;
}
.mgn3menu li.highlight a:link, .mgn3menu li.highlight a:visited {
	background-color: #df0000;
	color: #FFFFFF;
}
.mgn3menu li.highlight a:hover {
	color: #FFFFFF;
	background-color: #408020;
	text-decoration: none;
}

div.regular {
	font-family: Arial;
	font-size: 70%;
	margin: 0 auto 6px;
	font-weight: bold;
}

table.special {
	font-family: Arial;
	font-size: 70%;
	text-align: left;
	color: #000000;
	background-color: #ffffa8;
	border: solid 2px #df0000; 
	margin: 10px 5px;
	border-collapse: collapse;
}
table.special td, table.special th {
	padding: 0 2px;
	vertical-align: middle;
	border-bottom: dotted 1px #df0000;
}

table.special th {
	color: #df0000;
	background-color: #ffffa8;	
}

form {
	margin: 0;
}