*
{
	border: 0;
	margin: 0;
	padding: 0;

}
p {
	font-size: 14px;
	line-height: 17px;
	padding-bottom:10px;
	color: #000001;
	font-family: "Times New Roman", Times, serif;
}

p a
{
	background: inherit;

}
img{
padding: 5px;

}

body{
	
	background: #fff;
	color: #000001;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 760px;	text-align: center;


}

h1{
	font-size: 30px;
	color: #02354B;
		font-family: Georgia, Cambria, Times New Roman, serif;
}
h2{
	font-size: 18px;
		color: #4F4F4F;
		font-family: Georgia, Cambria, Times New Roman, serif;
			padding-bottom:10px;

}


h3{
	font-size: 22px;
	font-weight: normal;
	font-family: Mistral, Cursive, sans-serif;
	color: #02516F;			padding-bottom:10px;

}
h4 {
	font-family: "Franklin Gothic Bold Condensed", "Franklin Gothic Bold", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
			padding-bottom:10px;
	color: #696969;
}

.menu, a.menu, a.menu:link {
	font-weight: normal;
	text-align: center;

	font-size: 14px;


}
a:hover, a.active, a.menu:active; a.visited; a.menu:visited; a.menu:hover{
color: #0388B5;

}
a{
text-decoration: underline;
color: #027AA8;

}

.footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
}


.thumbnail{
	position: relative;
	z-index: 0;
		text-decoration: none;
	font-size: 10px;
	color: #606066;
	text-align: left;
	line-height: normal;
	font-style: italic;
		font-family: Georgia, Cambria, Times New Roman, serif;

}
.byline, .byline p{
		padding: 5px;
		text-decoration: none;
	font-size: 11px;
	color: #606066;
	text-align: center;
	line-height: normal;
	font-style: italic;
		font-family: Georgia, Cambria, Times New Roman, serif;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -681px;
	border: 1px solid #000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background: #fff;
	float: left;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
	float: left;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -220px;	float: left;
left: -100px; /*position where enlarged image should offset horizontally */

}
#dynloadarea{
width:500px;
height:500px;
background: url(gloves/images/white.jpg);
}
.chatterhead {

	font-size: 40px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-top: 1px solid #666666;	
	border-bottom: 1px solid #666666;

}


hr{
border: none 0;
border-top: 1px dashed #696969;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
padding: 5px 0 5px 0;

}

