body {
	font:76.5%/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#0073a5;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom:8px;
}

input, textarea, select, option {
    font:1em Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color:#0073a5;
}

a {
    text-decoration:underline;
    color:#ffa200;
}
a:hover,
a:focus,
.hover a {
    color:#ffbd4b;
}
a:focus {
	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-weight:normal;
	font-size:2.2em;
	color:#71cde5;
}
h2 a {
    text-decoration:none;
    color:#71CDE5;
}

h3 {
    font-weight:normal;
    font-size:1.8em;
    color:#71CDE5;
}
h3 a {
    text-decoration:none;
    color:#71CDE5;
}

h4, h5, h6 {
	font-size:1em;
}

ol {
	list-style:decimal;
}

ul {
	padding:0 0 0 20px;
	list-style:disc;
}

legend {
    display:none;
}

#tinymce td,
#tinymce th {
    font:12px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    color:#0073a5;
    padding:6px 0;
}
#tinymce p {
    clear:both;
}