* {
	margin: 0px;
	padding: 0px;
}
.px09 {font-size: 55%;}
.px10 {font-size: 65%;}
.px12 {
	font-size: 75%;
}
.px14 {font-size: 90%;}
.px16 {font-size: 100%;}
.px18 {font-size: 115%;}
.px20 {font-size: 125%;}
body {
	font-size: 90%;
	text-align: center;
}
body div {
	text-align: left;
	margin: 0 auto;
}
html{
	overflow-y:scroll;
	/*height:100%;
	margin-bottom:1px;*/
}
p {
	margin-top: 0px;/*For DW*/
	margin-bottom: 0px;
	font-size: 90%;
}
.left {
	text-align: justify;
	width: auto;
	position: relative;
	left: 312px;
	top: 0px;
}

.right {
	float: right;
	margin-left: 20px;
	text-align: justify;
	width: auto;
}
.break {
	page-break-after: always;
}
.floatclear {
	clear: both;
	line-height: 0px;
}
.red {color: #FF0000}
.blue {color: #0000FF}
.white {
	color: #FFFFFF;
}
.darkblue {
	color: #001F8A;
}
.beige {
	color: #F3EDDC;
}

.lightpink {
	background-color: #f5f5dc;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66CCCC;
}
.lightdark {color: #666666}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}

