@charset "utf-8";

/* reset.css
----------------------------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* CSS Document 
--------------------------------------------------------------------------------*/

body {
	background:#000 url(../images/bg_grad.jpg) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.5;
	margin:0
}
h1 {
	font-size:2em
}
h2 {
	font-size:1.75em
}
h3 {
	font-size:1.5em
}
h4 {
	font-size:1.3333em
}
h5 {
	font-size:1.1666em
}
h6 {
	font-size:1em
}
p, pre, blockquote, ol, ul {
	line-height:1.5;
	margin-bottom:0.5em;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
u {
	text-decoration:underline;
}
strike {
	text-decoration:line-through;
}
sup {
	vertical-align:super;
	font-size:0.75em;
	line-height:1em;
}
sub {
	vertical-align:sub;
	font-size:0.75em;
	line-height:1em;
}
blockquote, pre {
	padding:0.5em 2em 0.5em 2em;
	background-color:#FFFDF4;
}
pre {
	font-family:"Courier New", Courier, monospace;
	position:relative;
}
center {
	text-align:center;
}
ol li, ul li {
	margin-left:2em;
}
ul li {
	list-style:disc;
	list-style-image:url(../images/ul-li.gif);
}
ol li {
	list-style:decimal;
}
a {
	color:#3e5111;
}

#tinymce {
	width:735px;
	min-width:735px;
	max-width:735px;
	padding:10px;
	margin-right:auto;
	border-right:1px dashed #aaa;
	height:101%;
	background-color:#EEF8EC;
	background-image:none;
}
/*body { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1; color:#005561; } */
h1, h2, h3, h4, h5, h6 {line-height:1.5; margin:0}
h1 {font-size:2em}
h2 {font-size:1.75em}
h3 {font-size:1.5em}
h4 {font-size:1.3333em}
h5 {font-size:1.1666em}
h6 {font-size:1em}

p, pre, blockquote, ol, ul { line-height:1.5; margin-bottom:0.5em; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
u { text-decoration:underline; }
strike { text-decoration:line-through; }
sup { vertical-align:super; font-size:0.75em; line-height:1em; }
sub { vertical-align:sub;  font-size:0.75em; line-height:1em;}
blockquote, pre { padding:0.5em 2em 0.5em 2em; background-color:#FFFDF4; }
pre { font-family:"Courier New", Courier, monospace; }
center { text-align:center; }

ol li, ul li {
	margin-left:2em;
}
ul li { list-style:disc; }
ol li { list-style:decimal; }

dl { margin: 0 0 0.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 2em; }

abbr, acronym { border-bottom:1px dotted #000; }

/*a { color:#FE7419; }
#tinymce a, 
.component-body a { color:#dd4e01; }
.component-body a.more { font-weight:bold; }*/
