html {
  height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0; 
	font-size:small; 
	font-family: 'Trebuchet MS', arial, sans-serif; 
	line-height: 1.8em;
	background: #ffffff; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ }

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
}

body,p,td {
	color: #000066;
	line-height:1.4em;
}

input,textarea,select{
	font-family: 'Arial', sans-serif;
	font-size:small;
	color: #000066;
}

input.nob{
	border:none;
}

h1{
	margin: 0 0 1.2em 0;
	font-size: 1.6em;
	font-weight: bold;
}


h2{
	margin: 0.5em 0 1em 0;
	font-size: 1.2em;
	font-weight: bold;
}

h3{
	margin: 1em 0 0.4em 0;
	font-size: 2em;
	font-weight: bold;
	line-height:1em;
	color: #aabb33
}

h4{
	margin: 0.4em 0 0.4em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #aabb33
}


a:link {
	color: #0066cc;
	text-decoration: none;
}
	
a:visited {
	color: #0066cc;
	text-decoration: none;
}
	
a:active {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #aabb33;
	text-decoration: underline;
}

.norm a:link {
	color: #0066cc;
	text-decoration: none;
}
	
.norm a:visited {
	color: #0066cc;
	text-decoration: none;
}
	
.norm a:active {
	color: #0066cc;
	text-decoration: none;
}

.norm a:hover {
	color: #aabb33;
	text-decoration: underline;
}

.dupl a:link {
	color: #aabb33;
	text-decoration: underline;
}

.dupl a:visited {
	color: #aabb33;
		text-decoration: underline;
}

	
.dupl a:active {
	color: #aabb33;
	text-decoration: underline;
}
	
.dupl a:hover {
	color: #aabb33;
	text-decoration: underline;
}


a.ttip{
	color: #0066cc;
	text-decoration: none;
}

a.ttip em {
display:none;
}

a.ttip:visited{
	color: #0066cc;
	text-decoration: none;
}

a.ttip:visited em {
display:none;
}

a.ttip:active{
	color: #0066cc;
	text-decoration: none;
}

a.ttip:active em {
display:none;
}

a.ttip:hover {
border:0;
position:relative;
z-index:500;
text-decoration:none;
}

a.ttip:hover em {
display:block;
position:absolute;
top:20px; left:50px;
padding:5px;
font-weight:normal;
color:#000;
border:1px solid #888;
background:#ffc;
width:150px;
}

.lblt {
	color: #99ccff;
}

.lblt a:link {
	color: #99ccff;
	text-decoration: none;
}
	
.lblt a:visited {
	color: #99ccff;
	text-decoration: none;
}
	
.lblt a:active {
	color: #99ccff;
	text-decoration: none;
}

.lblu a:hover {
	color: #9999ff;
	text-decoration: underline;
}

.redt {
color:#cc0000;
}

.redt a:link {
	color: #cc0000;
	text-decoration: none;
}
	
.redt a:visited {
	color: #cc0000;
	text-decoration: none;
}
	
.redt a:active {
	color: #cc0000;
	text-decoration: none;
}

.redt a:hover {
	color: #ff9900;
	text-decoration: underline;
}

.grnt a:link {
	color: #aabb33;
	text-decoration: none;
}
	
.grnt a:visited {
	color: #aabb33;
	text-decoration: none;
}
	
.grnt a:active {
	color: #aabb33;
	text-decoration: none;
}

.grnt a:hover {
	color: #0066cc;
	text-decoration: underline;
}

.grey {
	color: #cccccc;
}

.grey a:link {
	color: #cccccc;
	text-decoration: none;
}
	
.grey a:visited {
	color: #cccccc;
	text-decoration: none;
}
	
.grey a:active {
	color: #cccccc;
	text-decoration: none;
}

.grey a:hover {
	color: #cccccc;
	text-decoration: underline;
}

div.base {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:740px;
	height: 100%;
	max-height: 100%;
	background: #ffffff;
}

div.page {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

div.main {
	display: block;
	position: absolute;
	top: 80px;
	left: 200px;
	width: 520px;
	padding: 20px 0 0 10px;
}

div.mpag {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-image: url('/sshops/graphics/mmid.gif');
	background-repeat: repeat-y;
}

div.mang {
	position: absolute;
	top: 10px;
	left: 0;
	width: 720px;
	padding: 60px 10px 40px 10px;
	background: transparent;
}

div.mtop {
	position: absolute;
	top: 0px;
	width: 740px;
	height: 40px;
	background-image: url('/sshops/graphics/mtop.gif');
	background-repeat: no-repeat;
	color: #eeeeff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

div.mbot {
	position: absolute;
	bottom: 0;
	width: 740px;
	height: 30px;
	background: url('/sshops/graphics/mbot.gif');
	background-repeat: no-repeat;
	font-size: 0.7em;
	text-align: center;
}

div.mbox {
	margin-left:90px;
	width: 500px;
	padding: 10px;
	background: transparent;
}

div.mscr {
	background: #ffffcc;
	margin-left:90px;
	height: 300px;
	width: 540px;
	padding-bottom:10px;
	overflow: auto;

}

div.head {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 720px;
	padding: 10px;
	background: #ffffff;
	border-bottom: 1px solid #666666;
}

div.rule {
	display: block;
	position: absolute;
	top: 80px;
	height: 2px;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #666666;
}

div.mhed {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 720px;
	padding: 10px;
	background: #ffffff;
}

div.hlnk {
	display:block;
	position:absolute;
	bottom: 20px;
	right: 4px;
	text-align:right;
}

div.menu {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	width: 168px;
	height:100%;
	padding: 20px 0 0 10px;
	background: transparent;
	border-right: 1px solid #666666;
}

div.posm {
	height:2em;
	width: 160px;
	padding: 0.25em 0 0 0.25em;
}

div.impt {
	display:block;
	position:absolute;
	bottom: 0;
	left: 0px;
	padding:14px;
}

div.col1 {
	width: 150px;
	padding:10px;
	float:left;
}

div.col2 {
	width: 320px;
	padding:10px;
	float:left;
}

div.hd1g {
	width: 150px;
	font-size: 1.2em;
	background: #999999;
	color: #ffffff;
	padding: 10px;
}

div.hd1w {
	width: 150px;
	font-size: 1.2em;
	background: #ffffff;
	color: #999999;
	padding: 10px;
}

div.hd2g {
	width: 320px;
	font-size: 1.2em;
	background: #999999;
	color: #ffffff;
	padding: 10px;
}

div.hd2w {
	width: 500px;
	font-size: 1.2em;
	background: #ffffff;
	color: #999999;
	padding: 10px;
}

div.hd3g {
	width: 500px;
	font-size: 1.2em;
	background: #999999;
	color: #ffffff;
	padding: 10px;
}

div.hd3w {
	width: 500px;
	font-size: 1.2em;
	background: #ffffff;
	color: #999999;
	padding: 0.25em;
}


div.drpt{
	position: absolute;
	top: 0px;
	left: 2px;
	padding: 0;
	font-size: 4em;
	font-weight: bold;
	line-height: 1em;
	color: #0066cc;
}

div.drps{
	position: absolute;
	top: 2px;
	left: 4px;
	padding: 0;
	font-size: 4em;
	font-weight: bold;
	line-height: 1em;
	color: #aabb33;
}

div.drst {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	color: #0066cc;
}

div.drss {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	color: #aabb33;
}

div.drlh {
	position: relative;
}

div.drsh {
	position: relative;
}

div.both {
	clear:both;
}

div.help {
	display:block;
	position:absolute;
	top: 50px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	overflow: auto;
	padding: 10px;
	border: solid 2px #000066;
	background: #ffffff;
	visibility: hidden;
}

div.conf{
	display:block;
	position:absolute;
	top: 100px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	overflow: auto;
	padding: 10px;
	border: solid 2px #990000;
	background: #ffffff;
	text-align: center;
	visibility: hidden;
}

div.expl {

	display:block;
	position:absolute;
	top: 50px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	overflow:auto;
	padding:10px;
	border: solid 2px #000066;
	background:#ffffff;
	text-align: center;
	visibility: hidden;

}

div.limg {
float: left;
width: 110px;
}

div.ltxt {
float: left;
width: 270px;
padding: 0;
text-align: left;
}

.nrm {
	width: 240px;
}

.nar {
	width: 20px;
}

.num {
	width: 40px;
}

.nms {
	width: 60px;
}

.for {
	width: 80px;
}

.mid {
	width: 100px;
}

.sml {
	font-size: 0.8em;
}

.butn{
	line-height:2em;
	background:#cccccc;
}

dl.cbox {
background:#336699 url('/sshops/graphics/dtl.gif') top left no-repeat; 
margin:5px 0; 
padding:0; 
width: 360px;
}
dl.cbox dt {
background:transparent url('/sshops/graphics/dtr.gif') top right no-repeat; 
padding:10px; 
text-align:center; 
color:#ffffff;
font-size:1.3em;
font-weight:bold;
}
dl.cbox dd {
background:#ddeeff url('/sshops/graphics/lbl.gif') bottom left no-repeat;
padding:0;
margin:0;
}
dl.cbox dd p {
margin:0;
padding:10px;
line-height:1.3em;
}
dl.cbox dd p.last {
background:transparent url('/sshops/graphics/lbr.gif') bottom right no-repeat;
}

.lblu {
	color: #ddeeff;
}