BODY				{
					background-color: #8080A6;
					font-family: Garamond;
					}

A:link				{
					text-weight: bold; 
					color:  #222244;
					}

A:visited			{
					text-weight: bold;
					color:  #FF0000;
					}

A:active			{
					text-weight: bold;
					color:  #AA4444;
					}

A:hover				{
					text-decoration: underline;
					text-weight: bold;
					color:  #AA4444;
					}

P					{
					color: #000000;
					font-size: 110%;
					font-family: Garamond;
					text-indent: 2em;
					}

/* Top Navigation Pane*/
.titlebar			{
					color: #FFF788;
					font-size: 110%;
					background-color: #606096;
					}
/* END Top Navigation Pane*/

/* UL levels of indention */
.nav1				{
					font-family: Arial;
					font-size: 100%;
					list-style-type: square;
					}

.nav2				{
					font-family: Arial;
					font-size: 95%;
					list-style-type: disc;
					}

.nav3				{
					font-family: Arial;
					font-size: 90%;
					list-style-type: circle;
					}

.nav4				{
					font-family: Arial;
					font-size: 85%;
					list-style-type: none;
					}
/* End UL indention levels*/

/* OL levels of indention */
.lev1				{
					font-family: Arial;
					font-size: 100%;
					list-style-type: upper-alpha;
					}

.lev2				{
					font-family: Arial;
					font-size: 95%;
					list-style-type: upper-roman;
					}

.lev3				{
					font-family: Arial;
					font-size: 90%;
					list-style-type: lower-alpha;
					}
/* End OL indention levels*/