﻿/* CSS Reset Content */

HTML {
	margin:                    0;
	padding:                   0;
}

BODY {
	margin:                    0;
	padding:                   0;
}

#headframe hr, #headframe h2, #mainframe hr, #mainframe h2, #moreframe hr, #moreframe h2, #menuframe hr, #menuframe h2, #footframe hr, #footframe h2 {
	display:none;
}

#headframe div.panel hr, #headframe div.panel h2, #mainframe div.panel hr, #mainframe div.panel h2, #moreframe div.panel hr, #moreframe div.panel h2, #menuframe div.panel hr, #menuframe div.panel h2, #footframe div.panel hr, #footframe div.panel h2 {
	display:block;
}

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/*margin-top:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	line-height:1;*/
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom:0.5em;
}

input, select, option, optgroup, textarea, button {
	font-size:1em;
}

body {
	/* line-height: 1; */
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
	content:'';
}

:focus { /* remember to define focus styles! */
	outline:0;
}

ins { /* remember to highlight inserts somehow! */
	background:#ffffe1;
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse:collapse;
	border-spacing:0;
}
