<!--

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


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

	a {
		color:           #3350c0;
		text-decoration: none;
	}

		a:hover {
			text-decoration: underline;
		}

	abbr {
		border-bottom: 1px dashed;
		cursor:        help;
	}

	blockquote {
		background:  #f2f4f5;
		border:      1px solid #bfe4f6;
		font-size:   1.3em;
		line-height: 1.5em;
		margin:      1.5em 5em .75em;
		padding:     1em 1.5em 0 1.5em;
	}

		blockquote p {
			font-size: 1em;
		}

	cite {
		display:    block;
		font-style: italic;
		text-align: right;
		margin:     0em 5.5em 1.5em;
	}

	del {
		text-decoration: line-through;
	}

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

		dt {
			font-weight:   bold;
			margin-bottom: .5em;
		}

		dd {
			margin-bottom: .5em;
		}

			dl dd * {
				font-size: 1em;
			}

	em {
		font-style: italic;
	}

	h1 {
		font-size:   2.2em;
		font-weight: bold;
		line-height: 1.35;
		margin:      0 2em .5em 0;
		color: #e6513e;
	}

	h2 {
		font-size:   1.9em;
		font-weight: bold;
		margin:  1em 1em .75em 0;
        color: #e6513e;
	}

	h3 {
		font-size:   1.6em;
		font-weight: bold;
		line-height: 1.5;
		margin:  1em 1em .75em 0;
        color: #e6513e;
	}

	h4, h5, h6 {
		font-size:   1.5em;
		font-weight: normal;
		margin:  1em 1em .75em 0;
        color: #e6513e;
	}

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

	img {}

	ins {
		border-bottom: 1px dotted;
	}

	ol {
		margin-bottom: 1.5em;
        list-style:  decimal;
	}

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

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

			ol li ol {
				margin-bottom: 0;
			}

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

	small {
		font-size: .75em;
	}

	strong {
		font-weight: bold;
	}

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

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

	table {}
	table {
		font-size:     1.4em;
		line-height:   1.5;
	}
		table p {
			font-size:     1.0em;
		}
	ul {
		margin-bottom: 1.5em;
        list-style:  disc;
	}

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

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

			ul li ul {
				margin-bottom: 0;
			}



	/* FORMS */
	
	/*
		DEFAULT FORM STYLES
	------------------------*/

    /*
	form {}

		button {
			cursor:       pointer;
			font-size:    1.3em;
			float: right;
		}


		fieldset {
			margin-bottom: 15px;
            background: #EAEDF9;
			padding:  15px;
		}

		label {
			clear:          left;
			float:          left;
			line-height:    1.7;
			margin-right:   10px;
			text-align:     right;
			width:          140px;
		}

		legend {
			border:       1px solid;
			border-color: #99BCDF #369 #369 #99BCDF;
			font-size:    1.2em;
			padding:      4px 10px;
		}

		input {
			border-top:     1px solid #7990a3;
            border-left:    1px solid #b9c4ce;
            border-bottom: 1px solid #bbcad6;
            border-right: 1px solid #bbcad6;
			padding:        4px;
			vertical-align: middle;
			width:          280px;
			font:           1em Arial, sans-serif;
		}

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

			input:focus {
				background: #edefe8;
			}

		form p {}

			p.options {
				padding-left: 190px;
			}

			p.checks {
				padding-left: 190px;
			}

				.checks input {
					float: none;
					width: auto;
				}

				.checks label {
					float: none;
				}

				.checks span {
					float: none;
				}

			p.fields_info {
				background:   url('/img/icons/bracket.gif') left top no-repeat;
				color:        #777;
				font-size:    1.1em;
				margin:       0 0 20px 12px;
				padding-left: 10px;
			}

		form span {}

			span.asterisk {
				color:     #f00;
				font-size: .85em;
			}

		textarea {
			border:         1px solid #A6B08E;
			font:           1em Verdana, Arial, sans-serif;
			height:         130px;
			padding:        3px;
			vertical-align: middle;
			width:          250px;
		}

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

			textarea:focus {
				background: #edefe8;
			}
*/
-->