/*
------------------------------------------------------------------------------
Universal Styles
------------------------------------------------------------------------------
*/

* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0em 5em 5em 5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color:#000;

}
h1, h2, h3, h4, h5, h6,  ul, ol, dt, dd, address {
	margin-bottom: 1em;
}
p{
margin:0px;padding:0px;
}
ul ul {
	margin-bottom: 0;
	margin-top: 0.25em;
	padding-left: 1em;
}
li {
	margin-bottom: 0.25em;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 1em;
}
a {
	outline: none;
}
img {
	border: none;
}
fieldset {
	border: none;
}
textarea {
	/* width: 100%; */
}
hr {
	display: block;
	border: none;
	border-bottom: solid 1px #ccc;
	background-color: transparent;
	margin-bottom: 1em;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	padding: 0.5em;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	font-weight: normal;
}
td {
	padding: 0.5em;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}


div.simpleGallery{
	width:775px !important;
}
div.simple-gallery-image{
	float:left;
	width:230px !important; 
	margin:5px;
	text-align:center;
}

a{
color:#000;
font-weight:bold;
text-decoration:none;
}