/*html tags*/
.H1{
	font-family: Arial, "MS Sans Serif";
	font-size: 19px;
	color: black;
	letter-spacing: 4px;
	font-weight: bolder;
}
.H2{
	font-family: Arial, "MS Sans Serif";
	font-size: 14px;
	color: black;
	letter-spacing: 5px;
	font-weight: bolder;
	border-bottom: 1px solid red;
}
p{
	font-family: Arial, "MS Sans Serif";
	font-size: 12px;
	color: black;
}

a{
	font-family: Arial, "MS Sans Serif";
	font-size: 11px;
	color: Black;
	text-decoration: none;
}
a:hover {
	font-family: Arial, "MS Sans Serif";
	font-size: 11px;
	color: #6495ED;
	text-decoration: none;
}
.aPrint{
	font-family: Arial, "MS Sans Serif";
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.aPrint:hover{
	font-family: Arial, "MS Sans Serif";
	font-size: 12px;
	color: #6495ED;
	text-decoration: none;
}
.aEmail{
	font-family: Arial, "MS Sans Serif";
	font-size: 10px;
	color: Gray;
}
.aEmail:hover {
	font-family: Arial, "MS Sans Serif";
	font-size: 10px;
	color: #3333ff;
	text-decoration: none;
}
.aEmailContact{
	font-family: Arial, "MS Sans Serif";
	font-size: 10px;
	color: black;
}
.aEmailContact:hover {
	font-family: Arial, "MS Sans Serif";
	font-size: 10px;
	color: #3333ff;
	text-decoration: none;
}
.aImg{
	width: 64px;
	border-color: #D3D3D3;
	border-style: solid;
	border-width: 1px;
}
.img{
	border;
	border: 2px solid Black;
}
.itemHeader{
	border-bottom: 1px dashed #2c057e;
}