/* generic styles and typography */


body {
	/*font-family: calibri, verdana, arial, helvetica, sans-serif;*/
	/*font-family: georgia, "times new roman", times, serif;*/
	font-family: calibri, arial, 'trebuchet ms', verdana, helvetica, sans-serif;
	font-size: 92%;
	color: #000;
	background-color: #fff;
	margin: 0px;

	}

#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;
	 /*use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes
	relates the width of an unrelated menu div to this div. */ 
	}
    
/*Typography*/
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound
	ie pc problems that are beyound summary in a simple comment. see box model hacks*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
p {
	font-size: 1em;
	line-height: 122%;
 	margin: 1.2em 0em 1.2em 0em;
	/*font-family: georgia, "times new roman", times, serif;*/
	}

/*     Other   */
img {
	border: 0;
	}

ol, ul, li {
	/*list-style: none;*/
	/*font-size: 1.0em;*/
	line-height: 1.8;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	font-size: 1.0em;
	
	}
.smcaption {
	font-family: calibri, arial, 'trebuchet ms', verdana, helvetica, sans-serif;
	font-size: .71em;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	position: relative;
	margin-top: 2px;
	margin-left: 27px;
}
.smcaption2 {
	font-family: calibri, arial, 'trebuchet ms', verdana, helvetica, sans-serif;
	font-size: .71em;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-left: 5px;
}
.itemletter {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 87px;
	top: 148px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.itemletter2 {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top: 148px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 17px;
	margin-left: 30px;
	font-size: 10px;
	color: #999999;
}
.small-ital {
	font-size: 12px;
	font-style: italic;
}
.intlinks li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #0099CC;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.intlinks2 li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #0099CC;
	/*display: inline;*/
	list-style-type: none;

}
ul.intlinks {
	margin-right: auto;
	margin-left: -10px;
	margin-top: -2px;
	margin-bottom: 8px;
}
.containercopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	clear: both;
	text-align: center;
	margin-top: 80px;
	color: #666666;
}
ul.intlinks2 {

	/*margin-right: auto;
	margin-left: -8px;*/
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}
.lilred {
	font-weight: bold;
	color: #FF0000;
	font-size: 0.75em;
}
li.here {
	color: #006699;
}

