@import url("/css/home-import.css");
@import url("/css/common/text-body.css");
@import url("/css/home.css");
@import url("/css/common/header-block.css");
@import url("/css/common/corporate-branding.css");
@import url("/css/common/prospectus.css");
@import url("/css/common/azindex.css");
@import url("/css/common/form.css");
@import url("/css/common/image-block.css");
@import url("/css/common/navbar-block.css");
@import url("/css/common/navbar/tan.css");
@import url("/css/common/option.css");


/* $Id: home.css,v 2.14 2002/12/05 15:00:01 slesch Exp $ */

/* ******************  body  *************** */

html, body {
   background: #fff;
   color: #000;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0% 2% 0% 0%;
	padding: 0% 2% 0% 0%;
}

.small, .archive, .copyright {
   font-size: small;
}

.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}

.whiteout {
   color: #fff;
}


.slogan {
   margin: 0;
   padding: 0;
   margin-bottom: 0.3em;
   background: #fff;
   color: #777;
   font-family: Arial, Helvetica, sans-serif;
   font-style: italic;
   font-weight: bold;
}
.alphanumericlist {
	list-style-type: lower-alpha;
}
.romannumerallist {

	list-style-type: lower-roman;
}

