/**
 * Style sheet basic
 */
#copyright
{
	float:left;
	margin-top:15px;
	padding-top:15px;
	font-family:arial;
	color:#ffffff;
}

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, captio
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	background-color:#000000;
	font-size:100%;
	outline:0;
	background:transparent;
}

body
{
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:75%;
	color:#333333;
	line-height:1.5;
}

input, textarea, select
{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:1.1em;
	color:#333333;
}

pre, code
{
	font-family:"Andale Mono", monospace;
	font-size:1.1em;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1
{
	margin-bottom:0.25em;
	font-size:2.1em;
}

h2
{
	margin-bottom:0.4em;
	font-size:1.75em;
}

h3
{
	margin-bottom:0.65em;
	font-size:1.5em;
}

a
{
	color:#ffffff;
}

a:hover
{
	color:#cccccc;
}

ol, ul
{
	list-style-type:none;
}

blockquote, q
{
	quotes:none;
}

table
{
}

#right table
{
	margin-right:auto;
	margin-left:auto;
}

#right table td
{
	margin:0px auto;
	padding:0px 4px;
}

ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

*:focus
{
	outline:0;
}

/* Fix background image bug in IE5 */
* html ul, * html ol
{
	position:relative;
}

/* Fix ordered list in IE6 */
* html ol
{
	margin-left:2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:2em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.4em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	margin-bottom:1.4em;
}
