
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font: 11px/14px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #FFF;	
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing zeroed in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {	
	content: '';
}
blockquote, q {
	quotes: '' '';
}

a:link {
	text-decoration: none;
	}
a {
	outline: none;
	color: #333;
	padding: 0;
	margin: 0;
	border: 0;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	background-color: #FC0;
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a.tel {
	outline: none;
	color: inherit;
	line-height: 26px;
	}
a.tel:hover {
	background-color:transparent;
	text-decoration: none;
	}

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

h1 {
	font-size: 24px;
	padding: 0px;
	margin: 0 0 22px 0;
	}
h2 {
	font-size: 14px;
	}	
h3 {
	font-size: 12px;
	padding: 20px 0 6px 0;
	}
h4 {
	font-size: 9px;
	color: #999;
	}
br.clear {
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	}
textarea {font: 11px/14px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	color: #333333;}
