@import url("Point-Structure.css");
@import url("Point-Navigation.css");
@import url("Point-Administration.css");
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
* {
	margin: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #47535B;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(../images/global/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}
img {
	border: 0;
}
p {
	padding-bottom: 1.3em;
	margin: 0;
}
table, input, textarea, select {
	font-size: 1.1em;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 15px;
}
dt {
	padding: 0px 0px 10px;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a {
	color: #47535B;
	text-decoration: none;
}
a:hover {
	color: #8BA409;
	text-decoration: underline;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.6em;
	color: #8BA409;
	margin: 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 4px 0px;
	font-weight: lighter;
}
