P { 	text-align: justify;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.Right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.Left{	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Clear {
	clear: both;
}
.ClearR {
	clear: right;
}
.ClearL {
	clear: left;
}
.Small {
	font-size:66%;
}

A:link { color: blue;
	background: transparent;
	text-decoration: none;
}
A:visited { color: #00008B;
	background: transparent;
	text-decoration: none;
}
A:active { color: red;
	background: transparent;
}			
A:hover {
	background: transparent;
	text-decoration: underline;
}
.PicLink {
	font-weight: normal;
}
.OthLink {
	font-weight: bold;
}

