
html {
}
body {
	font-family: Verdana, Arial, Helvetica, Tahoma, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 76%;
}
img {
	border: 0;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding: 0 0 0.1em;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding: 0 0 0.1em;
}
h3 {

}
h4 {

}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	padding: 0 0 0.5em;
}

p, li {
}
	ul {
		list-style: none;
	}
	
	li {
	/* padding: top left bottom right; */

	}


a {
	color: #000;
	text-decoration: none;

}
a:visited {
	color: #000;
}
a:hover {
	color: #ff0000;
}
a:active {
	outline: none;
}


body.darkgrey a {
	color: #fff;
	text-decoration: none;

}
body.darkgrey a:visited {
	color: #fff;
}
body.darkgrey a:hover {
	color: #ff0000;
}






address {
	font-style: normal;
	line-height: 1.4em;
}

/* Hides from IE-mac \*/
acronym {
	border-bottom: 1px dotted #999;
}
acronym:hover {
	cursor: help;
}
/* End hide from IE-mac */

table {
	border-collapse: collapse;
}
th {
	font-weight: normal;
	color: #ccc;
}
hr {
	clear: both;
	display: block;
	border: 0;
	border-top: 1px solid #826B53;
	height: 0;
}