/* DOCUMENT */
 /* a:link {color: #FF0000}     /* unvisited link - red */
 /* a:visited {color: #00FF00}  /* visited link - green */
 /*    /* mouse over link - pink */
 /* a:active {color: #0000FF}   /* selected link - blue*/
	
Hr	{
  	border: 0;
  	width: 90%;
	height: 5px;
	color: green;
	background-color: green;
	}

#center	{
	text-align="center">
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFEFD5 no repeat; /*  papayawhip */
	padding: 15px;
	border: 1px green;
	}
	
/* HEADERS */

h1 	{ 
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Old English Text MT";
	color: #0000FF; /* Blue */
	background-color: #FFEFD5 no repeat; /*  papayawhip */
	font-size: 38pt;
	font-style: bold;
	font-weight: normal; 
	height: 70px>;
	}
	
h2 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Elegance";
	font-size: 18pt;
	font-style: bold;
	font-weight: normal; 
	color: #1E90FF; /* dodgerblue */
	background-color: #ADD8E6; /* lightblue */
	text-align: center;
	}

H4 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Papyrus";
	font-size: 14pt;
	font-style: bold;
	font-weight: normal;
	color: #0000FF; /* blue */
	background-color: #FFFFE0; /* lightyellow */ 
	text-align: center;
	}

H5 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Verdana";
	font-size: 14pt;
	font-style: bold;
	font-weight: normal; 
	color: #0000FF; /* blue */
	background-color: #F0FFFF; /* azure */
	text-align: center;
	}

H7 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
	font-family: "Old English Text MT";
	font-size: 22pt;
	font-style: bold;
	font-weight: normal; 
	color: #0000FF; /* blue */
	background-color: #FFE4C4; /* bisque */
	text-align: center;
	}

H8 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
	font-family: "Eros Text";
	font-size: 18pt;
	font-style: bold;
	font-weight: normal; 
	color: #0000FF; /* blue */
	background-color: #FAEBD7; /* antiquewhite */
	background: beige;
	text-align: center;
	}

H9 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
	font-family: "Free Style Script";
	font-size: 18pt;
	font-style: bold;
	font-weight: normal; 
	color: #0000FF; /* blue */
	background: #FFF5EE; /* seashell */
	text-align: center;
	}


H0 	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto
	font-family: "Delight Ext";
	font-size: 18pt;
	font-style: bold;
	font-weight: normal; 
	color: #0000FF; /* blue */
	background: #E6E6FA; /* lavender */
	text-align: center;
	}

/* TEXT */

p 	{ 
	vertical-align: top;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	line-height: 100%;
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: #000000; /* Black */
	text-align: justify;
	}

pb 	{ 
	vertical-align: top;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	line-height: 100%;
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: #0000FF; /* blue */
	text-align: justify;
	text-indent: 35px;
	}


p.ind	{
	text-indent: 50px;
	}
	
p.center	{
	vertical-align: top;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	margin-left: 35px;
	line-height: 100%;
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: #000000; /* Black */
	text-indent: 35px;
 	text-align: center;
	}

p.300	{ /* Berlin 12 Normal Black Left 1st line Intented */
	vertical-align: top;
	margin-top: 0;
	margin-right:300px;
	margin-bottom: 0;
	margin-left: 300px;
	line-height: 100%;
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: #000000; /* Black */
	text-indent: 35px;
 	text-align: justify;
	}

/* COLORS */



p.green	{
	color: #00FF00; /* green */
       background-color: #FDF5E6; /* oldlace */
	}

p.blue	{
	color: #0000FF; /* blue */
       background-color: #FDF5E6; /* oldlace */
	}

p.pink	{
	color: #FF00FF; /* pink */
       background-color: #FDF5E6; /* oldlace */
	}

p.green	{
	color: #00FF00; /* green */
       background-color: #FDF5E6; /* oldlace */
	}

p.violet	{
	color: #9400D3; /* darkviolet */
       background-color: #FDF5E6; /* oldlace */
	}

p.white		{
	color: #FFFFFF; /* white */
       background-color: #FDF5E6; /* oldlace */
	}

p.black	{
	color: #000000; /* black */
       background-color: #FDF5E6; /* oldlace */
	}

p.navy	{
	color: #888000; /* navy */
       background-color: #FDF5E6; /* oldlace */
	}


/* FONTS */

p.arial	{
	text-family: “Arial”;
	{

p.Britannic	{
	text-family: “Britannic Bold”;
       }

p.bradley	{
	text-family: “Bradley Hand ITC”;
	}

p.broadway	{
	text-family: “Broadway”;
	}

p.classic	{
	text-family: “Open Classic”;
	}

p.elegance	{
	text-family: “Elegance”;
	}

p.excess	{
	text-family: “Excess”;
	}


p.elegance	{
	text-family: “Elegance”;
	}

p.freestyle	{
	text-family: “Freestyle Script”;
	}

p.harlow	{
	text-family: “Harlow Solid Italic”;
	}

p.juice	{
	text-family: “Juice ITC”;
	}

p.old	{
	text-family: "Old English Text";
	}

p.Papyrus	{
	text-family: “Papyrus”;
	}

p.verdana	{
	text-family: “Verdana”;
	}

p.vivaldi	{
	text-family: “Vivaldi”;
	}


/* BACKGROUND COLORS */

.beige	{
	background: #F5F5DC;
	background-color: #F5F5DC;
	}

.bisque	{
	background: #FFE4C4;
	background-color: #FFE4C4;
	}

.burly	{
	background: #DEB887;
	background-color: #DEB887;
	}

.gold	{
	background: #FFD700;
	background-color: FFD700;
	}

.linen	{
	background: #FAF0E6;
	background-color: #FAF0E6;
	}

.papaya	{
	background: #FFEFD5;
	background-color: #FFEFD5;
	}
	
.peach	{
	background: #FFDAB9;
	background-color: #FFDAB9;
	}

.salmon	{
	background: #FA8072;
	background-color: #FA8072;
	}

.sea	{
	background-color: #FFF5EE;
	background: #FFF5EE;
	}

.silver	{
	background: #C0C0C0;
	background-color: #C0C0C0;
	}

/* SIZES */

s8	{
	font-size: 8pt;	
	}

s10	{
	font-size: 10pt;	
	}


s12	{
	font-size: 12pt;	
	}

s15	{
	font-size: 15pt;	
	}

s18	{
	font-size: 18pt;	
	}

s22	{
	font-size: 22pt;	
	}


s28	{
	font-size: 28pt;	
	}


s32	{
	font-size: 32pt;	
	}

s36	{
	font-size: 36pt;	
	}


/* BLOCKS */

#20 { 
	clear:both;
	padding:1em;
	margin:200;
	margin-feft: 200;
	margin-right: 200;
	background: #FFD700; /* gold */
	background-color: #FFD700;
	color: #8B008B; /* darkmagenda */
	text-align: center; 
	}

#50	{
	display: table;
	margin-left: 50px;
	margin-right: 50px;
	background: beige;
	background-color: beige;
	text-align: center;
	}
	
#100	{
	display: table;
	margin-left: 100px;
	margin-right: 100px;
	background: #E6E6FA; /* lavender */
	background-color: # E6E6FA;
	color: #00FF7F; /* springgreen */
	text-align: center;
	}
	
#200	{
	display: table;
	margin-left: 200px;
	margin-right: 200px;
	background: #E6E6FA; /* lavender */
	background-color: # E6E6FA;
	color: #00FF7F; /* springgreen */
	text-align: center;
	}
	
#300	{
	display: table;
	margin-left: 300px;
	margin-right: 300px;
	background: #7FFFD4; /* aquamarine */
	background-color: #7FFFD4;
	color: #A0522D; /* sienna */
	text-align: center;
	}
	
#400	{
	display: table;
	margin-left: 400px;
	margin-right: 400px;
	background: #F5F5DC; /* beige */
	background-color: #F5F5DC;
	color: #4B0082; /* indigo */
	text-align: center;
	}

#center	{
	display: table;
	margin-left: auto;
	margin-right: auto;
	background: beige;
	background-color: beige;
	text-align: center;
	}

#footer { 
	vertical-align: top;
	display: table;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: beige;
	background-color: beige;
	text-align: center;
	}

#header	{
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#left	{
	margin-top: 0;
	margin-right:0px;
	margin-bottom: 0;
	margin-left: 30px;
	line-height: 100%;
	font-family: "Berlin Sans FB"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	color: #000000; /* Black */
 	text-align: left;
	}

#narrow	{
	display: table;
	margin-top: 0;
	margin-right:200px;
	margin-bottom: 0;
	margin-left: 200px;
	line-height: 100%;
	font-family: "Berlin Sans FB";
	color: blue;
	background-color:  #FFDAB9;
	text-index: 35px;
	text-align: left;
	}
	
#table	{
	display: table;
	margin-left: 150px;
	margin-right: 150px;
	background-color: gold;
	text-align: left;
	}

#wide	{
	display: table;
	text-align: center;
	}
	
