/* CSS Document */
body {
   margin: 0px;
   padding: 0;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   color: #000;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: underline;
}

ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


.content-view-embed{
	padding-bottom:5px;
}