@media screen
{
.fltitle
{
	color:Olive;
	font-family:Verdana;
	font-size:large;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

.explain
{
	color:#666666;
	font-size:11px;
	font-family: Verdana;
	margin-left:30px;
	margin-right:30px;
}

BODY
{
	font-size: 18px;
	color: #666666;
	font-family: Verdana;
	background-color: #fff;
	background-image: url(images/ioback.jpg);
	background-repeat: no-repeat;
}

	
.lu
{
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	margin-top:20px;
}
.cn
{
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	margin-top:20px;
}

.subnav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 10px;
font-weight: bold;
text-transform: uppercase;
color: #FFFFFF;
}
.currentlink{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 10px;
font-weight: bold;
text-transform: uppercase;
color: #FFCC66;
text-decoration: none;}

A.subnav:link {
text-decoration: none;
}

A.subnav:visited { text-decoration: none;
}

A.subnav:hover { text-decoration: underline;
}


.gateway-subnav-inner-border {
border-style: solid;
border-width: 1px;
border-color: #3399CC;
padding: 2px 2px 2px 2px;
}
.gateway-subnav-outer-border {
border-style: solid;
border-width: 1px;
border-color: #003366;
padding: 1px 1px 1px 1px;
}
.subnav-sup {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
line-height: 14px;
font-weight: bold;
text-transform: uppercase;
vertical-align: top;
}
.indextag
{
	text-align:center;
}
.rhs a, table a
{
	text-decoration:none;
}

.rhs a:hover, table a:hover
{
	color:red;
}

.tab,.odd,.even,.author
{
	font-size: 11px;
	font-family: Verdana;
}
.odd
{
	background-color: #ddf;
}
.even
{
	background-color: #eef;
}
.author
{
	background-color:#99f;
	font-weight:bold;
}

.buts
{
	font-size: 7pt;
	font-family: Verdana;
}
.tdark
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
	background-color: #dddddd;
}
.tlight
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
	background-color: #ffffff;
}
.tbr
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana;
	text-align: right;
}

.amazon
{
	margin-top:10;
	float:right;
	
}
.bookshop
{
	margin-top:10;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #0033FF;
}
A.bookshop:link {
text-decoration: none;
}

A.bookshop:visited { text-decoration: none;
}

A.bookshop:hover { text-decoration: underline;
}

.inp, .coutp, .outp table
{
	font-size: 11px;
	color: Maroon;
	background-color: #7cf;
	top: 140px;
	border-style:ridge;
	border-color:Blue;
	padding: 20px 20px 20px 20px;
	width:500px;
	position:absolute;
	margin-left:400px;

}

p .coutp
{
	text-align: center;
}
.inp
{
	margin-left: 20px;
	width: 300;
}
.indent
{
	margin-left: 30px;
}

}
@media print
{
	body
	{
		color: black;
		background-color:White;
		background-image:none;		
	}

	.screenonly
	{
		display:none;
	}	
	a
	{
		text-decoration:none;
		color:Black;
	}
	
}

