/* This stylesheet removes some inter-browser differences */

body,p,div,h1,h2,h3,h4,h5,h6,button,input,select,textarea {
	font-family: "Segoe UI","Trebuchet MS",Verdana,Tahoma,sans-serif;
}

/* Bugfix for IE */
table,input {
	font-size: 100%;
}

p,ul,ol
{
	line-height: 135%;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 140%;
	margin: 0;
}
h1 {
	font-size: 200%;
	margin-top: 0.8em;
}
h2 {
	font-size: 151%;
	margin: 0.83em 0;
}
h3 {
	font-size: 117%;
	margin: 1em 0;
}
h4 {
	font-size: 100%;
	margin-top: 1.33em;
}
h5 {
	font-size: 83%;
	margin-top: 1.67em;
}
h6 {
	font-size: 68%;
	margin: 2.33em 0;
}

form {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px;
	padding: 0;
}

td,th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
}
table {
	border-collapse: collapse;
}

ul {
	list-style-type:square;
}

ul.Blind {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.First {
	margin-top: 0;
}

body {
	background-color: #FFFFFF;
	color: #000000;
}

hr {
	border: none;
	height: 1px;
	background-color: #000000;
	color: #000000;
}

a:active, a:visited, a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

div.Disclaimer {
	font-size: 75%;
	text-align: center;
}
