@charset "UTF-8";
/*formatting style
------------------------*/

*{
	font-style:normal;
	margin:0px;
	padding:0px;
	font-size:100%;
}
img {
	border:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.6em;
	color:#29120F;
	background-color:#FFF;
}

/*link style
------------------------*/
a img{
	border-style:none;
}
a:link{
	border:0;
	color:#660;
	text-decoration:none;
}
a:visited{
	color:#660;
	border:0;
	text-decoration:none;
}
a:hover{
	color:#660;
	border:0;
	text-decoration:underline;
}
a:active{
	color:#660;
	border:0;
	text-decoration:none;
}


