/* Provides basic text styling */
h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight: normal;
}

h6 {
	font-weight: normal;
}
hr {
	height: 1px;
	color: #CCCCCC;
}

a {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color:#666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}
#wrapper {
	width: 775px;
/*	padding:0;
	margin:0;*/
	text-align:left;
	margin-right:auto;
	margin-left:auto;
/*	background-color: #FFFFFF;*/
}
#header {
/*	width:100%;*/
	margin:0;
	padding:0;
	height:80px;
	border-bottom: 1px solid #900;
	text-align: left;
	}
#centerwrap {
	width:100%;
	margin:0 -1px 0 0;
	padding:0;
	}
#content {
	font-size:small;
	}
#content code {
	font-size:small;
	white-space:normal;
	}
#content pre{
	font-size:small;
	white-space:pre;
	}
#content pre {
	padding-left:20px;
}
#content a {
	text-decoration:underline;
}
#footer {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	}
td.phcol {
	white-space:nowrap;
	}

