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


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul, legend
{
	font-family:Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6
{
	
}

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

}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size: 13px;
}

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

h2, legend
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-size:18px;
}

h6
{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
	font-size:17px;
	color:#B40101
}

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


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#B40101;
}

a:hover
{
	text-decoration:underline;
}