/* bif_text.css (for Sylvia, typography)*/

body {
	font-size: 9pt;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

blockquote {
}

/* ---------- <a> tag ----------- */

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

.quickLinks a, 
.quickLinks a:link,
.quickLinks a:visited,
.quickLinks a:focus,
.quickLinks a:active, 
.quickLinks a:hover {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* ----------- <h?> tag ----------- */

h1 {
}

h2 {
	font-size: 14pt; 
	font-weight: normal;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

h2.fp {
 	font-size: 14pt;
 	font-weight: bold;
 	font-family: "Times New Roman", Times, serif;
	font-style: italic;
 }

h2#tag {
 	font-size: 1.5em;
 	font-weight: bold;
	font-style: italic;
 	font-family: "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

/* -------- <hr> tag ------------- */


/* ---------- <p> tag ---------- */

p {
}

/* ------------ <ul> <li> tags ---------- */

ul {
}

li {
}


/* ------ classes --------------------------- */

.box  {
	font-size: 8pt;
}

.didYouKnow {
	font-size: .95em;
}	

.sm {
	font-size: 8pt;
}

/* ---  id's ---------------------------- */

.didYouKnow {
	font-size: .95em;
}	

#navInside {
}

#whiteBox {
}

#wrapBlue {
}

/* footer elements ----------------- */

.footer {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* form elements ------------------- */

form .icon {
} 

form input {
	font-size: 9px;
}

form p {
}

/* start of php section items */

.phpbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.phpbox ul {
}

.phpbox li {
}

.phpbox a:link, .phpbox a:visited {
	text-decoration: none;
}

.phpbox a:hover {
	text-decoration: none;
}

.phpbox a:focus, .phpbox a:active {
	text-decoration: none;
}
/* end of php section items */
