/*======================
	HEADINGS
========================*/
h2{
	color:#FFFFFF;
	font-size:12pt;
	padding:0px;
	margin-bottom:0px
}
h3{
	color:#000000;
	font-size:240%;
	font-weight:700;
}
h1{
	font-size:12pt;
	font-weight:700;
	color:#FF0000;
	text-align: left;
}

h4, h5, h6{
	font-size:12px;
	font-weight:700;
	color:#999999;
}
/*======================
	LINKS
========================*/
a
{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover
{
	color:#FFFFFF;
}
a:visited
{
	
}
/*======================
	PARAGRAPHS
========================*/
p
{
	margin-bottom:10px;
	color: #666666;
	text-align: justify;
}
/*======================
	STRONG/B EM/I
========================*/
strong, b
{
	font-weight:700;
}
em, i
{
	font-style:italic;
}
/*======================
	UNORDERED LIST
========================*/
ul
{
	list-style:disc; 	
	margin-left:30px; 	
	margin-bottom:15px; 
}
ul li
{
	
}
/*======================
	ORDERED LIST
========================*/
ol 
{
	list-style:decimal; 	
	margin-left:35px; 
	margin-bottom:15px; 
}
ol li
{
	
}
/*======================
	DEFINITION LIST
========================*/
dl{ margin-left:15px; }
dt{ 
	background:url(../images/bullet.png) no-repeat;
	display:block; 
	margin:10px 0 5px 0; 
	padding-left:23px; 
	font-size:14px; 
	font-weight:700; 
	text-decoration:none; 
}
dd{
	margin-left:23px;
	color:#999999;
}
/*======================
	MISC
========================*/
blockquote{
	background:url(../images/quote.png) no-repeat;
	padding:5px 0 0 18px;
	color:#999999;
	margin-bottom:10px;
}
blockquote span {
	display:block;
	text-align:left;
	font-weight:700;
	color:#999999;
}

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 }

.large{ font-size:14px } 

