/* CSS Document */

body {
  margin: 0px auto;
  font-family : "Trebuchet MS",Arial, Helvetica, Comic Sans;
  font-size: 11pt;
  /*font-size-adjust:0.58;*/
  line-height:1.4em;
}

h1, h2 {
  line-height: 1.2em;
}
h1,h2,h3,h4,h5,h6 {
  color: #183974;
}
h1 {
    font-size: 150%;
}
h2 {
	font-size: 135%;
	color: #4F8A10;
}

/* SOME DEFAULTS */
table {
    border-collapse:separate;
}
td {
    vertical-align:top;
}
col.number {
    text-align:right;
}

a {
  color: #183974;
  text-decoration: none;
  font-weight: bold;
  font-size: inherit;
}
a:hover {
  color: #C1382F;
  text-decoration: underline;
}


div {
    position: relative;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
}

ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  margin-bottom: 0.8em;
}
img {
  border: 0px;
}

* html #MainBody
{
height:1px;
}
/* end hack */


* {
	margin-top: 0px;
}

div {
	position: relative;
}
table {
	margin-bottom: 1em;
}
