/***********************************************************************/
/*  Site - Blink gifts                                                 */
/***********************************************************************/
/*  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: trebuchet, arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

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

body
{
	text-align: center;
	font-size: 11pt;
}

#site
{
	width: 1225px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #444444;
	background-color: #FFFFFF;
}

p
{
	color: #999999;
	font-size: 110%;
	font-weight: bolder;
	padding: 3px 0px 3px 0px;
}


#searchbox.inputtext_light
{
color: #868686 !important;
font-style:italic !important;
width: 160px;
}
#searchbox.inputtext{
width: 160px;
}

label
{
	color: #999999;
}


h1, h2
{
	font-size: 100%;
	padding: 4px 0px 4px 0px;
}

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

h4
{
	font-size: 110%;
	color: #6C207E;
	padding: 3px 0px 3px 0px;
}

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

h6
{
	font-size: 110%;
	padding: 2px 0px 2px 0px;
	color: #6C207E;
}

ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

li
{
	color: #999999;
}

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

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

a:active
{
	text-decoration: underline;
	color: #000000;
}

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


/***********************************************************************/
/* 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;
}

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