html {font-size: 100.01%;}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

body {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: black;
	background: #ffffff url(bg01.gif) left top no-repeat;
}

img {
	border-style: none;
}

strong {font-weight: bold;}

a {
	color: #0071BE;
	text-decoration: underline;
}

a:link {}
a:visited {}
a:focus {outline: none;}
a:hover   {color: #da1515;}
a:active  {color: #da1515;}
a.active  {}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}


h1 {font-size: 1.533em; color: black; margin: 0px 0px 20px 0px;}
h2 {font-size: 1.2em; color: black; margin: 0px 0px 15px 0px;}
h3 {font-size: 1em; color: black;}
h4 {margin-bottom: 0px;}

p {
	margin: 0px 0px 15px 0px;

}

ol, ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

li {
	margin: 0px 0px 2px 0px;
/*	padding: 0px 0 0 8px;
	background: url(design/m01.gif) top left no-repeat; */
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0px 0px 9px 0px;
	padding: 0px;
}

dl.indented dd {
	margin-left: 3em;
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

address {
	font-size: 115%;
	line-height: 120%;
}

.inl {
	vertical-align: middle;
}

.last {
	border: none;
}

.message {
	padding: 20px 0px;
	color: red;
}

.more {
}


.warn {
	color: red;
}

.for-print {
	display: none;
}

.preload {
	position: absolute;
	left: -3000px;
}

.fl { float: left; }
.fr { float: right; }
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }

button {padding:0;margin:0px 0 0 0;border:none;background:none;cursor:pointer; float: left;}
* html  button {cursor:hand;} /* alternate cursor style for ie */
