html
{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}
body
{
	height: 100%;
	margin: 0;	
	border: 0;
/*	padding: 10px; */

	padding-left: 15%;
	padding-right: 15%;

	background-color: #white;
	font-size: 16Px;
	font-family: Georgia, "New Century Schoolbook" , Times, serif;
	list-style-image: url("../media/list.item.png");
	list-style-type: disc;
}
table.pageframe
{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}


p,td
{
	font-size: 16px;
	font-family: Georgia, "New Century Schoolbook" , Times, serif;
}


.preformatted
{
	white-spaces: pre;
}
.centered
{
	text-align: center;
}
.justified
{
	text-align: justify;
}
.hright
{
	text-align: right;
}
.hleft
{
	text-align: left;
}
.vtop
{
	vertical-align: top;
}
.fullwidth
{
	width: 100%;
}
.fullheight
{
	height: 100%;
}


.noborder
{
	border: solid 0px black;
}
.blackborder
{
	border: solid 1px black;
}

a
{
	text-decoration: none;
}
a:link
{
	color: #990000;
}
a:visited
{
	color: #990000;
}



img.textonright
{
	float:left;
	margin-right: 5px;
}
img.textonleft
{
	float:right;
	margin-left: 5px;
}