@charset "utf-8";

/* reset.css */


html{
	overflow-y:scroll;
	color: #333;
	font-size: small;
 }


table{
	font-size:inherit;
	font:100%;
}



h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address, form {
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}

table, th, td {
	border-style: none;
	margin: 0;
	padding: 0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

ul, ol{
	list-style:none;
}


img{
	vertical-align:bottom;
	border:0;
	margin:0;
	padding:0;
}

a:link img,
a:visited img,
a:hover img,
a:active img{
	background-color:transparent !important;
}

img.imgBlock{
	display:block;
}

strong{
	 font-weight:bold;
}

optgroup {
	 font-style:normal;
}



a:link{
	color:#7C3750;
}

a:visited{
	color:#7C3750;
}

a:hover {
	color:#7C3750;
	text-decoration:none;
}

a:active{
	color:#7C3750;
	text-decoration:none;
}