body		{
			background-color: rgb(255, 255, 255);
			}

td			{
			font-family: tahoma, verdana;
			}
			
td.dark		{
			font-family: times;
			font-style: oblique;
			font-size: 16pt;
			color: rgb(255, 255, 255);
			background-color: rgb(0, 39, 70);
			}
			
td.menu		{
			font-size: 11px;
			color: rgb(255, 255, 255);
			background-color: rgb(13, 50, 79);
			height: 18px;
			}
			
td.divider	{
			background-color: rgb(25, 60, 88);
			height: 1px;
			}
			
td.links	{
			font-size: 11px;
			color: rgb(0, 39, 70);
			background-color: rgb(204, 212, 218);
			height: 20px;
			}
			
td.comment	{
			font-size: 11px;
			color: rgb(0, 39, 70);
			vertical-align: top;
			}
			
td.content	{
			font-size: 10pt;
			color: rgb(0, 39, 70);
			vertical-align: top;
			}
			
span.head	{
			font-size: 14pt;
			}
			
span.info	{
			font-family: tahoma, verdana;
			font-size: 11px;
			font-style: normal;
			}

a			 			{
						color: rgb(0, 39, 70);
						}

a:link	 		{
						text-decoration: none;
						}

a:visited 	{
						text-decoration: none;
						}
						
a:hover 		{
						text-decoration: underline;
						}
						
a:active 		{
						text-decoration: underline;
						}

a.menu 			{
						text-decoration: none;
						color: rgb(255, 255, 255);
						}
