BODY {
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	color : Black;
	background-color : White;
	margin : 0;
	border : 0;
	padding : 0;
}

A {
	color : Blue;
	text-decoration : underline;
}

A:visited {
	color : #0099ff;
	text-decoration : underline;
}

A:hover {
	color : Fuchsia;
	text-decoration : underline;
}

H1 {
	text-align : center;
	font-size : xxx-large;
	color : Blue;
	background-color : Aqua;
	clear : both;
	padding-top : 10px;
	padding-bottom : 10px;
	position:relative;
}

H4 {
	text-align : left;
	font-size : large;
	background-color : White;
	clear : none;
	padding-left :10px;
	padding-top : 5px;
	padding-bottom : 5px;
	position : relative;
}

H4.clear{
	clear : both;
}

H6 {
	text-align : left;
	font-size :medium;
	background-color : White;
	clear : both;
	padding-left :10px;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : bolder;
	position:relative;
}

P {
	text-align : left;
	font-size : medium;
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin : 0px;
}

P.txt {
	text-align : justify;
	clear : none;
	position : relative;
}

P.clear{
	text-align : justify;
	clear : both;
	position : relative;
}

P.footnote {
	text-align : left;
	font-size : x-small;
}

LI.txt{
	font-size : small;
	text-align : left;
	padding : 0px;
    margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 0px;
}

#leftcol {
	position : absolute;
	left :0px;
	top : 0px;
	width : 160px; 
	background-color : White;
}

#rightcol {
   	margin-left :  160px;
	background-color : White; 
}
	
IMG{
	margin : 0px;
	border : none;
}

IMG.lhs{
	float : left;
	margin : 1px;
	margin-right : 10px;
	border : 0;
}

IMG.rhs{
	float : right;
	clear : none;
	margin : 1px;
	margin-left : 10px;
}

.button {
	border: 1px solid White;
	padding: 5px;
	width: 150px;
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bolder;
	height: 1.25em;
	background-color: Aqua;
	text-align : center;
} 

.button a:link {
	text-decoration : none;
	color : Blue;
}

.button a:visited {
    text-decoration : none;
    color : #0099ff;
}

.button a:hover {
	text-decoration: none;
	color : Fuchsia;
}

DIV.spacer {
	clear : both;
}

TD{
	padding: 10px;
	padding-bottom:0px;
	vertical-align : top;
}

TD.td_w1{
	width : 70px;
}

TD.td_w2{
	width : 70px;
}

TD.td_w3{
	width : 60px;
}

TD.td_w4{
	width : 160px;
}

TD.td_r1{
	width : 140px;
}

TD.td_r2{
	width : 150px;
}
