
	body {
		color:       #3a3a3a;
		font-family: Helvetica, Arial, sans-serif;
		font-size:   62.5%;
		line-height: 1.5em;
	}


	/*--------------------------------------------------------------------*/

	a {
		color:           #6a8013;
		font-weight: bold;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	abbr {
		cursor: help;
	}

	blockquote {
		line-height: 1.5em;
		margin:      2em 0 .5em;
		padding:     0 2.5em;
	}

		blockquote p:first-child {
			text-indent: -.75em;
		}

		blockquote p:last-child {
			margin-bottom: 0;
		}

			blockquote p:first-child:before,
			blockquote p:last-child:after {
				color:          #6a8013;
				font-size:      2em;
				line-height:    0;
				vertical-align: middle;
			}

			blockquote p:first-child:before { content: '\201C'; /* &ldquo; */ }
			blockquote p:last-child:after   { content: '\201D'; /* &rdquo; */ }

	cite {
		color:      #6a8013;
		display:    block;
		font-style: italic;
		font-size:  1.2em;
		text-align: right;
		margin:     0em 2.5em 1.5em;
	}

	del {
		text-decoration: line-through;
	}

	dl {
		font-size:     1.4em;
		line-height:   1.5;
		margin-bottom: 1.5em;
	}

		dt {
			clear:        both;
			float:        left;
			margin-right: 10px;
			font-weight:  bold;
		}

		dd {
			float: left;
		}

			dd a {
				background: none !important;
				padding:    0 !important;
			}

			dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		line-height: 1.5;
		margin:      0 0 .5em;
	}

	h1 { font-size: 2.6em; }
	h2 { font-size: 2.2em; }
	h3 { font-size: 1.8em; }

	h4, h5, h6 { font-size: 1.4em; }

	hr {
		background: #e3e3e3;
		border:     0;
		color:      #e3e3e3;
		height:     1px;
		margin:     20px 0;
	}

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.4em;
			line-height: 1.5;
			list-style:  decimal;
			margin-left: 1.5em;
		}

			ol li * {
				font-size: 1em;
			}

			ol li ol {
				margin-bottom: 0;
			}

	p {
		font-size:     1.4em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

	sub {
		font-size:      .85em;
		vertical-align: sub;
	}

	sup {
		font-size:      .85em;
		vertical-align: super;
	}

	table {}

	ul {
		margin-bottom: 1.5em;
	}

		ul li {
			font-size:   1.4em;
			line-height: 1.5;
			list-style:  disc;
			margin-left: 1.5em;
		}

			ul li * {
				font-size: 1em;
			}

			ul li ul {
				margin-bottom: 0;
			}



	/*	Default Form Styles */

	form {
		margin-bottom: 20px;
		width:         400px;
	}

		button {
			display: inline;
			float:   right;
			padding: 3px 8px;
		}

		fieldset {
			padding-top: 10px;
		}

		label {
			color:       #444;
			font-weight: bold;
			line-height: 1.8;
			width:       100px;
		}

		legend {
			font-size: 2em;
		}

		input {
			border:  1px solid #a7a6aa;
			color:   #666;
			padding: 5px 3px;
			width:   392px;
		}

			input.error {
				background:   #ffecec;
				border-color: #f77;
			}

			input:focus {
				border-color: #6a8013;
			}

				input.error:focus {
					background:   #fff;
					border-color: #f77;
				}

			input[type=checkbox],
			input[type=radio] {
				width: auto !important;
			}

		textarea {
			border:      1px solid #a7a6aa;
			color:       #666;
			font-family: Arial, sans-serif;
			font-size:   1em;
			height:      148px;
			padding:     3px;
			width:       392px;
		}

			textarea.error {
				background:   #ffecec;
				border-color: #f77;
			}

			textarea:focus {
				border-color: #6a8013;
			}

				textarea.error:focus {
					background:   #fff;
					border-color: #f77;
				}

	/* clearfix these by default */

	dl:after,
	ul:after,
	li:after {
		clear:      both;
		content:    ' ';
		display:    block;
		height:     0;
		visibility: hidden;
	}

	dl,
	ul,
	li {
		display: inline-block;
	}

		* html dl,
		* html ul,
		* html li {
			height: 1%;
		}

	dl,
	ul,
	li {
		display: block;
	}
