/* --------------- rhinofish - header --------------- */
.header table {
	border-bottom: 3px solid #000000;
	border-collapse: collapse;
	padding: 0px;
	background: #c0c0c0;
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 170px;
}
.header img {
	margin: 0px;
	border: 3px;
}
.header h1 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
}
.header2 a {
	color: #000000;
	text-decoration: underline;
}
.button {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	background: transparent;
	height: 20px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	float: center;
}
.button ul {
	list-style-type: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.button li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	width: 220px;
}
.button li a {
	width: 220px;
	background-color: #c0c0c0;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	border: 1px solid black;
	display: block;
}
.button li a:hover {
	background-color: #cccccc;
	color: #ffffff;
}
body#home2 .button li#home a,
body#ppc2 .button li#ppc a,
body#opm2 .button li#opm a,
body#am2 .button li#am a,
body#amc2 .button li#amc a,
body#shop2 .button li#shop a {
	background-color: gray;
	background: gray;
	border: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
}

/* --------------- rhinofish - page --------------- */
body {
	margin: 0px 0px 0px 0px;
	background: #000080;
	text-align: center;
}
.page table {
	width: 90%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-align: center;
	border: 2px solid #000000;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
.page th {
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
	background-color: #ffcc00;
	border: 1px solid #000000;
}
.page th#top {
	padding: 6px;
	background-color: #666666;
	border: 2px solid #000000;
}
.page th#top2 {
	padding: 6px;
	background-color: #000099;
	border: 2px solid #000000;
}
.page h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
}
.page h2 {
	font-size: 13px;
	margin-bottom: 0px;
}
.page ul {
	margin-bottom: 2px;
}
.page h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
.page td {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.page ol {
	text-align: left;
}
.page img {
	margin: 4px 4px 4px 4px;
	border: none;
}
.pageb img {
	margin: 4px 4px 4px 4px;
	border: 3px solid #000000;
}
.page a:link, .page a:visited {
	font-weight: bold;
}
.page a:hover, .page a:active {
	font-weight: bold;
}
.page hr {
	color: #c0c0c0;
	width: 70%;
	height: 1px;
	margin: 0px;
}

/* --------------- rhinofish - floor --------------- */
.floor table {
	width: 89%;
	text-align: center;
	background: #ffffff;
	border: 0px;
	border-collapse: collapse;
}

/* --------------- rhinofish - none --------------- */
.none table {
	margin-right: auto;
	margin-left: auto;
}

/* --------------- rhinofish - bold spans --------------- */
.bold1 {font-weight: bold;}
/* --------------- rhinofish - green spans --------------- */
.green {color: #009900;}
/* --------------- rhinofish - hilite spans --------------- */
.hilite {background-color: #FFFF00;}
/* --------------- rhinofish - italic span --------------- */
.ital {font-style: italic;}
/* --------------- rhinofish - small font spans --------------- */
.small {font-size: 10px;}
/* --------------- rhinofish - compress a table's td's --------------- */
.squeeze td {
	padding: 0px;
}

/* --------------- rhinofish - white page for printing --------------- */
.whiteout table {
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	border: 0px;
	background-color: #FFFFFF;
}
.whitein table {
	width: 90%;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: #000000;
	border: 1px solid #000000;
	margin: 0px;
	border-collapse: collapse;
	font-size: 13px;
	padding: 6px;
}
.whitein th {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 6px;
}
.whitein td {
	border: 1px solid #000000;
	border-collapse: collapse;
	padding: 6px;
}
.whitein hr {
	color: #CCCCCC;
	width: 95%;
	height: 1px;
	margin: 4px;
}
 
/* --------------- rhinofish - bookmark&email --------------- */
.bookem p {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -30px;
}
.bookem img {
	border: none;
}

/* --------------- rhinofish - footer --------------- */
.footer p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #c0c0c0;
	text-align: center;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
}
.footer a:link, .footer a:visited {
	color: #c0c0c0;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------- rhinofish - bottom --------------- */
.bottom p {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* --------------- Copyright © 1999-2010 RhinoFish Media / RhinoFish.com --------------- */