@import url("OnCue-Structure.css");
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
* {
	margin: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background-color: #E6E6E5;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
img {
	border: 0;
}
p {
	margin: 0px;
	padding-bottom: 1.2em;
}
li {
	margin: 30px;
}
hr {
	border: none 0;
	border-top: 1px solid #999;
	width: 100%;
	height: 1px;
}
.indent {
	padding-left: 20px;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #006699;
	margin: 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
