/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
#appendix table{
	padding: 0px;
	margin: 0px;
	border: thin solid #006699;
}

#appendix td{
	padding: 5px;
	text-indent: 0px;
	margin: 0px;
	vertical-align: middle;
	line-height: 1;
	border: thin solid #006699;
}

#appendix strong{
	font-weight: 400;
	color: #006699;
}


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5;
	text-indent: 25px;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 50px;
	padding-left: 50px;
	/* the following code causes problems with Internet Explorer */
	/* background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-attachment: fixed; */
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	padding: 20px;
	margin: 20px;
	border: thin solid #006699;
}

table td {
	padding: 10px;
	text-indent: 0px;
	margin: 10px;
	vertical-align: middle;
	line-height: 1;
	border: 1px solid #006699;
}

table th {
	padding: 10px
	background-color: #006699;
	color: #FFFFFF;
	text-indent: 0px;
	background-color: #006699;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

ol {
	text-indent: 3px;
}

li {
	text-indent: -3px;
}

/************** .text styles ***************/

.text{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

/* adjust margins to change separation between the feature image and text flowing around it */

.pull {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	font-weight: normal;
	margin: 10px;
	padding: 20px;
	vertical-align: middle;
	text-indent: 0px;
	background-color: #71A1C0;
}

.headline {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	padding-bottom: 5px;
}



.mono {
	font-family: "Courier New", Courier, monospace;
}

.ref {
	text-indent: -10px;
	margin-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
