BODY	{margin-top: 10px;
	 margin-left: 2%;
	 margin-right: 2%;
	 color: black; 
	 background-color: #eeeeee; /* light gray */
	 font-size: medium;
	 font-family: Times, Roman, serif;
	}
H1 	{font-size: xx-large;
	 color: #666666;	/* gray */
	}
H2	{font-size: x-large;
	 color: #000066;	/* dark blue */
	 font-weight: bold;
	 margin-top: 0px;
	 margin-bottom: 0px;
	}
H3	{font-size: large;
	 color: #333333;	/* dark gray */
	 margin-top: 0px;
	 margin-bottom: 0px;
	 font-style: italic;
	}
H4	{font-size: medium;
	 color: #333333;	/* dark gray */
	 font-variant: small-caps;
	 font-weight: bold;
	 margin-bottom: 0px;
	}
H5	{font-size: small;
	 color: #990000;	/* dark red */
	 margin-bottom: 0px;
	 font-style: italic;
	 font-weight: bold;
	 font-variant: small-caps;
	}
H6	{font-size: small;
	 color: #990000;	/* dark red */
	 margin-top: 0px;
	 margin-bottom: 0px;
	 font-style: italic;
	 font-weight: bold;
	}
CITE	{font-size: small;
	 color: #990000;	/* dark red */
	 font-style: italic;
	 font-weight: bold;
	 font-variant: small-caps;
	}

STRONG	{font-weight: normal;
	 text-decoration: underline;}

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;
	 }	

LI	{margin-top: 5px;}
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-image: none;}

A:link		{color:#000099;} /* blue       */
A:visited	{color:#990099;} /* purple-ish */
A:active	{color:#990000;} /* red        */
A:hover		{color:#000044;} /* dark blue  */

A:link 	  IMG 	{ border: 2px ridge   #000099 /* blue       */ }
A:visited IMG 	{ border: 2px ridge   #990099 /* purple-ish */ }
A:active  IMG 	{ border: 2px dashed  #990000 /* red        */ }
A:hover   IMG 	{ border: 2px groove  #000044 /* dark blue  */ }

HR	{ border: 1px solid #000044 /* dark blue */ }

.inden1	{text-indent: 1em;}
.inden2	{text-indent: 2em;}
.inden3	{text-indent: 3em;}
.inden4	{text-indent: 4em;}
.inden5	{text-indent: 5em;}
.inden	{text-indent: 10em;}
.hanging2 {text-indent: -2em; margin-left: 2em;}

.xxl	{font-size: xx-large;}
.xl	{font-size: x-large;}
.lg	{font-size: large;}
.med	{font-size: medium;}
.sml	{font-size: small;}
.xsml	{font-size: x-small;}
.xxsml	{font-size: xx-small;}

.just	{text-align: justify;}
.lft	{text-align: left;}
.ctr	{text-align: center;}
.rgt	{text-align: right;}
.spacey	{line-height: 20px;}

.dropcap	{float: left; 
		 width: 1em;
		 background: #ccc; color: #cc3333;
	         font: bold x-large Times,"Times New Roman", serif;
	        }

.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;}
.purple		{color:#666699;}
.lavender	{color:#CCCCFF;}
.olive		{color:#666633;}
.pine		{color:#336633;}
.camouflage	{color:#999966;}
.mint		{color:#CCFFCC;}

.sigtab		{color: black;
		 background-color: #00E1FF;
		 font-size: small;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 }
.sigtab2	{color: black;
		 background-color: #00E1FF;
		 font-size: x-small;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 }
.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-family: "Comic Sans MS", cursive;
		 }
.sigtext1	{font-style: italic;
		 font-weight: normal;
		 }
.sigtext2	{font-style: normal;
		 font-weight: normal;
		 font-size: x-small;
		 }
.sigdate	{color: rgb(195, 15, 30); /* Same as logo (red) */
		 background-color: white;
		 font-style: italic;
		 font-size: x-small;
		 }
.sigdate2	{color: rgb(195, 15, 30); /* Same as logo (red) */
		 background-color: white;
		 font-style: italic;
		 font-size: xx-small;
		 }

