* {
	color: #665;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

/*	divs	*/
div,
img {
	border: none;
	margin: 0;
	padding: 0;
	}
div.box {
	border: 2px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 3px 3px 8px #555, -3px 3px 8px #aaa;
	-webkit-box-shadow: 3px 3px 8px #555, -3px 3px 8px #aaa;
	margin: 20px;
	padding: 20px;
	}

/*	tables */
table {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}
td {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}
th {
	background-color: #f8f8f0;
	font-weight: normal;
	letter-spacing: 2pt;
	padding: .5em;
	}
table.list {
	background-color: #f8f8f3;
	border: 2px solid #eed;
	}
td.list {
	background-color: #fff;
	padding: 5px;
	vertical-align: top;
	}

a {
	background-color: transparent;
	color: #359;
	cursor: pointer;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 2pt;
	text-decoration: none;
	}
a:hover {
	background-color: transparent;
	color: #333;
	text-decoration: underline;
	}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer {
	color: #885;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	}
pre {
	font-family: 'Bitstream Vera Sans Mono', 'Monotype.com', 'Courier New', monospace;
	}
b, em, strong,
.highlight,
div.highlight p,
div.highlight li,
p.quote,
.first:first-letter,
.first:first-line,
.smallcaps {
	color: #432;
	font-style: normal;
	font-size: 105%;
	letter-spacing: 1.2pt;
	}
.right {
	text-align: right;
	}
.caption {
	font-size: 8pt;
	margin-top: 2em;
	margin-bottom: 0em;
	text-align: left;
	}
.smallprint {
	font-size: 8pt;
	color: #885;
	}
sub, sup {
	font-size: 7pt;
	}
.italic		{font-style: italic;}
.bold 		{letter-spacing: 2pt}
.uppercase 	{text-transform: uppercase;}
.lowercase 	{text-transform: lowercase;}
.capitalize 	{text-transform: capitalize;}
.strike 	{text-decoration: line-through;}
.underline	{text-decoration: underline;}
.tocheading	{font-variant: small-caps;}
.heading	{font-variant: small-caps;}
.first:first-letter {
	font-size: 240%;
	float: left;
	padding-top: 0.1em;
	padding-right: 0.1em;
	}
.first:first-line {
	letter-spacing: 3pt;
	}
.smallcaps {
	font-variant: small-caps;
	letter-spacing: 3pt;
	}

br, hr {
	margin: 0;
	}
hr {
	border: 1px solid #ddc;
	}

/*	headings */
h1, h2, h3, h4 {
	color: #860;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 160%;
	text-shadow: #630 1px 1px 4px;
	letter-spacing: 3pt;
	}
h2 {
	font-size: 130%;
	margin-top: 1em;
	text-shadow: #630 1px 1px 3px;
	letter-spacing: 2pt;
	}
h3 {
	font-size: 115%;
	margin-top: 1em;
	text-shadow: #630 1px 1px 2px;
	letter-spacing: 1pt;
	}
h4 {
	font-size: 100%;
	margin-top: 1em;
	text-shadow: #630 1px 1px 1px;
	letter-spacing: 1pt;
	}

/* lists */
ol, ul {
	list-style-position: outside;
	margin: 0 20px 10px 20px;
	}
ul {
	list-style-type: square;
	}
ol{
	list-style-type: decimal;
	}
li {
	margin: 5px 20px 5px 20px;
	}
/*.nested,*/
li ul {
	list-style-type: disc;
	}
li ul li ul {
	list-style-type: circle;
	}
li ol {
	list-style-type: lower-alpha;
	}
li ol li ol {
	list-style-type: lower-roman;
	}
input {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 2px 10px 2px 10px;
	margin: 10px;
	}
input:hover {
	border-color: Green;
	}
