html {
	height: 100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	/*font-size: x-small;*/
	color: #000000;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	background-color:#476AB1;
	background-image:url(../images/siteBackground.gif);
	background-repeat:repeat-x;
	/*min-height: 100%;*/
	/*height: 100%;*/
	text-align:center; /*this is for centering divs on IE 5.5 Mac */
}
h1 {
	font-weight: normal;
	font-size: 160%;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	padding: 15px 15px 1px 15px;
}
h3 {
	color: #FF8C00;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 15px 1px 15px;
	margin-bottom: 1px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 15px 1px 15px;
}
p {
	font-size: 95%;
	line-height: 1.5em;
	padding: 10px 15px 1px 15px;
}
form {
	padding: 0%;
	margin: 0%;
}

table {
	font-size: 100%;
} 

img {
	border:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:link {
	color: #49597B;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	/*background-color: #49597B;*/
}


/*\*//*/
body {
	min-height:5000px;
	height:100%;
}
/**/



