
/* begin sub-classes of p and li */


	.title				{
					font-family: "trebuchet ms", sans-serif;
					font-weight: bold;
					font-size: 80%;
					}

	.date				{
					font-weight: bold;
					font-size: 90%;
					letter-spacing: -1px;
					}

					
	.footer				{
					color: #808080;
					}

	.footer a 				{ color: #04A4DA; }	/* not really needed */
	.footer a:hover			{ color: red; }		/* not really needed */


/* begin menu layout classes ---------------------------------------------------------------------------------------------------------- */


	.main_off a			{ color: #FFFFFF; text-decoration: none; }
	.main_off 				{
					border-left: 1px solid white;
					text-align: center;
					background-color: #898989;
					}

	.main_on a			{ color: #FFFFFF; text-decoration: none; }
	.main_on 				{
					border-left: 1px solid white;
					text-align: center;
					background-color: #66295B;
					}

	.menu				{
					font-family: "trebuchet ms", sans-serif;
					font-weight: normal;
					font-size: 75%;
					line-height: 125%;
					}

	.menu a:hover			{ color: #FF0000; text-decoration: none; }



	.level_0_arrow 			{
					padding:
					width: 23px;
					text-align: center;
					border-bottom: 1px dotted #FF0000;
					}
	.level_0 a				{ color: #000000; text-decoration: none; }
	.level_0 				{
					border-bottom: 1px dotted #808080;
					}



	.level_1_arrow 			{
					padding: 0px;
					width: 10px;
					text-align: center;
					border-bottom: 1px dotted #808080;
					}
	.level_1 a				{ color: #000000; text-decoration: none;}
	.level_1 				{
					padding-left: 20px;
					border-bottom: 1px dotted #FF0000;
					}



	.level_2_arrow 			{
					padding: 5px;
					padding-left: 0px;
					width: 25px;
					text-align: left;
					background-image: url(../i/dot.gif);
					background-repeat: repeat-x;
					background-position: bottom;
					}
	.level_2 a				{ color: #333333; text-decoration: none;}
	.level_2 				{
					padding: 5px;
					padding-left: 0px;
					font-weight: bold;
					background-image: url(../i/dot.gif);
					background-repeat: repeat-x;
					background-position: bottom;
					}

	.level_3_arrow 			{
					padding: 0px;
					width: 25px;
					text-align: right;
					background-image: url(../i/dot.gif);
					background-repeat: repeat-x;
					background-position: bottom;
					}

	.level_3 a				{ color: #555555; text-decoration: none;}
	.level_3 				{
					padding: 5px;
					background-image: url(../i/dot.gif);
					background-repeat: repeat-x;
					background-position: bottom;
					}



	.port_th			{
					font-family: "trebuchet ms", sans-serif;
					font-weight: bold;
					font-size: 80%;
					text-align: left;
					color: #FFF;
					background-color: #A8A1A8;
					}

	.port_td			{
					font-family: "trebuchet ms", sans-serif;
					font-weight: normal;
					font-size: 80%;
					border-bottom: 1px solid #808080;
					}
