html {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 height:100%;
margin-bottom: 1px; /* always show scrollbar like in IE --workaround--*/
}

body {
	margin: 0px;
	background-image:url(../images/tile.gif);
	background-repeat:repeat-x;
	background-color:#f6f8fb;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #295d97;
	font-size: 14px;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #295d97;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #71b343;
}

li {
	padding-bottom:5px;	
}

ul {
	margin-left:0px;
	padding-left:40px;
	list-style: url(../images/bullet.gif);
	font-size: 14px;	
}

#ul_table {
	margin-left:10px;
	padding-left:10px;
	list-style: url(../images/bullet.gif);
	font-size: 14px;
}

span.strong{
font-size: 16px;
color: #0d3672;
}
