@charset "utf-8";

/*----------------------------------------------------------------------------
  Default Style Sheet
	July 29, 2006
	
	Takashi Mizohata
	mizo@grf-design.com
	
  this css is influenced a lot by
	http://3ping.org/2006/04/09/0747
  ----------------------------------------------------------------------------*/

/*--------------------------------------
  Universal Selector
  --------------------------------------*/

*{
	color: black;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  Structure Module
  --------------------------------------*/

html {
	padding:0;
	margin:0;
	height:100%;
}

body {
	padding:0;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFF;
	line-height:1.5;
}

/*--------------------------------------
  Text Module
  --------------------------------------*/

p,
pre,
address,
cite {
	font-size: 80%;
	margin: 0.8em 16px;
}

h1, h2, h3,
h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 16px;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

em {
	font-style: italic;
	font-weight: normal;
}

strong {
	font-weight:bold;
	color: #FF4500;
}

/*--------------------------------------
  Hypertext Module
  --------------------------------------*/

a {
	color: #178E99;
	font-weight: bold;
	/* Deep Cyan
	[HSB] 185  85  60
	[RGB]  23 142 153 */
}

a:link {
	color: #178E99;
	text-decoration: underline;
	/* Deep Cyan
	[HSB] 185  85  60
	[RGB]  23 142 153 */
}

a:visited {
	color: #178E99;
	/* Deep Cyan
	[HSB] 185  85  60
	[RGB]  23 142 153 */
}

a:hover {
	color: #E5C422;
	/* Yellow
	[HSB]  50  85  90
	[RGB] 229 196  34 */
}

a:active {
	color: #EBD56A;
	/* Light Yellow
	[HSB]  50  55  92
	[RGB] 235 213 106 */
}

/*--------------------------------------
  List Module
  --------------------------------------*/

ul,
ol,
dl {
  list-style-position: inside;
  margin: 1em 16px;
  padding: 1px 8px;
}

li,
dt,
dd {
  font-size: 80%;
}

dt {
  color: #004171;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
  font-size:100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
  margin: 0.4em 8px;
}


div {
	margin:0;
	padding:0;
}


/*--------------------------------------
	Image Module
  --------------------------------------*/

img {
	border:0;
	vertical-align: bottom;
}
