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


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

	a {
		color:           #4e80b4;
		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: -1em;
		}

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

			blockquote p:first-child:before,
			blockquote p:last-child:after {
				color:          #438bc0;
				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; */ }

	button {
		cursor:      pointer;
		font-family: Helvetica, Arial, sans-serif;
	}

	cite {
		color:      #438bc0;
		display:    block;
		font-style: italic;
		font-size:  1.2em;
		text-align: right;
		margin:     0 15px 15px;
	}

	del {
		text-decoration: line-through;
	}

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

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

		dd {}

			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 1em;
	}

	h1 {
		font-size:   2.2em;
		font-weight: bold;
		position:    relative;
	}

	h2 {
		font-size:   1.8em;
		font-weight: bold;
	}

		h2.title {
			font-size:     2.2em;
			margin-bottom: .25em;
		}

			div.request_sub h2.title {
				text-align:    center;
			}

	h3 {
		font-size:   1.6em;
		font-weight: bold;
	}

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

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

	img {}

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

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

		input:focus {
			border-color: #4e80b4;
		}

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

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

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
	}

		ol li {
			font-size:   1.3em;
			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.3em;
		line-height:   1.5;
		margin-bottom: 1em;
	}

	pre {
		font-size: 1.3em;
	}

	small {
		font-size: .75em;
	}

	span {}

		span.asterisk {
			color: #f44;
		}

	strong {
		font-weight: bold;
	}

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

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

	table {}

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

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

		textarea:focus {
			border-color: #4e80b4;
		}

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

	ul {
		margin-bottom: 1.5em;
	}

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

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

			ul li ul {
				margin-bottom: 0;
			}

	/* Clearfixes */

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

	dl {
		display: inline-block;
	}

		* html dl {
			height: 1%;
		}

	dl {
		display: block;
	}