@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-family: inherit;
   vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
strong{
	font-weight:bold;}
body {
	line-height: normal;
	color: black;
	xbackground-color: #00267F;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(/_images/rightNav/legacy/td_background.png);
	background-repeat: repeat-y;
	background-position: right top;
}
ol, ul, ul ul {
	list-style-image: none;
	list-style-type: none;
}

li {
	list-style-image: none;
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}
.floatRight {
	float: right;
	margin: 0px;
	padding: 0px;
}

#content{
  font-size:80%;
	}

pre{
	font-family: "Courier New", Courier, monospace;
}