


BODY	{

			cursor: default;

			background-color: #F8E7D7;
			background-repeat: repeat;
			background-attachment: fixed;

			color: #000000;

			font-family: "Comic Sans MS", Arial;
			font-size: 10pt;
			font-weight: 550;
			font-style: normal;

			text-align: left;

			text-decoration: none;
			text-transform: none;

			vertical-align: top;

			margin: 6pt;

			padding: 5px;

		}



P		{

			text-align: justify;

			margin-top: 6pt;
			margin-bottom: 6pt;

		}



H1		{
		}

H2		{
		}

H3		{

			font-size: 16pt;
			font-weight: 800;

			text-align: center;
			text-decoration: underline;

		}

H4		{

			font-size: 14pt;
			font-weight: 800;

			text-align: left;
			text-decoration: underline;

		}

H5		{

			font-size: 12pt;
			font-weight: 800;

			text-align: left;
			text-decoration: none;

		}

H6		{
		}



A:link	{

			color: #5C4040;

			text-decoration: none;

		}

A:visited{

			color: #5C4040;

			text-decoration: none;

		}

A:hover	{

			color: #C2A7A7;

			text-decoration: none;

		}

A:active{

			color: #5C4040;

			text-decoration: none;

		}

A:focus	{

			color: #5C4040;

			text-decoration: none;

		}



TABLE	{

			border-collapse: collapse;
			/*table-layout: fixed;*/

		}

TD		{

			font-family: "Comic Sans MS", Arial;
			font-size: 10pt;
			font-weight: 550;

			border-style: ridge;
			border-width: 4px;
			border-color: #FC8E20;

			text-align: center;

			vertical-align: middle;

			padding: 5px;

		}

#form_td_label	{

					text-align: right;

					vertical-align: middle;

				}

#form_td_field	{

					text-align: left;

					vertical-align: middle;

				}



INPUT	{

			background-color: #FCF4ED;

			color: #000000;

			text-align: left;

		}



TEXTAREA{

			background-color: #FCF4ED;

			color: #000000;

		}



#main_td_navlink	{

						font-size: 14pt;

						height: 18pt;

						border: none;

					}

#main_td_topnav		{

						font-size: 16pt;

						border-bottom: none;
						border-top: none;

					}

#main_td_l1			{

						padding: 0px;

					}

#main_p_bottom		{

						text-align: center;

					}

#main_td_content	{

						border-top: none;
						border-bottom: none;

						text-align: left;

						vertical-align: top;

					}

#main_td_left		{

						border-top: none;
						border-bottom: none;
						border-left: none;

						vertical-align: top;

					}

#main_td_right		{

						border-top: none;
						border-bottom: none;
						border-right: none;

						vertical-align: top;

					}


