

body, div, p, td, h1, h2, h3{
	font-family: "Lucida Grande", "Century Gothic", Arial, Verdana,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#444;
}
p, #content p, td, #content td{
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
/*
	max-width:430px;
	_width:450px;
*/
	padding-bottom: 40px;
}
div, p, td, div p{
	font-size: 12px;
	margin-bottom: 10px;
}

h1, div h1, #content h1{
	text-transform: capitalize;
	font-size: 48px;
	line-height: 48px;
	color: #333;
	font-weight: bold;
	letter-spacing: -0.1em;
	margin-bottom: 16px;
}
h2, div h2, #content h2{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	letter-spacing: -0.1em;
	margin-bottom: 8px;
	max-width:430px;
	_width:450px;
}
a, p a{
	color:#666;
	text-decoration: underline;
}
a:hover, p a:hover{
	text-decoration: none;
}
hr{
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
	margin: 10px 0px;
}

#content p{
	margin-bottom: 1em;
}
#content em{
	font-style: italic;
}

p.intro{
	font-size:16px;
	color:#777;
}

#footer a{
	color:#ccc;
}
.code, p.code, pre.code textarea.code{
	display: block;
	font-family: Courier;
	font-weight: normal;
	padding:6px 10px;
	margin: 6px 0px 0px 0px;
	color: #333;
	background-color: #fff;
	white-space: nowrap;
	overflow: auto;
	width: 100% !important;
	line-height: 1.5em;
	min-width: 600px;
}
.mono{
	font-family: Courier;
	color: #668;
}
.notice{
	color: #669966
}
.error{
	color: #ff6666
}
h2.code{
	background-color: inherit;
	padding: inherit;
}
input[type=text], input[type=password]{
	margin: 0px 0px 10px 0px;
	padding: 4px;
	font-size: 16px;
	width:300px;
}
input[type=checkbox]{
	padding:4px;
}
label{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	color:#666;
}
textarea{
	width:400px;
	height:200px;
}