@charset "utf-8";

/*-------------------------------------------------------------------

		Yahoo UI Library Fonts CSS

	* Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	* http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment

	77%  = 10px | 123.1% = 16px | 167% = 22px
	85%  = 11px | 131%   = 17px | 174% = 23px
	93%  = 12px | 138.5% = 18px | 182% = 24px
	100% = 13px | 146.5% = 19px | 189% = 25px
	108% = 14px | 153.9% = 20px | 197% = 26px
	116% = 15px | 161.6% = 21px |

-------------------------------------------------------------------*/

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-style: normal;
}

/*-------------------------------------------------------------------

	Structure Module

-------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
th,
td,
blockquote,
ul,
ol,
dl,
dd,
address {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------------------------------

	Text Module

-------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	font-size: 182%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 153.9%;
}

h4 {
	font-size: 138.5%;
}

h5 {
	font-size: 123.1%;
}

h6 {
	font-size: 108%;
}

br {
	letter-spacing: 0;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

/*-------------------------------------------------------------------

	Object Module

-------------------------------------------------------------------*/

object,
embed {
	vertical-align: bottom;
}

/*-------------------------------------------------------------------

	List Module

-------------------------------------------------------------------*/

ul,
ol {
	list-style-position: outside;
	list-style: none;
}

/*-------------------------------------------------------------------

	Table Module

-------------------------------------------------------------------*/

caption {
	display: none;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

/*-------------------------------------------------------------------

	Forms Module

-------------------------------------------------------------------*/

fieldset {
	border: none;
}

legend {
	display: none;
}

input.radio,
input.checkbox {
}

input.submit {
	font-weight: bold;
}
