/* Elements *********************************/

html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size: 14px;
	background-image: url(../../img/default/bg_lines.gif);
}



div, li, p, span, td { font-size: 14px; }
div.small, li.small, p.small, span.small, td.small { font-size: 11px; }
div.large, li.large, p.large, span.large, td.large { font-size: 16px; }


a
{
	color: #efac03;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img { border: 0px; }


form { margin: 0px; }


h1, #main-body-left li.root { font-size: 18px; }
h2 { font-size: 16px; margin-top: 30px; }
h3 { font-size: 15px; }
h1, h2, h3 { color: #666666; font-weight: bold; }
h1, h2.first, h3.first { margin-top: 0px; }
h1.nospace, h2.nospace, h3.nospace { margin-bottom: 0px; }


hr
{
	color: #bbbbbb;
	background-color: #bbbbbb;
	border: none;
	height: 1px;
}

textarea
{
	font-family: Verdana,Sans-serif;
	font-size: 11px;
}

