/* CSS Document */
body 		{
				margin-top:0px;
				margin-left:0px;
				margin-right:0px;
			}

div.content	{
				width:99%;
			}


div.body	{
 				width:700px;
				color:#666666;
				font-family:"Times New Roman", Times, serif;
				font-size:14px;
			}
			td	{
 				
				color:#666666;
				font-family:"Times New Roman", Times, serif;
				font-size:14px;
			}
			
			
.floatright	{
				float: right;
				width: 200px;
			}

h1			{
				font-family:"Times New Roman", Times, serif;
				font-size:24px;
				color:#666666;
				font-weight:100;
			}

.menu		{
				font-family:"Times New Roman", Times, serif;
				color:#999999;
				font-size:14px;
			}

A:LINK		{
				color:#999999;
				text-decoration:underline;
			}

A:HOVER		{
				color:#333333;
				text-decoration:underline;
			}

A:VISITED		{
				color:#999999;
				text-decoration:underline;
			}