body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

td 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		font-size: 11px;
		font-style: normal;
	}

	
.navigator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color:#FFFFFF;
	BACKGROUND-COLOR: #A8A16B;
}

a	{
		text-decoration: underline;
		color: #003366;
		outline: none;
	}
	
a:visited	{
				color: #003366;
			}

a:active	{
				color: #003366;
			}

a:hover	{
				color: #999900;
				text-decoration: underline;
			}
			
			
.section_scroll {
	height: 80px;
	width: 100%;
	overflow: auto;
	padding: 3px;
	}