﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
<html>

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="en" http-equiv="Content-Language" />

</head>

<body>

@charset "utf-8";

.container {
 text-align: center;
} 

.td {
	margin: auto;
	padding: 0px;
	border-width: 0px;
	background-color: white;
}

.border0 {
	border-style: solid;
	border-width: 0px;
}

.border1 {
	border-style: solid;
	border-width: 1px;
}

.center {
	text-align:center;
}

.background-grey {
	background-color: #eeeeee;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.background-blue {
	background-color: #99CCFF;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.background-orange {
	background-color: #ffcc00;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

dt {
  font-family: sans-serif;
  font: 1em;
}

dd {
  font-family: sans-serif;
  font: 1em;
}

li {
  font-family: sans-serif;
  font: 1em;
}

td {
  font-family: sans-serif;
  font: 1em;
}

th {
  font-family: sans-serif;
  font: 1em;
}

p {
  font-family: sans-serif;
  font: 1em;
}

body {
  font-family: sans-serif;
  font: 1em;
}

html {
  font-family: sans-serif;
  font: 1em;
}

h6 {
  font-family: serif;
}

h5 {
  font-family: serif;
}

h4 {
  font-family: serif;
}

h3 {
  font-family: serif;
}

h2 {
  font-family: serif;
}

h1 {
  font-family: serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
a:link { color: #00f; }
a:visited {
	border-width: 0px 0 0 0;
	color: #009;
}
a:hover { color: #06f; }
a:active { color: #0cf; }

ul {
    list-style: none;
    margin-left: 0em;
    padding-left: 0.5em;
    text-indent: 0em;
}

</body>

</html>

