/*Style Sheet for Version 4 Browsers */

blockquote p{
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	color : #006633;
}


.samplecode {
	font-family : "Courier New", Courier, monospace;
	font-size : 16px;
	color : #999999;
}
	
.samplecode em {
	color : #FF3300;
	font-style : normal;
}

	
/*Styles for the Main Content Layer */
#maincontent {
	position: absolute;
	left: 205px;
	top: 150px;
	width: 500px;
	z-index: 500;
}

p, li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
}

h1, h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333366;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size : 15px;
}

a:link { color : #9999CC }

a:visited { color : #996633 }

a:hover { color : #7D7EBD }


/* Lists*/
ul, ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	}

ul {
	color : #0099CC;	
}	
	
ol {
	color : #669933;
}


/*Style Applied to the Sidebar Layer */

#navLayer {
	position: absolute;
	left: 24px;
	width: 160px;
	top: 150px;
	z-index: 499;
	color : #333333;
}

#navLayer p {
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
}


/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #333333;
	margin-bottom : 4px;
	margin-top : 6px;
	margin-left : 25px;
}

.navButts a {
	color : #666666;
	text-decoration : underline;
	}

.navButts a:visited {
	color: #999999;
	text-decoration: underline;
}
	
.navButts a:hover {
	color : #999999;
	text-decoration : underline; }


/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #333333;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 25px;
	margin-top : 6px
}

.navViz a, .navViz a:visited, .navViz a:hover {
	color : #666666;
	text-decoration : none;
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 10px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

.imgCaptionshd {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #999999;
}

.imgCaptionsbg {
	background-image : url(http://japan-interface.co.uk/main_images/loading.gif);
	background-repeat : no-repeat;
}

.imgCaptions {
	color : #999999;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-left : 3px;
	margin-top : 18px;
	margin-right: 20px;
}

#url {
	display:none;
	}