/* CSS Document */

/* Defualt Font Information */
table,label,span{
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
p, h1, h2, h3, a, ul	{
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-align:left;
	}

h1, h2, h3, a
	{
	color:#0774B3;
	}

h1, h2, h3
	{
	font-weight:bold;
	}
	
p, h3, a, ul
	{
	font-size:13px;
	}
	
p, ul
	{
	font-weight:normal;
	color:#666666;
	}

h1
	{
	font-size:12pt;
	}
	
h2
	{
	font-size:11pt;
	}
	
a
	{
	font-weight:normal;
	text-decoration:none;
	border:0;
	}
	
p
	{
	margin-top:0px;
	}	
	
a:hover
	{
	font-weight:normal;
	text-decoration:underline;
	border:0;
	}

/* Article font information */

#article_container p, h1, h2, h3, h4, a, ul
	{
	font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	text-align:left;
	}
	
#article_container p, a, ul
	{
	font-size:13px;
	line-height:18px;
	}
	
#article_container p, ul
	{
	font-weight:normal;
	color:#666666;
	}	
	
#article_container a
	{
	font-weight:bold;
	text-decoration:none;
	border:0;
	color:#0774B3;
	}
	
#article_container p
	{
	margin-top: 0; 
	padding-top: 0;
	}
	
#article_container a:hover
	{
	font-weight:bold;
	text-decoration:underline;
	border:0;
	color:#0774B3;
	}
	
#article_container span
	{
	color:#666666;
	}

#article_container h1
	{
	font-size:20pt;
	font-weight:normal;
	color:#000;
	margin:0; 
	padding-bottom:5px;
	}

#article_container h2
	{
	font-weight:bold;
	color:#666666;
	}
	
#article_container h3
	{
	font-size:11pt;
	color:#333;
	margin-bottom:0; 
	padding-bottom:3px;
	}

#article_container h4
	{
	margin-top: 0; 
	padding-top: 0;
	font-size:10pt;
	line-height:12pt;
	color:#666666;
	}
	
#article_container h5
	{
	font-family: arial,sans-serif;
	font-size:  14px;
	font-style: italic;
	margin: 2px 2px 2px 20px;
	color: #666;
	}
	
/* Article classes */
	
.p_indent
	{	
	margin: 10px 2px 2px 20px;
	}
	
.date
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding:5px;
	background-color:#EEE;
	color:#666666;
	margin-top:10px;
	}
	
.faq_links
	{
	margin-left:0px;
	padding:10px;
	list-style:none;
	line-height:20px;
	background-color:#EEE;
	clear:right;
	}
	
.grey_box_enclosure_bullets
	{
	margin:5px 0px 5px 0px;
	padding:10px 10px 10px 25px;
	list-style:square;
	background-color:#EEE;
	}
	
.grey_box_enclosure_no_bullets
	{
	margin:5px 0px 5px 0px;
	padding:10px;
	list-style:none;
	background-color:#EEE;
	}


/* Font colors */

.white
	{
	color:#FFFFFF;
	}
	
.blue
	{
	color:#0774B3;
	}
	
.ltgrey
	{
	color:#CCCCCC;
	}

.medgrey
	{
	color:#666666;
	}
	
.dkgrey
	{
	color:#333333;
	}


/* Bullets */

.bullet_red_circle
	{
	list-style-image:url(../images/icons/bullet-red-circle.png);
	}
	
.bullet_yellow_circle
	{
	list-style-image:url(../images/icons/bullet-yellow-circle.png);
	}
	
.bullet_blue_circle
	{
	list-style-image:url(../images/icons/bullet-blue-circle.png);
	}
	
.bullet_blue_square
	{
	list-style-image:url(../images/icons/bullet-blue-square.gif);
	}
	
/* Line heights */

.lh12
	{
	line-height:12pt;
	}
	
.lh14
	{
	line-height:14pt;
	}
	
.lh16
	{
	line-height:16pt;
	}
	
.lh30
	{
	line-height:30pt;
	}
	
.indent_for_icon
	{
	margin-left:130px;
	}
