/* CSS Document */

/*
general
*/

html {
	overflow-y: scroll;
}

*  { 

	margin: 0px; 
	padding: 0px; 
	border: 0px; 

}

body {
	
	background-color: #F6F6F6;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	
}

.noflash { 

	position: absolute;
	left: 30px;
	top: 55px;
	width: 470px;
	
}

h1 {

	font-size: 18px;
	font-weight: bold;

}



a {

	color: #000000;

}

a:link {

	color: #000000;

}

a:visited {

	color: #000000;

}

a:hover {

	color: #000000;

}

a:active {

	color: #000000;

}








