
/* ### -- -- -- -- -- Miscellaneous -- -- -- -- -- ### */

body {
	margin: 0;
	padding: 0 10px;
}

#page {
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}

.left {
float:  left;
}

.right {
float: right;
}



img {
	vertical-align: middle;
	border: 0;
}

hr {
	display: none;
}

td{
vertical-align:top;
}

.hidden {
	height: 0;
	overflow: hidden;
	position: absolute;
	left: -9000px;
	max-width: 8000px;
}

.clear {
	clear: both;
}

/* ### -- -- -- -- -- Headings -- -- -- -- -- ### */

h1 {
	margin: 0;
	padding: 0 0 15px 0;
}

h1 a {
	text-decoration: none;
}

h2, h2 a {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* ### -- -- -- -- -- Links -- -- -- -- -- ### */

a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* ### -- -- -- -- -- External Links -- -- -- -- -- ### */

.externalURL {
	background-image: url("../../icon/externalURL.png");
	background-position: center right;
	background-repeat: no-repeat;
	margin-right: 3px;
	padding-right: 15px;
}

.externalURL:hover {
	background-image: url("../../icon/externalURLHover.png");
	background-position: center right;
	background-repeat: no-repeat;
}

/* ### -- -- -- -- -- Copyright -- -- -- -- -- ### */

.copyright {
	text-align: center;
	white-space: nowrap;
	padding: 20px 0 7px 0;
	clear: both;
}

.copyright a {
	text-decoration: none;
}
