body {
	font:76.5%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#000;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:12px;
}

input, textarea, select, option {
    font:1em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color:#000;
}

a {
    text-decoration:none;
    color:#365868;
}
a:hover {
    text-decoration:underline;
    color:#207aa4;
}
a:focus {
    text-decoration:underline;
	outline:1px dotted invert;
}

hr {
	border:0 #999 solid;
	border-top-width:1px;
	margin:30px 0 27px;
	position:relative;
	clear:both;
	height:0;
}
.ie6 hr,
.ie7 hr {
    margin-top:18px;
}

sup {
	font-size:.8em;
	vertical-align:top;
}

h1 {
    font-weight:normal;
	font-size:2em;
}

h2 {
    font-family:'Copperplate Gothic Light', 'Copperplate Light', Georgia, Lucidabright, Lucida, "Lucida Bright", Constantia, "DejaVu Serif", "Bitstream Vera Serif", Utopia, Palatino, 'Palatino Linotype', serif;
    font-variant:small-caps;
    font-weight:normal;
    margin-top:12px;
	font-size:2.4em;
}

h3 {
    font-family:'Copperplate Gothic Light', 'Copperplate Light', Georgia, Lucidabright, Lucida, "Lucida Bright", Constantia, "DejaVu Serif", "Bitstream Vera Serif", Utopia, Palatino, 'Palatino Linotype', serif;
    font-variant:small-caps;
    font-weight:normal;
	font-size:1.6em;
	margin:0 0 8px;
	color:#000;
}

h3 a,
h3 a:hover {
    text-decoration:none;
}

h4, h5, h6 {
	font-size:1em;
}

ol {
	list-style:decimal;
}

ul {
	padding:0 0 0 20px;
	list-style:disc;
}

legend {
    display:none;
}
