html,body { margin: 0; padding: 0; height: 100%; }

body {

	background-color:#ffffff;
	color:#000000;
	font-family:helvetica,arial,verdana,sans;
	font-size:12px;
	line-height: 18px;
	margin:0px;
	
}

#no-flash {
	margin: 32px 0 0 46px;
	width: 400px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

.title {
	color:#000000;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}