/* IE and NN6 styles for index page */

body {
	background-color:#CCCC99;
	background-image:none;
	margin:0px;
	}

#index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:327px;
	background-image:url(images/index_01.jpg);
	background-repeat:no-repeat;
	background-color:#CCCC99;
	}

#index-02 {
	position:absolute;
	left:0px;
	top:327px;
	width:418px;
	height:273px;
	background-image:url(images/index_02.jpg);
	background-repeat:no-repeat;
	background-color:#CCCC99;
	}

#index-03 {
	position:absolute;
	left:418px;
	top:327px;
	width:382px;
	height:273px;
	background-image:url(images/index_03.jpg);
	background-repeat:no-repeat;
	background-color:#CCCC99;
	}

p {
	font-size:11px; 
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#666633;
	}

a {
	color:#666633;
	border-bottom-width:1px;
  	font-weight:bold;
	}
	
a:link {
	text-decoration:none;
	}
	
a:hover {
	color:#666633;
	background-color:#D5DAF0;
	background-image:none;
	}
	
a:visited {
	color:#999933;
	text-decoration:none;
	}

#index-01 p {
	color:#666633;
	font-size:12px;
	font-weight:600;
	font-family:georgia, serif;
	margin:40px 40px 0px 500px;
	line-height:20px;
	text-align:right;
	}

#index-02 p {
	color:#666633;
	font-size:16px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:900;
	margin:0px 200px 0px 45px;
	line-height:50px;
	}

#index-03 p {
	color:#666633;
	font-size:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:220px 0px 0px 20px;
	}

#tracking {
	display:none;
	}