﻿/* START - Cross-Browser CSS Starter Template - START */
/* =INITIAL v2.1, by Faruk Ates - www.kurafire.net, Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote
{
	margin-left: 2em;
}

/* Miscellaneous conveniences: */
form label
{
	/*cursor: pointer;*/
}
fieldset
{
	border: none;
}

/* Form field text-scaling */
input, select, textarea
{
	font-size: 100%;
}
/* END - Cross-Browser CSS Starter Template - END */

/* --------------- element style definitions  --------------- */
*
{
	outline-style: none;
	margin: 0;
	padding: 0;
}

a
{
	color:#ca8b23;
	text-decoration: none;
}

a:hover
{
	color:#e1a746;
	text-decoration: underline;
}

a img
{
	border-style: none;
}

input[type=image],
img
{
	-moz-force-broken-image-icon: 1;
	font-size: 0pt;
	line-height: 0;
}

font, p, select, text
{
	text-decoration: none;
}

form
{
	margin-top: 0em;
	margin-bottom: 0em;
}

hr
{
	height: 1px;
	width: 100%;
	background-color: #996633;
	color: #996633;
	margin: 0 auto 0 0;
}

img
{
	border: none;
}

li
{
	font-size: 11px;
	color: #404040;
	text-decoration: none;
}

table
{
	color: #505050;
	border-spacing: 0;
	text-decoration: none;
}

ul
{
	text-decoration: none;
}
/* ---------------------------------------------------------- */
