html
	{
		overflow-y: scroll;
	}
html, body
	{
		height: 100%;
	}
body
	{
		margin: 0px;
	}
body, td, h1, h2, h3, h4, h5
	{
		font-family: Arial;
		font-size: 13px;
		color: #145b72;
	}
table
	{
		border-collapse: collapse;
		border-spacing: 0px;
	}
td
	{
		padding:0px;
	}
a, a:visited, a:hover, a:active
	{
		text-decoration: underline;
		font-weight: bold;
		color: #000;
	}
a, img
	{
		border: none;
	}
ul
	{
		padding: 0px;
		padding-left: 14px;
		margin:0px;
		margin-left: 3px;
		margin-top: 10px;
	}
li
	{
		text-align:left;
		padding-top: 3px;
		padding-bottom: 3px;
	}
h1, h2, h3, h4, h5
	{
		padding: 0px;
		margin: 0px;
	}
p
	{
		margin: 0px;
		padding: 0px;
		text-align: justify;
		width: 700px;
	}
p.instructionDesc
	{
		width: 500px;
		padding-left: 10px;
		color: #000;
	}
h1.instructionSubTitle
	{
		width: 500px;
		font-weight: bold;
		font-size: 14px;
		padding-left: 10px;
		padding-bottom: 7px;
		color: #c70000;
		text-align:left;
	}
h1.bigTitle
	{
		font-weight: bold;
		font-size: 18px;
		text-align:center;
	}
h1.indexTitle
	{
		font-weight: bold;
		text-align:left;
	}
h1.instructionTitle
	{
		font-weight: bold;
		text-align:left;
		color: #c70000;
	}
.menuItem, .menuItem a
	{
		font-weight: bold;
		font-size: 15px;
		padding-left: 7px;
		padding-right: 7px;
		padding-bottom: 3px;
		color: #fff;
		white-space: nowrap;
		cursor: pointer;
		text-decoration: none;
	}