body {
	margin: 10px 20px 10px 20px;
}

table {
	font-family: verdana;
	font-size: small;
	text-align: justify;
}

h1 {
	font-family: verdana;
	font-size: 14;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	border-bottom: 2px #000099 dotted;
	color: #000099;
}

h2.center {
	font-family: arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000099;
	text-align: center;
	border: 0px;
}

h3 {
	font-family: verdana, sans-serif;
/*	font-size: large; */
	font-weight: bold;
	font-style: italic;
	color: #000099;
	text-align: center;
}

.spot {
	font-family: verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
}

.little {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #696969;
	text-align: center;
}

.lilblk {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

.lilpdf {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: right;
}

.lilref {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}
	
table.button {
	border:1px solid #000000;
	background-color: #CCCCFF;
	border-style:outset;
	border-top-color: #C8C8FF;
	border-left-color: #c8C8FF;
	border-bottom-color: #9d9dDD;
	border-right-color: #9d9dDD;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

table.main {
	width: 100%;
	border: 1px solid #0000CC;
/*	padding: 30px;		- IE bug, use rows/cols
	padding-bottom: 2px; */
	background-image: url(img/tablebg.gif)
}

table.main td {
	border: 0px;
}

.blue {
	font-weight: bold;
	color: #000099;
}

.red {
	font-weight: bold;
	color: #990000;
}

/* top-banner */
td.logo {
	width: 180px;
	height: 55px;
	background-image: url(img/logo.gif);
}
td.bannl {
	width: 180px;
	height: 55px;
	background-image: url(img/topbgl.gif);
}
td.bannc {
	width: 291px;	
	height: 55px;
	background-image: url(img/topbgc.gif);
}
td.bannr {
	width: 89px;
	height: 55px;
	background-image: url(img/topbgr.gif);
}

ul {
	list-style-image: url(img/ar.gif);
}

ul.simple {
	list-style-image: url(img/li.gif);

}

a.ref {
	font-size: 9pt;
	text-decoration: none;	
}

a.ref:hover {
	text-decoration: underline;
}

table.ref {
	border: 1px solid #000099;
	text-align: left;
}
table.ref td {
	border: 1px solid #DDDDFF;
}

table.ref td.ltblue {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #DDDDFF;
}
table.ref td.vltblue {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEFF;
}
table.ref td.center {
	text-align: center;
}

table.cen {
	border: 1px solid #000099;
	text-align: left;
}

table.cen td {
	border: 1px solid #5F5F5F;
}

table.cen td.head {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCFF;
}
table.cen td.head1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCFF;
}


table.cen td.cell {
	background-color: #EEEEFF;
}

table.lil {
	background-color: #DDDDFF;
	border: 1px solid #CCCCFF;
}

table.lil td {
	border: 1px solid #CCCCFF;
	font-size: 8pt;
	text-align: right;
}

table.lil0 td {
	border: 1px solid #CCCCFF;
	font-size: 8pt;
	text-align: left;
}




