p	{
	 text-indent: 0;
	 text-align: left;
	 font-size: medium;
	 font-family: Times, Roman, "Times New Roman", serif;
	}
/*
ul	{list-style: disc;}
ol	{list-style: upper-alpha;}
*/
BODY	{
	 margin-top: 10px;
	 margin-left: 10px;
	 margin-right: 10px;
	 color: black;
	 background-image: none;
	 background-color: #ffffff;
	 font-size: medium;
	 font-family: Times, Roman, "Times New Roman", serif;
	}
H1 	{
	 font-size: xx-large;
	 color: #000066;	/* dark blue */
	 background-color: transparent;
	}
H2	{
	 font-size: x-large;
	 color: #000066;	/* dark blue */
	 background-color: transparent;
	 font-weight: bold;
	 margin-top: 0px;
	 margin-bottom: 0px;
	}
H3	{
	 font-size: large;
	 color: #303030;	/* dark gray */
	 background-color: transparent;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 font-style: italic;
	}
H4	{
	 font-size: medium;
	 color: #303030;	/* dark gray */
	 background-color: transparent;
	 font-variant: small-caps;
	 font-weight: bold;
	 margin-bottom: 0px;
	}
H5	{
	 font-size: small;
	 color: #990000;	/* dark red */
	 background-color: transparent;
	 margin-bottom: 0px;
	 margin-left: 0;
	 text-align: center;
	 font-style: italic;
	 font-weight: bold;
	 font-variant: small-caps;
	}
H6	{
	 font-size: small;
	 color: #990000;	/* dark red */
	 background-color: transparent;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 text-align: center;
	 font-style: italic;
	 font-weight: bold;
	}

CITE {
	 font-size: small;
	 color: #990000;	/* dark red */
	 background-color: transparent;
	 font-style: italic;
	 font-weight: bold;
	 font-variant: small-caps;
	}

kbd {
	 padding: 0px 1px 0px 1px;
	 border-width: 1px 2px 2px 1px;
	 border-style: solid;
	 background: #faf6f6;
	 color: #000;
	 border-color:  #edd #baa #baa #eed;
	 white-space: nowrap;
	}

STRONG {
	 font-weight: bold;
	 text-decoration: underline;
	}

EM	{
	 font-weight: bold;
	}

LI	{
	 margin-top: 1em;
	 text-align: left;
	}

P.cast	{
	 margin-top: 0.25em;
	 margin-bottom: 0;
	 text-indent: -2em;
	 margin-left: 2em;
	 text-align: left;
	}
P.tix0	{
	 margin-top: 0.5em;
	 margin-bottom: 0;
	 text-indent: -2em;
	 margin-left: 2em;
	 text-align: left;
	}
P.tix	{
	 margin-top: 0.5em;
	 margin-bottom:0.5em;
	 text-indent: -2em;
	 margin-left: 2em;
	 text-align: left;
	}
UL.tix	{
	 margin-top: 0em;
	 margin-bottom: 0em;
	 text-align: left;
	}
UL LI.tix {
	 margin-top: 0em;
	 text-align: left;
	}

UL.thin	{
	 margin-top: 0.25em;
	 margin-bottom: 0.75em;
	}
UL.thiner	{
	 margin-top: 0.25em;
	 margin-bottom: 0.25em;
	}
UL LI.thinred	{list-style-image: url(/images/ball_sml_red.gif); margin-top: 0;}
UL LI.thinyel	{list-style-image: url(/images/ball_sml_yellow.gif); margin-top: 0;}
UL LI.thinblu	{list-style-image: url(/images/ball_sml_blue.gif); margin-top: 0;}
UL LI.thinwhi	{list-style-image: url(/images/ball_sml_white.gif); margin-top: 0;}
UL LI.thingre	{list-style-image: url(/images/ball_sml_green.gif); margin-top: 0;}
UL LI.thinpin	{list-style-image: url(/images/ball_sml_pink.gif); margin-top: 0;}
UL LI.thinpur	{list-style-image: url(/images/ball_sml_purple.gif); margin-top: 0;}

sup	{
	 font-size: 60%;
	}

UL LI.red	{list-style-image: url(/images/ball_red.gif)}
UL LI.yel	{list-style-image: url(/images/ball_yellow.gif)}
UL LI.blu	{list-style-image: url(/images/ball_blue.gif)}
UL LI.whi	{list-style-image: url(/images/ball_white.gif)}
UL LI.gre	{list-style-image: url(/images/ball_green.gif)}
UL LI.pin	{list-style-image: url(/images/ball_pink.gif)}
UL LI.pur	{list-style-image: url(/images/ball_purple.gif)}
UL LI.none	{list-style: none;}

.bdr {
	 border-style: solid;
	 border-color: #d0d0d0;
	 border-width: 2px 4px 4px 2px;
	}
.bdr1 {
	 border: 2px groove  #000044 /* dark blue  */
	}

.boxed1 { /* Used primarily for page headings */
	 background-color: #faf6f6;
	 border-style: solid;
	 border-color:  #edd #baa #baa #eed;
	 border-width: 1px 2px 2px 1px;
	 padding: 0.15em 0.75em 0.10em 0.75em;
	 margin: 0 0 0 0;
	 color: #000;
	 vertical-align: middle;
	 text-align: center;
	 }

.boxed2 { /* darker, wider margins, wider borders */
	 background-color: #f8f8f8;
	 border-style: groove;
	 border-color: #d0d0d0;
	 border-width: 1px 4px 2px 1px;
	 padding: 0.25em 0.75em 0.25em 0.75em;
	 margin: 0 0 0 0;
	 vertical-align: middle;
	 text-align: center;
	 }

.boxed3 { /* lighter, wider margins, wider borders */
	 background-color: #fdfdfd;
	 border-style: groove;
	 border-color: #d0d0d0;
	 border-width: 1px 4px 2px 1px;
	 padding: 0.15em 0.75em 0.10em 0.75em;
	 margin: 0 0 0 0;
	 vertical-align: middle;
	 text-align: center;
	 }

.boxed4 { /* wide margins */
	 background-color: #fdfdfd;
	 border-style: groove;
	 border-color: #d0d0d0;
	 border-width: 1px 4px 2px 1px;
	 padding: 0.15em 0.5em 0.10em 0.5em;
	 margin: 0 +20% 0 +20%;
	 vertical-align: middle;
	 text-align: center;
	 }

.boxed5 { /* white bg */
	 background-color: #ffffff;
	 border-style: groove;
	 border-color: #d0d0d0;
	 border-width: 1px 4px 2px 1px;
	 padding: 0.15em 0.75em 0.10em 0.75em;
	 margin: 0 0 0 0;
	 vertical-align: middle;
	 text-align: center;
	}

.boxed6 { /* white bg, top align (for side-by-side table cells) */
	 background-color: #ffffff;
	 border-style: groove;
	 border-color: #d0d0d0;
	 border-width: 0px 4px 2px 0px;
	 padding: 0.15em 0.75em 0.10em 0.75em;
	 margin: 0 0.5em 0 0.5em;
	 vertical-align: top;
	 text-align: center;
	 }

.boxed7 { /* white bg, heavy boarders (letter page effect) */
	 background-color: #ffffff;
	 border-style: solid;
	 border-color: #808080 #000000 #000000 #808080;
	 border-width: 2px 4px 6px 2px;
	 padding: 15px;
	 margin-left: 1.5em;
	 margin-right: 1.5em;
	 vertical-align: top;
	 text-align: center;
	 }

a			{
			 text-decoration: underline;
			}

A:link		{color:#0000FF;} /* blue       */
A:visited	{color:#551A8B;} /* purple-ish */
A:active	{color:#FF0000;} /* red        */
A:hover		{color:#000044;} /* dark blue  */

A:link 	  IMG 		{border: 3px ridge   #0000FF /* blue       */ }
A:visited IMG 		{border: 3px ridge   #551A8B /* purple-ish */ }
A:active  IMG	 	{border: 3px dashed  #FF0000 /* red        */ }
A:hover   IMG 		{border: 3px groove  #000044 /* dark blue  */ }

a:link    img.bdr0	{border: 3px solid  #fcfcfc /* sig BG     */ }
a:visited img.bdr0	{border: 3px solid  #fcfcfc /* sig BG     */ }
a:active  img.bdr0	{border: 3px solid  #d0d0d0 /* sig bdr    */ }
a:hover   img.bdr0	{border: 3px dashed #d0d0d0 /* sig bdr    */ }

a:link.refer {
		 color: blue;
	 	 text-decoration: none;
		}

a:visited.refer {
		 color: #000088; /* dark blue */
	 	 text-decoration: none;
		}

a:hover.refer {
		 color: #000088; /* dark blue */
	  	 text-decoration: underline;
		}

a.external	{
	background: url(/images/external.jpg) center right no-repeat;
	padding-right: 13px;
		}

HR	{border: 1px solid #000088; /* dark blue */
	 text-align: center;
	}

.article {text-align: center;}

.inden1	{text-indent: 1em;}
.inden2	{text-indent: 2em;}
.inden3	{text-indent: 3em;}
.inden4	{text-indent: 4em;}
.inden5	{text-indent: 5em;}
.inden	{text-indent: 10em;}

.hanging1	{text-indent: -1em; margin-left: 1em;}
.hanging2	{text-indent: -2em; margin-left: 2em;}
.block5		{margin-left: 5em;}

.dropcap	{color: #cc3333;
	         font-weight: bold;
	         font-size: x-large;
	        }
.hangingQ	{text-indent: -2em;
			 margin-left:  2em;
			 margin-top: 2.0em;
		 	 font-weight: bold;
			}
.hangingA	{text-indent: -2em;
			 margin-left:  2em;
			 margin-top: 0.5em;
			 font-weight: normal;
			}
.indenQA	{margin-left: 2em; margin-top: 0.5em;}
.indenQA2	{margin-left: 4em; margin-top: 0.5em; font-style: italic;}
.indenQAE	{margin-left: 4em; margin-top: 0.5em;
			 font-family: Courier, "Courier New", fixed;
			 }
.testing	{
			 font-family: Times, Roman, "Times New Roman", serif;
			}

.xxl	{font-size: 200%;}
.xl		{font-size: 170%;}
.lg		{font-size: 130%;}
.med	{font-size: 100%;}
.sml	{font-size: 80%;}
.xsml	{font-size: 60%;}
.xxsml	{font-size: 40%;}

.sc		{font-variant: small-caps;}

.just	{text-align: justify;}
.lft	{text-align: left;}
.ctr	{text-align: center;}
.rgt	{text-align: right;}
.spacey	{line-height: 20px;}

.shadow {border-width: 0px 6px 4px 0px;
	 border-style: groove;
	 border-color: #d0d0d0;
	 vertical-align: top;
	}

.white		{color:#FFFFFF;}
.black		{color:#000000;}
.gray		{color:#999999;}
.mustard	{color:#CC9933;}
.yellow		{color:#FFFFCC;}
.darkpink	{color:#996666;}
.burgundy	{color:#993333;}
.brightred	{color:#FF0000;}
.darkred	{color:#990000;}
.darkblue	{color:#000099;}
.purple		{color:#666699;}
.lavender	{color:#CCCCFF;}
.olive		{color:#666633;}
.pine		{color:#336633;}
.camouflage	{color:#999966;}
.mint		{color:#CCFFCC;}


#bylaws	p			{text-indent: 2.5em;}
#bylaws	ul			{list-style: none;}
#bylaws	ul.disc		{list-style: disc;}
#bylaws	ul.circle	{list-style: circle;}
#bylaws	ul.square	{list-style: square;}
#bylaws	ol			{list-style: upper-alpha;}


#archives p	{
		 text-indent: 0;
		 margin-left: 0;
		 margin-right: 0;
		 margin-top: 0.5em;
		 margin-bottom: 0.7em;
		 font-size: medium;
		}
#archives p.jst	{
		 text-indent: 0;
		 margin-left: 0;
		 margin-right: 0;
		 text-align: justify;
		 margin-top: 0.5em;
		 margin-bottom: 0.7em;
		}
#archives p.ctr	{
		 text-indent: 0;
		 margin-left: 0;
		 margin-right: 0;
		 text-align: center;
		 margin-top: 0.5em;
		 margin-bottom: 0.7em;
		}
#archives P.ftr	{
		 font-size: small;
		 text-align: center;
		}
#archives P.show {
		 text-indent: -1.5em;
	 	 margin-top: 0.3em;
	 	 margin-left: 3em;
	 	 margin-right: 1em;
		}
#archives P.or {
		 text-indent: 4em;
	 	 margin-top: 0.5em;
	 	 margin-bottom: 0;
		}

#archives P.nav-L {
		 text-indent: -1.5em;
		 font-size: small;
		 text-align: left;
	 	 margin-top: 0.7em;
	 	 margin-left: 3em;
	 	 margin-right: 1em;
		}
#archives P.nav-C {
		 text-indent: -1.5em;
		 font-size: small;
		 text-align: center;
	 	 margin-top: 0.7em;
	 	 margin-left: 3em;
	 	 margin-right: 1em;
		}
#archives P.nav-R {
		 text-indent: -1.5em;
		 font-size: small;
		 text-align: right;
		 margin-top: 0.7em;
		 margin-left: 3em;
		 margin-right: 1em;
		}
#archives UL LI	{
		 margin-top: 1em;
	 	 text-align: justify;
	 	 font-size: medium;
	 	 list-style-image: url(/images/ball_white.gif);
		}

#archives H1 {
		 font-size: x-large;
		 color: #000033;	/* deep blue */
		 font-variant: small-caps;
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#archives H2 {
		 font-size: xx-large;
			 font-variant: small-caps;
		 font-weight: bold;
		 margin-bottom: 0;
		 margin-top: 0;
		 width: 100%;
		 padding: 0px 1px 0px 1px;
		 border-width: 1px 2px 2px 1px;
		 border-style: solid;
		 background: #faf6f6;
		 color: #000;
		 border-color:  #edd #baa #baa #eed;
		}
#archives H3 {
		 font-size: large;
		 color: #333333;	/* dark gray */
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#archives H4 {
		 font-size: x-large;
		 color: #000066;	/* dark blue */
		 font-variant: small-caps;
		 font-weight: bold;
		 margin-bottom: 0px;
		 margin-top: 10px;
		 margin-left: 0.5em;
		 margin-right: 1em;
		}
#archives H5 {
		 font-size: large;
		 color: #333333;	/* dark gray */
		 margin-bottom: 5px;
		 margin-top: 10px;
		 margin-left: 1em;
		 margin-right: 1em;
		 font-style: italic;
		 font-weight: bold;
		 font-variant: small-caps;
		}
#archives H6 {
		 font-size: small;
		 color: #990000;	/* dark red */
		 margin-top: 3px;
		 margin-bottom: 0px;
		 margin-left: 2.5em;
		 margin-right: 2.5em;
		 font-style: italic;
		 font-weight: bold;
		}


#program img {
		 border: 1px solid gray;
		 margin: 1px;
		}
#program img.L {
		 border: 1px solid gray;
		 margin: 1px;
		 float: left;
		}
#program img.R {
		 border: 1px solid gray;
		 margin: 1px;
		 float: right;
		}


#news {
		 background: white;
		 color: black;
		 border-style: groove;
		 border-color: #d0d0d0;
		 border-width: 0px 8px 6px 0px;
		 padding: 5px;
		 vertical-align: top;
		 text-align: center;
		}
#news H1 {
		 font-size: x-large;
		 font-weight: bold;
		 font-variant: small-caps;
		 font-family: Arial, Helvetica, Verdana, sans-serif;
		 color: #000066;	/* dark blue */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#news H2 {
		 font-size: large;
		 color: #000066;	/* dark blue */
		 background-color: transparent;
		 font-weight: bold;
		 font-style: italic;
		 font-family: Times, Roman, "Times New Roman", serif;
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#news H3 {
		 font-size: medium;
		 color: #303030;	/* dark gray */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 5px;
		 font-family: Times, Roman, "Times New Roman", serif;
		 font-style: italic;
		 font-weight: normal;
		}
#news H4 {
		 font-size: medium;
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#news H5 {
		 font-size: small;
		 color: #303030;	/* dark gray */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 0px;
		 font-family: Times, Roman, "Times New Roman", serif;
		 font-style: italic;
		 font-weight: normal;
		}
#news H6 {
		 font-size: small;
		 color: #990000;	/* dark red */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 5px;
		 text-align: center;
		 font-style: italic;
		 font-weight: bold;
		}
#news img.flt-L	{
		 border: 0;
		 margin: 0;
		 float: left;
		}
#news img.flt-R	{
		 border: 0;
		 margin: 0;
		 float: right;
		}


#logo {
		 background: #fcfcfc;
	  	 color: black;
		 border-style: ridge;
		 border-color: #f0f0f0;
		 border-width: 2px 6px 4px 0px;
		 padding: 10px;
		 vertical-align: top;
		 white-space: nowrap;
		}

#logo H1 {
		 font-size: xx-large;
		 font-weight: bold;
		 font-variant: small-caps;
		 font-family: Arial, Helvetica, Verdana, sans-serif;
		 color: #000066;	/* dark blue */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#logo H2 {
		 font-size: x-large;
		 color: #000066;	/* dark blue */
		 background-color: transparent;
		 font-weight: bold;
		 font-family: Times, Roman, "Times New Roman", serif;
		 margin-top: 0px;
		 margin-bottom: 0px;
		}
#logo H3 {
		 font-size: medium;
		 color: #303030;	/* dark gray */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 0px;
		 font-family: Times, Roman, "Times New Roman", serif;
		 font-style: italic;
		}


#titlebar {
		 background: #e6e6fa; /* lavender */
		 color: black;
		 border-style: solid;
		 border-color: #A0522D; /* sienna */
		 border-width: 0px 4px 2px 0px;
		}
#titlebar a:link {
		 color: blue;
	 	 text-decoration: none;
		}
#titlebar a:visited {
		 color: #000088; /* dark blue */
	 	 text-decoration: none;
		}
#titlebar a:hover {
		 color: #000088; /* dark blue */
	  	 text-decoration: underline;
		}

#titleleft a img {
		 border: 0;
		 padding-left: 15px;
		 padding-right: 0px;
		}
#titleleft h2 {
		 margin-left: 30px;
		 margin-bottom: 0;
		 white-space: nowrap;
		}
#titleleft h3 {
		 margin-left: 10px;
		 white-space: nowrap;
		}
#titleleft h5 {
		 margin-left: 50px;
		 margin-top: 0;
		 text-align: left;
		 white-space: nowrap;
		}
#titleleft h6 {
		 margin-left: 60px;
		 margin-top: 0;
		 text-align: left;
		 white-space: nowrap;
		}
#titleright a img {
	 	 border: 0;
		 padding-left: 0px;
		 padding-right: 15px;
		}


#main {
		 background: #ffffff; /* white */
		 color: black;
		 padding: 5px;
		}

#main .border {
		 padding: 5px;
		 border-style: groove;
		 border-color: #d0d0d0;
		 border-width: 1px 4px 2px 1px;
 		 vertical-align: middle;
		 text-align: center;
		}

#main img.flt-L	{
		 border: 0;
		 margin: 0 1em 0 0;
		 float: left;
		}
#main img.flt-R	{
		 border: 0;
		 margin: 0 0 0 1em;
		 float: right;
		}


#menu {
		 background: #f0f8ff; /* alice blue */
		 color: black;
		 border-style: solid;
		 border-color: #f0f8ff; /* alice blue */
		 border-width: 0px 1px 1px 0px;
		 padding: 10px;
  		 font-weight: bold;
		 font-size: medium;
		 font-style: normal;
 		 font-family: Arial, Verdana, sans-serif;
		 vertical-align: top;
		 white-space: nowrap;
		 height: 100%;
		}
#menu a {
		 display: block;
		 font-size: small;
		 font-weight: bold;
		 font-family: Times, Roman, "Times New Roman", serif;
		 padding: 1px 2px 1px 2px;
		 border-width: 0px 1px 1px 0px;
		 border-style: solid;
		 border-color: #f0f8ff; /* alice blue */
		 text-decoration: none;
		 background: #f0f8ff; /* alice blue */
		 color: #000060; /* midnight blue */
		}
#menu a:hover {
		 border-color: #A0522D; /* sienna */
		 text-decoration: underline;
		 background: white;
		 color: black;
		}
#menu a:visited {
		 color: #cd00cd; /* purple */
		}
#menu a:active {
		 background: yellow;
		 color: red;
		}

#menu a.sub {
		 padding-left: 15px;
		 font-size: 80%;
		}
#menu a.sub2 {
		 padding-left: 30px;
		 font-size: 70%;
		}

#menu A	  IMG {
		 border-width: 0px 0px 0px 0px;
		 border-style: none;
		}

#menu h3 {
	 	 display: block;
	 	 background: #f0f8ff; /* alice blue */
	 	 color: black;
	 	 text-decoration: none;
	 	 font-size: small;
	 	 font-weight: bold;
	 	 font-style: normal;
	 	 font-family: Times, Roman, "Times New Roman", serif;
		}
#menu h3.menu {
		 display: block;
		 background: #f0f8ff; /* alice blue */
		 color: black;
		 text-decoration: none;
		 font-size: small;
		 font-weight: bold;
		 font-family: Times, Roman, "Times New Roman", serif;
		}
#menu h3.sub {
	 	 display: block;
	 	 padding-left: 15px;
	 	 font-size: 80%;
		}
#menu h3.sub2 {
		 display: block;
		 padding-left: 30px;
		 font-size: 70%;
		}

#menu IMG {
		 border: 0;
		}

#menu h4 {
		 text-align: center;
		 padding-left: 0.0em;
 		 font-family: Arial, Verdana, sans-serif;
		}
#menu span {
		 display: none;
		}


#footerbar {
		 background: #f0f8ff; /* alice blue */
		 color: black;
		 border-style: solid;
		 border-color: #A0522D; /* sienna */
		 border-width: 1px 4px 6px 0px;
		 font-size: medium;
		}
#footerbar a:link {
		 color: blue;
	 	 text-decoration: none;
		}
#footerbar a:visited {
		 color: #000088; /* dark blue */
	 	 text-decoration: none;
		}
#footerbar a:hover {
		 color: #000088; /* dark blue */
	  	 text-decoration: underline;
		}


#sitemap UL LI.level1 {
		 list-style: url(/images/menu.gif) disc outside;
		 margin-top: 0.75em;
	 	 margin-bottom: 0;
		}
#sitemap UL LI.level2 {
		 list-style: url(/images/menu-sub1.gif) circle outside;
		 margin-top: 0.5em;
	 	 margin-bottom: 0;
		}
#sitemap UL LI.level3 {
		 list-style: url(/images/menu-sub2.gif) square outside;
		 margin-top: 0.25em;
	 	 margin-bottom: 0;
		}
#sitemap UL LI.level4 {
		 list-style: url(/images/menu-sub3.gif) circle outside;
		 margin-top: 0;
	 	 margin-bottom: 0;
		}
#sitemap UL LI.level5 {
		 list-style: url(/images/menu-sub4.gif) disc outside;
		 margin-top: 0;
	 	 margin-bottom: 0;
		}
#sitemap CITE	{font-size: large;
		 color: #303030;	/* dark gray */
		 background-color: transparent;
		 margin-top: 0px;
		 margin-bottom: 0px;
		 font-style: italic;
		 font-weight: normal;
		 font-variant: normal;
		}


.side {
		 border-width: 0px 0px 0px 20px;
		 border-style: solid;
		 border-color: #f0f8ff; /* alice blue */
		}

.sigbox1 {
		 text-align: right;
		 vertical-align: middle;
		}
.sigbox2 {
		 text-align: left;
		 vertical-align: middle;
		}
.sigbox3 {
		 text-align: right;
		 vertical-align: bottom;
		}
.signame {
		 font-style: normal;
		 font-weight: bold;
		 font-size: 70%;
		 font-family: "Comic Sans MS", cursive;
		}
.sigtext1 {
		 font-style: italic;
		 font-size: 70%;
		 font-weight: normal;
		}
.sigtext2 {
		 font-style: normal;
		 font-weight: normal;
		 font-size: 70%;
		}
.sigurl	{
		 color: rgb(195, 15, 30); /* Same as logo (red) */
		 background-color: #f0f8ff; /* alice blue */
		 line-height: 200%;
		 font-family: Ariel, sans-serif;
		 font-style: normal;
		 font-size: 60%;
		}
.sigdate {
		 color: rgb(195, 15, 30); /* Same as logo (red) */
		 background-color: #f0f8ff; /* alice blue */
		 font-style: italic;
		 font-size: 70%;
		}
.sigdate2 {
		 color: rgb(195, 15, 30); /* Same as logo (red) */
		 background-color: #f0f8ff; /* alice blue */
		 font-style: italic;
		 font-size: 60%;
		}
