@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	color:#707980;
	line-height:1.4em;
}

body#tinymce {
	padding:10px;
}

p {
	margin-bottom:1em;
}

h1 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:1em;
}

h2 {
	font-size:15px;
	font-weight:normal;
	margin-bottom:10px;
}

h3 {
	font-size:13px;
	font-weight:normal;
	margin-bottom:1em;
}

div.article-date,
span.date,
p.date {
	font-size:10px;
	text-align:right;
	margin-top:-5px;
	margin-bottom:10px;
}

ol {
	list-style-position:inside;
	list-style-type:decimal;
	margin-bottom:1em;
}

ul {
	list-style-type:square;
	list-style-position:outside;
	padding-left:15px;
	margin-bottom:1em;
}

ul ul {
	margin-bottom:auto;
}

a {
	color:#707980;
	text-decoration:none;
}

a:hover {
	/*color:#fbc739;*/
	color:#014880;
	text-decoration:underline;
}

.article-body a {
	text-decoration:underline;
}

.align-right {
	text-align:right;
}

table {
	width:auto;
	margin:0 auto;
}

table td {
	padding:5px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	color:#707980;
}
