/**
 * Style sheet basic
 * Copyright (C) 2008 John Brand, Thyon Design <john.brand@thyon.com>
 */


/* !BODY */
* html body,
body 
{
	margin:0px;
	padding:0px;
}



/* !FONT FAMILY */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}

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

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


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

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#f2da34;
}


/* !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:22px;
	font-style:italic;
	text-transform:lowercase;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

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

ul
{
	list-style-type: square;
}

em, strong
{
	color:#f2da34;
}


/* !LINKS */
a
{
	color:#f2da34;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}




