body { 
		font-family: Helvetica, Arial, Verdana, sans-serif;
		margin: 0px 0px;
		background-image: url("images/background_index.gif");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
		background-color: #c0c0c0;
		color: #333333;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:11px; font-weight:bold; color: #333333;}


.copyrt { 
		color: #ffffff;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 10px;
		line-height: 13px;
		text-align: left;
 }