/* TAG STYLES */
body {
	background:#FFF;
	margin:0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
p {}
h1,h2,h3,h4,h5,h6 {
	color:#029ED7;
	margin:0;
	padding:0;
}
h1 {
	font-size:170%;
	color:#666;
	border-bottom:1px solid #CCC;
	line-height:.9em;
	margin-bottom:10px;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:120%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:100%;
}
a {}
/* causes trouble with IE and underlining image links
a:hover {
	background:#029ED7;
	border: 0px;
	margin: 0px;
	color:#FFF !important;
	text-decoration: none;
}
*/
ul {}
li {}
ol {}
table {
	font-size:100%;
}
tr {
	font-size:100%;
}
td {
	font-size:100%;
}
form {
	margin:0;
	padding:0;
}
input {}
textarea {}
select {}
option {}
button {}
img {
	border:none;
}
acronym {}
blockquote {}
code {}
pre {}
hr {}
iframe {}

/* ELEMENT Styles */
.intro_text {
	color:#666;
	letter-spacing:1px;
}
.right-content {
	float:right;
	margin:0 0 10px 10px;
}
.right-content-and-border {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #333;
}
.left-content {
	float:left;
	margin:0 10px 10px 0;
}
.left-content-and-border {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #333;
}
