@charset "utf-8";
/* CSS Document */

BODY {
	color: black;
	font-size: small;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #ADC1F1;
}

h1          {
	color: #FCB132;
	font-size: x-large;
	font-family: Tahoma;
	font-weight: bold;
}
h2    { color: #FCB132; font-size: large; font-family: Tahoma; font-weight: strong; margin: 0.5em 0 }
h3    { color: #FCB132; font-size: medium; font-family: Tahoma; font-weight: strong; margin: 1em 0 }
h4      { color: #FCB132; font-size: medium; font-family: Tahoma; font-weight: normal; text-indent: 5px }
h5    { color: black; font-size: small; font-family: Tahoma; font-weight: bold; margin: 1.67em 0 }
h6   { color: black; font-size: small; font-family: Tahoma; font-weight: bold; margin: 2.33em 0 }
bg color   { color: black; background-color: #fff;}
table    { font-size: small; font-family: Tahoma; }
p        {
	color: #3B4C82;
	font-size: 12pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	padding: 3px;
}
img {margin: 5px}

