﻿@charset "utf-8";
/*** Reset ***/
	html {color:#000;background:#fff;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0;padding:0;}
	table {border-collapse:collapse;border-spacing:0;}
	fieldset,img {border:0;}
	address,caption,cite,code,dfn,em,strong,th,var,optgroup {/*font-style:inherit;*/font-style:normal;/*font-weight:inherit;*/font-weight:400;}
	del,ins {text-decoration:none;}
	li {list-style:none;}
	caption,th {text-align:left;}
	h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
	q:before,q:after {content:'';} 
	abbr,acronym {border:0;font-variant:normal;}
	sup {vertical-align:baseline;} 
	sub {vertical-align:baseline;}
	/*because legend doesn't inherit in IE */
	legend {color:#000;}
	input,button,textarea,select,optgroup,option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
	/*@purpose To enable resizing for IE */
	/*@branch For IE6-Win, IE7-Win */
	input,button,textarea,select {*font-size:100%;}
/*** Generic Classes ***/
	select {font-size:12px;*font-size:11px;}
	legend,caption {display:none;}
	.clear {clear:both;font-size:0;height:0;overflow:hidden;visibility:hidden;}
/*** Basic ***/
	a:link {color:#303030;text-decoration:none;}
	a:visited {color:#303030;text-decoration:none;}
	a:hover {color:#f30;text-decoration:underline;}
	a:active {color:#303030;text-decoration:none;}
/*** Basic Layout ***/
	body {font:12px/150% tahoma,helvetica,arial,sans-serif;background:url(../images_2010/guide_bg.jpg) no-repeat center top; height:746px;}
	
	.nlink{height:127px; width:1003px; margin:0 auto; overflow:hidden;}
	.nlink div { float:right; height:127px;}
	.nlink div span{ float:left; margin-right:3px; line-height:127px; height:127px;  margin-left:20px; display:inline; font-size:14px; font-weight:bold;}
	.nlink a:link,.nlink a:visited{color:#602020;}
	.gflash{width:1003px; margin:0 auto;  display:block; height:440px; overflow:hidden;}
	.nfoot{width:1003px; margin:0 auto; text-align:center; height:179px; position:relative; display:block;}
	.nfoot p{ position:absolute; bottom:6px; left:0px; width:100%; text-align:center; font-size:14px; color:#4a0001;} 
