@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin:0px;
	background-color:#FFFFFF;
	background-image:url('images/topback.jpg');
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, helvetica, "sans serif";
	font-size:100%;
	color:#333333;
}
.main {
	font-size:100%;
}

a:link { 
	color: #666666;
	}
a:visited { 
	color: #666666;
	}
a:hover { 
	color: #666666;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	}
	
li {
	 margin-bottom:5px;

}
#container {
  margin: 0 auto;
  width: 90%;
  text-align:left;
  } 
.footer {
	text-align:center;
	font-size:80%;
	border-top-style: double; 
	border-top-color: #CCCCCC; 
	border-top-width: thick;}

.creation {
	font-size:70%;
}
.releasenotes {
	font-size:70%;
}
