/* Remove default margins and padding */
html, body, div, h1, h2, h3, h4, h5, h6, a, form, select, input, table, img
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
}

body
{
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-size: 10.5pt;
	color: Black;
	background: White;
	line-height: 1.6em;
	padding: 10px;
}

h1
{
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 19pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
}

h2
{
	color: #000000;
	margin: 10px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
}

h3
{
	color: #000000;
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 13pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: normal;
	border-left: 4px solid #6594EC;
}

h4, h5
{
	color: #000000;
	margin: 6px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: bold;
}

a, a:visited
{
	color: #0066CC;
}

a:hover
{
	color: orange;
}

.code
{
	font-family: Consolas, Courier New;
	font-size: 75%;
	border-left: 3px solid #5C80B1;
	padding-left: 10px;
	margin-left: 25px;
	margin-right: 25px;
	color: #444444;
}

pre.colorcode
{
	font-family: Verdana;
	font-size: 8pt;
	border-left: 3px solid #5C80B1;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #FCFCFC;
	padding: 2px 2px 2px 4px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px 20px 0px 20px;
	line-height: 160%;
}

p.tip
{
	border-left: 3px solid #5C80B1;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	background: #FCFCFC;
	padding: 2px 2px 2px 4px;
	margin: 0px 20px 0px 20px;
}

