body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:11px verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}

table {
	font:11px verdana, arial, helvetica, sans-serif;
	color:#333;
}
	
#Content {
	width: 700px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:13px;
	border:1px dashed #333;
	background-color:#eee;
}

h1 {
	color:#333;
	font:1.8em/1 "Times New Roman", Times, serif;
	font-weight:900;
	font-style:italic;
}

h2 {
	color:#333;
	font:1.1em/1 Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	margin:2em 0 .25em;
}

h3 {
	color:#666;
	font-size:1em;
	font-weight:800;
	margin:3em 0 .35em;
}
	
p {
	line-height:1.8;
	margin:0 0 1em;
}

.floatright {
	float: right;
	padding: 0px 1px 1px 1px;
	margin: 0px 1px 1px 10px;
}

.floatleft {
	float: left;
	padding: 0px 25px 10px 1px;
	margin: 0px 10px 10px 1px;
}

ol, ul {
	margin-top:0;
	margin-bottom:1em;
	line-height:1.8;
}

a {
	color:#89987B;
	text-decoration:none;
	font-weight:600;
}

a:link {
	color:#89987B;
}

a:visited {
	color:#89987B
}

a:hover {
	text-decoration: underline;
}

a:active.info {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 8pt;
	color: #A0A0A0;
}

.name {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #333;
}

.info {
	color: #A9A9A9;
	font-size: 8pt;
	
}

.menu {
	font: bold 1.2em/1.33 monospace;
	padding: .0em;
	border-top: 1px dashed #999;
	border-right: 0px dashed #999;
	border-bottom: 1px dashed #999;
	border-left: 0px dashed #999;
}

.markup {
	font: bold 0.9em/1.25 monospace;
	border: 0px dashed #999;
	padding: .0em;
}

.greenNonlink {
	color:#89987B;
	font-weight: bold;
}

.red {
	color: #FF0000
}