/* Cascading Style Sheet, Level 1, for celebrations *//* Add the following command in the <HEAD> section of your HTML file *//* <LINK REL=STYLESHEET TYPE="text/css" HREF="style1.css"> */

        a:link    { color:#001c47; font-family : "Arial,Helvetica,Geneva,Tahoma"; text-decoration:none;}
        a:active  { color:#001c47; font-family : "Arial,Helvetica,Geneva,Tahoma"; text-decoration:none;}
        a:visited  { color:#001c47; font-family : "Arial,Helvetica,Geneva,Tahoma"; text-decoration:none;}
        a:hover   { color:#472b00; font-family : "Arial,Helvetica,Geneva,Tahoma"; text-decoration:none;}

#button {
	width: 146px;
	padding: 0 0 1em 0;
	margin-bottom: 0;
	font-family:  Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
	background-color: bgcolor=#FFFFFF;
	color: #333;
	}


	#button ul {
		list-style: none;
		margin: 9;
		padding: 0;
		border: none;
		}
		
	#button li {
		margin: 1;
		}

	#button li a {
		display: block;
		padding: 2px 2px 3px 5px;
		border-top: 1px solid #E6E6E6;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		background-color: #E5E5E5;
		color: #333;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-top: 1px solid #67c6dd;
		border-left: 1px solid #67c6dd;
		border-right: 1px solid #d9f1f7;
		border-bottom: 1px solid #d9f1f7;
		background-color: #99d9e8;
		color: #fff;
		}




/* big title italic  for serif */
#p1, #p1 A {color: #EEEEEE; font: italic 30px/1 "Times New Roman"  }
/* bold italic company names serif */
#p3, #p3 A {color: #DDD; font: italic 16px/1 "Times New Roman" }
/* Title italic   sans serif */
#p2, #p2 A {color: #DDDDDD; font: italic  30px/1 "verdana" }
/* bold italic Corporate /management  names serif */
#p4, #p4 A {color: gold; font: bold 18px/1 "arial" }
/* all gold  title italic  for serif */
#em, #em A {color: #E90; font: italic 25px/1 "Times New Roman"  }
/* note rgb hex required for some browsers like Opera */
/* page top gold titling should be h1 */
H1 {
        color:#E90;
        font-family: Arial,Helvetica,Geneva;
        font-size: 18pt;
        font-weight: bold
}

/* Subtitle in smaller text gold.... assign that to h2 tag */

H2 {
        color:#472b00;
        font-family: verdana;
        font-size: 14pt;
        font-weight: bold
}

H3 {
        color: #001c47;
        font-family: Arial,Helvetica,Geneva;
        font-size: 12pt;
        font-weight: bold;
}
/* page top accentuated paragraphs only */
H4 {
        color: #B0B0B0;
        font-family: Georgia,Arial,Helvetica,Geneva;
        font-size: 11pt;
        font-weight: normal;
}
/* standard body text should be h5 */
H5 {
        color: #000000;
        font-family: Arial,Helvetica,Geneva,Tahoma;
        font-size: 10pt;
                font-weight: normal;
}

H6 {
        color: #f0f0f0;
        font-family: Arial,Helvetica,Geneva;
        font-size: 7pt;
	font-weight: normal;
}
EM {
        color: #E90;
        font-family: Times New Roman,serif;
	font: italic;
        font-size: 11pt;
        font-weight: normal;
}


P {
        color: silver;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt
}


PRE {
        margin-top: -15pt
}

PRE.indent {
        margin-top: -6pt
}

CAPTION {
        color: #DDD;
        font-family: Arial,Helvetica,Geneva;
        font-size: 9pt;
        font-weight: bold
}

DT {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 10pt
}

TH {
        color: #EEE;
        font-family: Arial,Helvetica,Geneva;
        font-size: 14pt;
        font-weight: bold
}