@charset "UTF-8";
/* CSS Document */

/*======================
HEADINGS
========================*/
h1{color:#fff; font-size:5px;}
h2{
	color:#F36;
	background:#000;
	font-size:16px;
	font-weight:500;
}
h3, h4, h6{ font-size:12px; font-weight:400; color:#000; }

hw{
	color:#F36;
	margin:10px 0 5px 0;
	font-size:14px;
	margin-left:10px;
	font-style:italic;
}
/*======================
LINKS
========================*/
a
{
	color:#000; font-size:14px;
}
a:hover
{
	color:#F36;
}
a:visited
{

}

/*======================
PARAGRAPHS
========================*/
p
{
	margin-bottom:10px;
	margin-left:10px;
}

/*======================
STRONG/B EM/I
========================*/
strong, b
{
font-weight:700;
}
em, i
{
font-style:italic;
}
/*======================
UNORDERED LIST
========================*/
ul
{
list-style:disc;
margin-left:30px;
}
ul li
{

}
/*======================
ORDERED LIST
========================*/
ol
{
list-style:decimal;
margin-left:35px;
}
ol li
{

}
/*======================
DEFINITION LIST
========================*/
dl{ margin-left:15px; }
dt{
	display:block;
	margin:10px 0 5px 0;
	padding-left:10px;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
}
dd{ margin-left:23px; color:#717171;  }

/*======================
MISC
========================*/
blockquote{ background:url(../images/quote.png) no-repeat; padding:5px 0 0 18px; color:#5f5f5f; margin-bottom:10px;   }
blockquote span { display:block; text-align:right; font-weight:700; color:#000;  }

abbr{ border-bottom:dotted #000 1px;  }

acronym{ border-bottom:dotted #000 1px; }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{ font-size:11px }

