/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font: Arial;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	outline: 0px;
}
h1 {
	font-family: Arial;
	font-size: 24px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
}
h3 {
	font-family:Arial;
	font-size:12px;
}

.siganture {
	font-family: "Script MT Bold";
	font-size:24px;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
li {
	font-family:Arial;
	font-size:12px;
}
.NinePoint {
	font-size: 9px;
}
table {
	border-collapse: collapse;
}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #FFF8D6;
	}

td {
	padding: 0 0.5em;
	}

td.width {
	width: 190px;
	}

td.adjacent {
	border-left: 1px solid #CCC;
	text-align: left;
	}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.arial10 {
	font-family:Arial;
	font-size:10px;
}
.arial12 {
	font-family:Arial;
	font-size:12px;
}
.arial18 {
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}
.alignRight {
	text-align:right;
}
[name="hasborder"]
		{
			border:1px solid #000;
		}