@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
/*	border: 0;*/
	background-color: transparent;
	color: #343434;
	font-size: 12px;
	font-weight: normal;
	font-family:###;
	font-style: normal;
	line-height:1.2;
}
ul {
	list-style-type:none;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
img {
	border: 0;
	vertical-align:bottom;
}
a {
	color:#32638d;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color: #800080;
}
.accessibility {
	display:none;
}