body {
	background-color: #FFFFFF;
	height: 100%; 
	width: 100%; 
	margin:0px;
	overflow: hidden;
}
/*--BLOCK---------------------------------*/
#content
{
	position: absolute;
	height: 100%; 
	width: 100%; 
	overflow: hidden;
}
#noflash
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align:left;
}
/*--FONTS---------------------------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	line-height: 17px;
}
.italic
{
	font-style:italic;
}
.bold
{
	font-weight:bold;
}
/*--LINKS-------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}

