/*	page defaults, incorporating suggestions from
	initial.css v2.1, by Faruk Ates - www.kurafire.net
--------------------------------------- */

/*	Page colors, typography
--------------------------------------- */
body {
	font: 100%/120% "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
/*	Form field text-scaling
	(these styles not reliably inherited from above rules across all browsers)
--------------------------------------- */
input, select, textarea {
	font-size: 100%;
}
/*	Default margins (all)
--------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
/*	Default margins (vertical only): 
--------------------------------------- */
h1, h2, h3, h4, h5, h6, 
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
/*	Default margins (left only)
--------------------------------------- */
li, dd, blockquote {
	margin-left: 1em;
}
/*	Miscellaneous defaults & utilities
--------------------------------------- */
li { 
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
/* Link defaults
--------------------------------------- */
a:link,
a:focus,
a:visited {
	color: #000063;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000063;
	text-decoration: underline;
}