/* Style sheet for FLPL pages 
Created April 2005 */

/* ================================== BODY ================================= */
BODY {
	background-color : #FFFFF3;
	color : #330066;
		font-size :10pt;
		font-family : Arial, Verdana, Helvetica, sans-Times New Roman, serif;
	margin-top:0pt; 
	margin-left: 0pt
}

/* ============= Linking  ===============*/

a:link          { text-decoration: none; color: #6666CC; }
a:active        { text-decoration: none; color: #009999; }
a:visited       { text-decoration: none; color: #663399; }
a:hover         { text-decoration: none; color: #663399; background-color: #FFFFCC; }


/* =================================== General text =================================== */


p, li, ol, ul, div, td { 
	font-family: Arial, Verdana, Helvetica, "sans-Times New Roman", serif;  
	font-size :10pt;
	font-style: normal; 
	line-height: 135%;
		color : #003300;
}
b, strong { font-weight : bold;  }
i, cite, em, var, address { font-style: italic; }
big { font-size: 120%; }
small { font-size: 75%; }
sub, sup { font-size: 11px; }

.single {
	line-height : 100%
}



/* =================================== Headings ===================================*/

H1 {
	font-size: 30px;
	font-family:  "Georgia", "Times New Roman", serif;

	line-height: 100%
	padding-left: 7px;
	color : #663399;
	line-height: 30px;
}

H2 { 
	font-size: 20px; 
	font-family:  "Georgia", Times New Roman, serif; 
	color : #663399;
}

h3 {font-family:  "Georgia", Times New Roman, serif;  
	color : #6666CC; 
	font-size: 15px; 
	line-height: 17px;
}

h4 {font-family: Arial, Verdana, Helvetica, serif; color : #663399; font-size: 14px;  font-weight : bold; line-height: normal; display : inline;}
h5 {font-family: Arial, Verdana, Helvetica, serif; font-size: 13px; display : inline; }
h6 {font-family: Arial, Verdana, Helvetica, serif; font-size: 10px; display : inline; line-height: normal;}


/* Lists */
UL LI {
list-style: square;
}
/* ===================  Stripes and Menus =============================== */

.stripe	 {
	color: #FFCC00;
	width: 115px;
}


.sidemenu A:link {
 text-decoration: none;}
 
.sidemenu { 
font-family: Arial, Verdana, Helvetica, san-Times New Roman, serif; 
font-size: 75%; 
}


 
 /* =================== Background Colors ==DON'T USE QUOTES!!!! ================= */
 
.blueback {
	background-color: #6666CC;
	}
.greenback{
	background-color: #336666;
	}

.whiteback{
	background-color: #FFFFF3;
	margin-top:6pt; margin-left: 6pt; margin-right: 6pt;
	}

 
.yellowback {
	background-color: #FFFF99;
	}

/* ===================  FONT Colors ===================  */


.gold{
	color: #FFCC00;
font-weight : bold;
}


.green {
	color: #336666;
font-weight : bold;
}

.blue {
	color: #6666CC;
font-weight : bold;
}

.purple {
	color: #663399;
font-weight : bold;
}




/* ===================================Page printing===================================
@media print {
h1 { page-break-before: avoid; page-break-after: avoid; page-break-inside: avoid; }
 h2, h3, h4, h5, h6 
{ page-break-after: avoid; page-break-inside: avoid; }

  ul, ol, dl    { page-break-before: avoid; }
} */
.goldbox {
	border: 1px double #FFCC00;
	padding: 4px;
}

