body {
	background-color: #ccc;
	margin: 50px 0px;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
}

.wrap {
	width: 725px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}


a {
	text-decoration: underline;
}

a.hilight {
	background-color: #ffe;
	font-size: 18px;
}

a:link {
	color: #72665A;
}

a:visited {
	color: #72665A;
}

a:active {
	color: #72665A;
}

a:hover {
	color: #CC6600;
}

h1{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 30px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	text-transform: italic;
}

h3{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

.header {
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	border: 0px;
	color: #666;
	font-family: 'Georgia', 'Palatino', 'Times New Roman';
	font-size: 14px;
	font-weight: bold;
}

.footer {
	padding: 30px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	color: #666;
	font-family: 'Georgia', 'Palatino', 'Times New Roman';
	font-size: 11px;
}

.content
{
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
	background-color: #fff;
	border: 1px solid #900;
	color: #333;
	font : 14px 'Georgia', 'Palatino', 'Times New Roman', serif;
	line-height : 25px;
}

.content p {
	color: #333;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding:0px 15px 0px 0px;
}

.content li {
	line-height: 150%;
}

.pp {
	margin: 0px 0px 10px 0px;
}

.pa {
	font-style: italic;
}

.pt {
	font-weight: bold;
}

.heading1 {
	color: #333;
	font-family: 'Georgia', 'Palatino', 'Times New Roman';
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
}

.content h2 {
	color: #ccc;
	font-family: 'Georgia', 'Palatino', 'Times New Roman';
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.heading2 {
	color: #000;
	font-family: 'Lucida Grande', 'Verdana', 'Geneva', 'Lucida', 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.lastupdate {
	color: #000;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}

img.screenshot {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border: solid 1px;
}

img.logo {
	border: none;
}

.detailshidden {
	display:none
}

.detailsshown {
	display:inline
}