*, html
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; }
textarea{margin:0}

html, body {
	height: 100%;
}
ul, ol {
	list-style-type: none;
}
a
{
	color: #a6a108;	
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: none;
}
td
{
	vertical-align: top;
}
p
{
	margin: 0 0 1.333em 0;
	padding: 0;
}

object { outline: none; }

/* @Misc - START: misc styles */
.clear
{
	height: 0px !important;
	line-height: 0 !important; /* if causing problems, remove */
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
	display: block !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.skip-links
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}


/* @Error - START: form validation summary error styles */
/*
.errors
{
	color: #ff0000;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dotted #cccccc;
	position: relative;
}
.errors ul li
{
	margin-left: 16px;
}
.errors ul li
{
	color: #ff0000;
	font-size: 0.917em;
	list-style-type: square;
	padding: 0;
	background: none;
}
.error
{
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
}
*/

/* @Base Font - START: Styles for scalable font consistency */
html { font-size: 100%; /* IE hack */ }
body { font-size: 0.75em; /* Sets base font size to 12px */ }
table { font-size: 100%; /* IE hack */ }
input, select, textarea, th, td { font-size: 1em; }


h1 { font-size: 1.5em; margin-bottom: 1em; }	/* all em = 18px */
h2 { font-size: 1.417em; margin-bottom: 1em; }	/* all em = 17px */
h3 { font-size: 1.333em; margin-bottom: 1em; }	/* all em = 16px */
h4 { font-size: 1.25em; margin-bottom: 1em; }	/* all em = 15px */
h5 { font-size: 1.167em; margin-bottom: 1em; }	/* all em = 14px */
h6 { font-size: 1.083em; margin-bottom: 1em; }	/* all em = 13px */

/*
	Note:
	To set font sizes in elsewhere in the stylesheet, use the following formula
	n/b (where n = desired font size in pixels, and b = base font size in pixels)
	
	eg. font-size: 0.917em; = font-size: 11px;

END: Styles for scalable font consistency */

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	line-height: inherit;
}
p
{
	margin-bottom: .75em;
	color: #63625f;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
