
/* Global styles
	1 - General styles for all elements
*/



/* 1 - General styles for all elements
*************************************************************************************/

*
{
	margin: 0;
	padding: 0
}

html, body
{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

html 
{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

table
{
	/*
	border-collapse: collapse;
	border-spacing: 0
	*/
}

fieldset, img, abbr
{
	border: 0
}

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var
{
	font-style: normal; font-weight: normal
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%
}

ul
{
	list-style: none
}

caption, th
{
	text-align: left
}

div
{
	text-align: left;
	vertical-align: top
}

q:before, q:after
{
	content: ''
}

a, ins
{
	text-decoration: none
}

cite
{
	display: block;
	font-size: 0.9em;
	font-style: italic;
	text-align: right
}

strong, .bold
{
	font-weight: bold !important
}

em, .italic
{
	font-style: italic !important
}

.float-left
{
	float: left !important
}

.float-right
{
	float: right !important
}

.cursor-hand, .hand
{
	cursor: pointer;
}

