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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
body {
	line-height: 1.4;
	color: #333;
	background: white url(/images/v1/body.jpg) repeat-x 0 0;
	font-size: 14px;
	font-family: "Palatino", Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 { color: #000; }
a:link, a:visited, a:active { color: #412D12; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
label { display: block; font-variant: small-caps; font-size: 15px; margin-bottom: 2px; }
input[type="text"], textarea { outline: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-style: solid; border-color: #3F443F #939D94 #AFBAB0 #999999; border-width: 1px; padding: 6px 3px; -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); margin: 0; background: #FFF url(/images/v1/input-shadow.gif) repeat-x 0 0; }

/* clearfix for floats */
.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.group {
	display: inline-block;
}
 
html[xmlns] .group {
	display: block;
}
 
* html .group {
	height: 1%;
}