td img {
	display: block;
}

body {
	background-image: url(../images/bg.gif);
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
overflow-y: scroll;

}

html, body
{
     height: 100%;
	 margin:0;padding:0
}

p, ul, h2, ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 2em;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #1D9974;
	font-weight: normal;
	margin-bottom: -10px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: medium;
	color: #04274F;
}

h2
{
	font-weight: bold;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

.ul2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 2em;
	margin-left: 7px;
    padding-left: 7px
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover { 
	color: #1d9974
}

#scroll {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}

