/***********************************************************************/
/* Little Treasures                                                    */
/***********************************************************************/
/*  Clear all styles                                                   */
/***********************************************************************/

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
{
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/***********************************************************************/
/*  Set defaults                                                       */
/***********************************************************************/

body
{
	background-color: #FFFFFF;
}

#site
{
	width: 1120px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}

p
{
	padding: 3px 0px 3px 0px;
}

h1
{
	font-size: 16px;
	padding: 4px 0px 4px 0px;
}

h2
{
	font-size: 18px;
	padding: 4px 0px 4px 0px;
}

h3
{
	font-size: 16px;
	padding: 4px 0px 4px 0px;
}

h4
{
	font-size: 12px;
	padding: 10px 0px 5px 0px;
}

h5
{
	font-size: 14px;
	padding: 3px 0px 3px 0px;
}

h6
{
	font-size: 16px;
	padding: 2px 4px;
}

ul
{
	float: left;
	list-style-type: none;
}

a
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: none;
	color: #000000;
}

a:active
{
	text-decoration: underline;
}

a:visted
{
	text-decoration: none;
}


/***********************************************************************/
/* Default for tables                                                  */
/***********************************************************************/

table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

table td
{
	padding: 2px;
	vertical-align: middle;
}

table .header
{
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	padding: 5px 8px 5px 8px;
}


/***********************************************************************/

