body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006600;
}

a:visited {
	color: #993333;
}

a:hover {
	color: #993300;
}

a:active {
	color: #009933;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

table {
	vertical-align: top;
}

td {
	vertical-align: top;
}

tr {
    vertical-align: top;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

.bottomalign{
	text-align: left;
	vertical-align: bottom;
}
.tableRight {
	text-align: right;
	vertical-align: top;
	background-position: right top;
}
.tableLeft {
	text-align: left;
	vertical-align: top;
}
