@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #DAEEF3;
	margin: 0px;
	padding:0px;
	border-width:0px;
}

table#mainlayout {
  border-collapse: collapse;
	background-color: #DAEEF3;
	border-width: 0px;
	padding: 0px;
	margin: 0px 10px;
}

p{
	font-family: Verdana, sans-serif;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

p.cc {
	text-align: center;
}

p#attributions {
  font-size: 10px;
  padding: 0px;
  margin: 5px 10px 0px 10px;
  border-top: thin solid black;
}

p#banner {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  border-width: 0px;
	background-color: #122860;
}

p#banner img{
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}

td#rightside p {
	border-width: 0px;
	padding: 0px;
	margin: 0px 10px;
}

.bold {
	font-weight: bold;
}

img#photo, img#stkitimg {
  margin: 0px 10px 10px 0px;
}

.navigation {
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #205867;
	text-decoration: none;
	background-color: #DAEEF3;
	display: block;
	padding: 8px;
	text-align: left;
	width: 160px;
}  

.navigation:hover, .navigation:active {
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #205867;
	text-decoration: none;
	background-color: #92CDDC;
	display: block;
	padding: 8px;
	width: 160px;
	text-align: left;
} 
 .link {
	font-style: normal;
	color: #205867;
	text-decoration: none;
} 

.link:hover, .link:active {
	background-color: #92CDDC;
}

 .strike {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-align: left;
	text-decoration: line-through;
	
}

span.boldred {
	color: #ff0000; 
	font-weight: bold
	

}

 .standout {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #F00;
	line-height: 18px;
	padding: 3px;
	text-align: left;
 }
 
input.formbutton, input.wlb {
	font-style: normal;
	text-decoration: none;
	color: #205867;
	background-color: #DAEEF3;
	font-family: Verdana, sans-serif;
  margin: 0px;
  padding: 2px;
  border-width: 0px;
}

input.formbutton:active, input.formbutton:hover, input.wlb:active, input.wlb:hover {
	background-color: #92CDDC;
	cursor: pointer;
}

img#htmllogo, img#csslogo {
  border: 3px solid #DAEEF3;
  text-decoration:none;
  padding-right: 10px;
}

img#htmllogo:active, img#htmllogo:hover,
img#csslogo:active, img#csslogo:hover  {
  border: 3px solid #92cddc;
	background-color: #92CDDC;
}

 .ll {
	text-align: left;
}

 .cc {
	text-align: center;
}

 .rr {
	text-align: right;
}

 div.wishlist * {
	font-size: 10px;
}

 tr.newpage td {
	border-top:thin solid black;
}

 tr.tabsplit td {
	border-top:thin dashed black;
}