/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */
 
/**
 * Body
 */
body 
{
	background-color: #fff;
	margin:0px;
	padding:0px;
}


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

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

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


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#00528d;
	line-height: normal;
	line-height: 1.2em;
}
h1{
	margin: 3px 0 6px 0;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
}

h2{
	margin: 10px 0 2px 0;
	font-size: 14px;
	font-weight: normal;
}
h3{
	margin: 8px 0 2px 0;
	font-size: 12px;
	font-weight: normal;
}
#left h1{
	color:#666966;
}
/**
 * Basic tags
 */
img
{
	border:0px;
}

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

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	font-family: Arial, Helvetica, sans-serif;
	color:#00528d;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
.pdf_link{
	float: right;
	clear: none;
}