@import url("Avenue-Structure.css");
@import url("Avenue-Navigation.css");
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
* {
	margin: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #800000;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(../images/global/mesh.gif);
	background-repeat: repeat;
}
img {
	border: 0;
}
p {
	padding-bottom: 1.2em;
	margin: 0;
}
table, input, textarea, select {
	font-size: 0.8em;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 15px;
}
ul {
	padding-bottom: 10px;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a {
	color: #008B4E;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #800000;
	margin: 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 1.6em;
	line-height: 1.6em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.6em;
}

