@charset "UTF-8";

/*------------------------------------------------------------------------------
	GSK - CSS Modules Import
	Date: 2009-09-15
------------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	}

/*- Redefine -------*/

body{
	background:#fff;
	text-align:center;
	line-height:1.5;
	font-size:84%;
}


p, th, td{
	font-size:12px;
	line-height:1.5;
}



h1,h2,h3,h4,h5,h6{font-size:100%;}

ul,
ul li{
	list-style-type:none;
}

a:link{
	color:#663300;
	text-decoration:none;
}
a:visited{
	color:#663300;
	text-decoration:none;
}
a:hover{
	color:#663300;
	text-decoration:underline;
}
a:active{
	color:#f00;
}

img{
	border:0;
	vertical-align:bottom;
	}

