/**
 * Use in conjunction with yui reset fonts
 * @version 0.1.1
 * @since 16/03/2007
 */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}


h1 {
	font-size: 189%;
}

h2 {
	font-size: 152%
}

h3 {
	font-size: 122%;
}

h4 {
	font-size: 92%;
}

h5 {
	font-size: 80%
}

h6 {
	font-size: 50%;
}

body {
	font-family:verdana, Geneva, Arial, sans-serif;

}

blockquote {
	font-style: italic;
	text-align: center;
}

li {
	/*list-style-type: disc;*/

}
address {
	padding: 35px;
	font-style: italic;
}

caption {
	font-weight: bold;
}

cite {
	padding: 50px;
	font-style: italic;
}

code {
	font-family: monotype;
}

dfn {
	font-style: italic;
}

th {
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border: none;
}

td {
	border: none;
}

var{
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	font-weight: normal;
}

input, textarea {
	padding: 1px;
}

.hidden {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.clear {
	clear: both;
	height: 1px;
}