/* ============================================== */
/* ============= PARAGRAPH STYLES =============== */
/* ============================================== */

p
{
	font-size: 9pt;
}

p.attrib
{
	font-size: 6.5pt;
	color: #a0a0a0;
	text-align: right;
}

/* ============================================== */
/* ================ HEADER STYLES =============== */
/* ============================================== */

h1
{
	color: #00ff00;
	font-size: 22pt;
}

h2
{
	color: #b92020;
	font-size: 18pt;
	font-family: Helvetica,Tahoma,Arial,sans-serif;

	margin: 0;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-top: 15px;
	
	padding-top: 2px;

	border-top: 1px solid #b92020;
}

h3
{
	color: #b92020;
	font-size: 12pt;
	font-family: Helvetica,Tahoma,Arial,sans-serif;
}


/* ============================================== */
/* ========== IMG ATTRIBUTE LINKS =============== */
/* ============================================== */

a:link.attrib
{
	color: #a0a0a0;
	text-decoration: underline;
}

a:visited.attrib
{
	color: #a0a0a0;
	text-decoration: underline;
}

a:active.attrib
{
	color: #a0a0a0;
	text-decoration: underline;
}

a:hover.attrib
{
	color: #a0a0a0;
	text-decoration: underline;
}

/* ============================================== */
/* ================ DEFAULT LINKS =============== */
/* ============================================== */

a:link
{
	color: #b92020;
	text-decoration: underline;
}

a:visited
{
	color: #b92020;
	text-decoration: underline;
}

a:active
{
	color: ##b92020;
	text-decoration: underline;
}

a:hover
{
	color: #b92020;
	text-decoration: underline;
}

/* ============================================== */
/* ========== ABOUT PAGE PORTRAIT PICS ========== */
/* ============================================== */

img.portrait_pic
{
	padding-right: 10px;
}

/* ============================================== */
/* =========== FAQ SPECIFIC STYLE =============== */
/* ============================================== */

p.faq_question
{
	font-size: 11pt;
	font-weight: bold;
	color: #b92020;
}

hr
{
	border-top: 1px dotted #909090;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

p.faq_answer
{
	font-size: 9.5pt;
}

p.disclaimer
{
	font-size: 8pt;
	color: #707070;
	font-style: italic;
	text-align: justify;
}

ul
{
	list-style-type: square;
}

li
{
	font-size: 9.5pt;
	padding-bottom: 6pt;
}
