/**
 * Style sheet basic
 */
/* html */
html
{
	height:101%;
}

body
{
	height:100%;
	margin:0px;
	padding:0px;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666666;
}

h1
{
	margin-top:6px;
	margin-bottom:10px;
	padding-top:6px;
	font-weight:bold;
	font-size:15px;
	color:#666666;
}

h2, h3, h4, h5, h6
{
	margin-top:6px;
	margin-bottom:6px;
	font-weight:bold;
	font-size:13px;
	color:#666666;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

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

a:hover
{
	text-decoration:underline;
}

.ce_text
{
	margin-bottom:16px;
	line-height:1.25em;
}

.more
{
	margin-bottom:10px;
}

