/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
}
.block{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
/**
 * 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: Arial, Helvetica, sans-serif;
	/*font-family: "Eurostile LT Std", "Eurostile", Arial, Helvetica, 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, span
{
	font-size:11px;
	color: #333333;
	line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#005dab;
	line-height: normal;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

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

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}

h2
{
	margin:0px 0px 2px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}

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


/**
 * Links
 */
a
{
	color:#005dab;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
/**
 * Elements
 */
 .ce_text ul{
 	margin: 5px 0 8px 0;
	padding: 0 0 0 20px;
 }
  .ce_text li{
  	line-height: 1.5em;
 }