
h1,h2,h3,h4		{
					color : #6666cc;
					font-size : 11pt;
					font-weight : bold;
					text-align: left;
					margin-top: 0.0em;
					margin-bottom: 0.2em;
					}

h5					{
					color : #6666cc;
					font-weight : bold;
					text-align: left;
					margin-top: 0.0em;
					margin-bottom: 0.0em;
					font-size : 12pt;
					}

p					{
					margin-top: 0.0em;
					margin-bottom: 1.0em;
					}



body,p,td,a,ul		{
					font-family:  Arial, "trebuchet MS", Helvetica, sans-serif;
					color : black;
					font-size : 10pt;
					font-weight : normal;
					}



a					{
					color : blue;
					font-size : 10pt;
					font-weight : normal;
					}
a:hover	 		{color:white;}
a:hover 			{background-color:blue;}
a:active 			{color:red;}



hr					{
					color : #6666cc;
					height: 3px;
					}


/*  ************  TABLES  ********** */

table.title			{width: 100%;	
					border-collapse: collapse;
					border: 2px solid #666677;
					}
table.title td		{ 
					padding-top: 0px;
					padding-bottom: 0px;
					background-color: #9999cc;
					border: 1px solid #000000;
					width: 100%;
					text-align: center;
					vertical-align: middle;
					}
table.title td img	{border: 0px;}



/*  ************ Button bar ********** */
table.button		{
					width: 640px; 
					border-collapse: collapse;
					border: 1px solid #606080;
					margin-bottom: 0.2em;

					}
table.button td		{
					background: url(button80.gif);
					height: 21px;
					width: 72px;
					text-align: center;
					}
table.button td a			{color : white;}
table.button td a:link		{text-decoration:none;}
table.button td a:visited	{text-decoration:none;}
table.button td .darktext	{color: #c0c0ff;}


.buttons_center	{
					width: 100%;
					text-align: center;
					}

/*  *** Basic
table	{
				border: 1px solid #c0c0c0;
				width: 100%;
				border-collapse: collapse;
				}
table  td		{vertical-align:top;
				text-align: left;
				padding-top: 3px;
				padding-bottom: 3px;
				padding-left: 8px;
				}

.blackborder		{border: 2px solid black;}


table.x4				{
						width: 300px;
						border: 1px solid #c0c0c0;
						border-collapse: collapse;
						}
table.x4 td				{
						border: 1px solid #c0c0c0;
						text-align: left;
						/* vertical-align: text-top; */
						padding-top: 6px;
						padding-bottom: 8px;
						padding-left: 8px;
						padding-right: 8px;
						background-color: #f0f0f0;
						}

table.copyright		{
						width: 100%;
						border: 1px solid #c0c0c0;
						border-collapse: collapse;
						}
table.copyright td		{
						border: 1px solid #c0c0c0;
						font-size : 10pt;
						text-align: left;
						vertical-align: text-top;
						padding-top: 6px;
						padding-bottom: 8px;
						padding-left: 8px;
						padding-right: 8px;
						background-color: #f0f0f0;
						}
table.copyright td a	{	font-size : 10pt;}


/*  ********* Guestbook bar ************** */
table.guestbook			{
						width: 300px;	
						border-collapse: collapse;
						margin-bottom: 0.0em;
						}
table.guestbook td 		{
						border: 1px solid #606080;
						text-align: center;
						background-color: #c0c0c0;
						padding-top: 2px;
						padding-bottom: 4px;
						}

.center					{ 
						text-align: center;
						}

body					{
						width: 760px;
						margin-left: auto;
						margin-right: auto;
						text-align: left;
						}
