
	/* basic elements */
	
	html, body { 
		font-family: Tahoma;
		font-size: 10px;
		line-height: 10px;
		color: #000000;
		text-align: center;
		margin-top: 0px;
		/* background: url("TopBackground.gif") repeat-x; */
		background-color: #ffffff;
		}


		
	

/**************************
MAIN PAGE
**************************/

    .Normal {
        font-family: Tahoma;
        font-size: 8pt;
        color: #333333;
	}
        
    .Head {
        font-family: Tahoma;
        font-size: 8pt;
        color: #555555;
        font-weight:bold;
	}

	.loginlinks{
    	color: #000000;
		font-size: 10px;
		}

	.top-menu {
		font-family: Tahoma;
		font-size: 10px;
		}

	.top-menu a:link	{ color: #818181; text-decoration: none; font-weight: bold; font-size: 10px;}
	.top-menu a:visited 	{ color: #818181; text-decoration: none; font-weight: bold; font-size: 10px;}
	.top-menu a:active	{ color: #818181; text-decoration: none; font-weight: bold; font-size: 10px;}
	.top-menu a:hover	{ color: #818181; text-decoration: underline; font-weight: bold; font-size: 10px;}


	.content {
		font-family: Tahoma;
		font-size: 10px;
		line-height: 10px;
		color: #909090;
		}

	.footer-text {
		font-family: Tahoma;
		font-size: 10px;
		line-height: 10px;
		color: #666666;
		}












































