﻿html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }


html { min-height: 100.05%; }

body, td, input, textarea
{
	font:0.8em Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color:#555555;
	line-height: 1.6em;
}
body {
    text-align:center;
    padding:0px;
    margin:0px;
    background:url("../images/bg_body.gif") repeat-x;
}

img { border:none; }

hr { display:none; }

h1, h1 a , h1 a:hover
{
	color:#3E7236;
	font-size:22px;
	margin:0px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

h2 {
	color:#0095D5;
	font-size:20px;
	font-weight:bold;
	font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
}

p { margin:16px 0px; }

a {
	color:#0095D5;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#0095D5;
	text-decoration:none;
	font-weight:bold;
}
