html, body { 
	height:100%; 
	width:100%;
}
body { 
	background-color: #ffffff;
	font-family: Georgia, Tahoma, Verdana, serif; 
	margin:0; padding:0;
}
a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none 
}


h1,h2,h3,h4,h5,h6,h7
{
	font-family: Georgia, Tahoma, Verdana, serif;
	color: #306;
	font-weight: bold;
}
.textred
{
	color:#C00;
}

.logo
{
	text-align: left;
	margin: 0px 300px 0px 200px;   
}
#content
{
	font-size:14px;
	padding: 3px;
}

.fine
{
	margin: 0px 390px 10px 10px;  
	font-size: 9px;
	color: #fff;
	white-space: pre;
}

.fine a, .fine a:link, .fine a:visited, .fine a:active
{
	color: #99f;
}

.fine a:hover
{
	color: #036;
}
#flashContent { width:100%; height:100%; }
#noFlash {
	background-color: #ffffff;
	width: 350px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

