/* Global CSS Reset Stylesheet, largely based on http://kronn.de/code/css/reset.css */

html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption
{
	display: block;

	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: inherit;

	padding: 0;
	margin: 0;
	border: 0px;
	line-height: inherit;
	float: none;

/*	text-align: left;  */
	text-decoration: none;
}

span,a,img,abbr,code,em,strong,b,i,legend,button,object,var,tt,kbd,samp,small,sub,sup
{
	display: inline;
	background: transparent;

	font: inherit;
	color: inherit;

	padding: 0;
	margin: 0;
	border: 0;
}

li
{
	display: list-item;
}

table
{
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
}

tr
{
	display: table-row;
}

th,td
{
	display: table-cell;
}

thead
{
	display: table-header-group;
}

tbody
{
	display: table-row-group;
}

tfoot
{
	display: table-footer-group;
}

caption
{
	display: table-caption;
}

colgroup
{
	display: table-column-group;
}

col
{
	display: table-column;
}

head
{
	display: none;
}

a:link,a:visited,a:hover,a:active
{
	cursor: pointer;
}

ul,ol
{
	margin-left: 1em;
	margin-bottom: 1ex;
}

ul li
{
	list-style-type: disc;
}

ol li
{
	list-style-type: decimal;
}

ol ol
{
	margin-top: 0;
	margin-bottom: 0;
}

ol ol li
{
	list-style-type: lower-alpha;
}

hr
{
	color: #000;
	background-color: #000;
	height: 1px;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

.hide {
	display: none;
	}