@charset "UTF-8"; 

/*==================================================
	Site name : Open Terrace
	Modified  : Aug. 13, 2009
==================================================*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
html {
	color:#000;
	background:#fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:separate;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
img {
	border:0;
	vertical-align:bottom;
}
address, caption, cite, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:bold;
}

li {
	list-style:none;
}
caption, th {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

