/**
 * Defines default style of content.
 * Use in RTE and Page
 * Overwrite special styles (eg menu) somewhere else
 */
.htmlarea-content-body,
body {
	font-family:Georgia, Times, Times New Roman, sans-serif;
	font-size:12px;
}

h1 {
	margin:0;
	padding:1.2em 0.2em 1.2em 0.4em;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:bold;
	font-style:normal;
	color:#f90;
	font-family: Arial, Helvetica, sans-serif;
	background:#eee url('./img/bg-headline.gif') repeat-x 0 100%;
	vertical-align:middle;
	border-bottom:8px #ccc solid;
}
h1 * {
	vertical-align:middle;
}
h1 img {
	padding:0 15px 5px 0;
}
h1.simple {
	padding:0.5em 0 0.5em 0;
	background:none;
	border-bottom:none;
	line-height:1.2em;
}

h2, h3, h4, h5, h6 {
	margin:0;
	padding:1em 0 0.3em 0;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em; 
	font-weight:bold;   
	font-style:normal; 
	color:#f90;
}
h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em; 
	font-weight:bold;   
	font-style:normal; 
	color:#777;
}
h4 { font-size:1.0em; font-weight:bold;   font-style:normal; color:#f90;}
h5 { font-size:1.0em; font-weight:normal; font-style:normal; color:#f90;}
h6 { font-size:1.0em; font-weight:normal; font-style:normal; color:#f90;}

p {
	margin:0;
	padding:0.4em 0 0.5em 0;
	font-size:1em;
	line-height:1.3em;
	color:#777;
}

blockquote {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.3em;
	color:#777;
	border-bottom:1px #f90 solid;
}

ol {
	margin:0;
	padding:0.4em 0 0.5em 2.2em;
	font-size:1em;
	line-height:1.3em;
	color:#777;
}
ol li {
	margin:0;
	padding:0.1em 0 0.1em 0.3em;
}
ul {
	margin:0;
	padding:0.4em 0 0.5em 0;
	font-size:1em;
	line-height:1.3em;
	color:#777;
	list-style-type:none;
}
ul li {
	margin:0;
	padding:0.1em 0 0.1em 1.1em;
	background:url('./img/bullet.gif') no-repeat 0 0.3em;
}
* html ul li { /* fixing ie6 bug no bg-image displays */
	height:1%;
}
a {
	color:#f90;
	text-decoration:underline;
}
a:visited {
	color:#777;
	text-decoration:underline;
}
a:hover {
	color:#f90;
	text-decoration:underline;
}

a.zip {
	padding-left:14px;
	background:url('./icon/zip.gif') no-repeat 0 50%;
}
a.more,
a.More {
	padding-left:14px;
	background:url('./icon/more.gif') no-repeat 0 50%;
}
a.file {
	padding-left:14px;
	background:url('./icon/default.gif') no-repeat 0 50%;
}
a.txt {
	padding-left:14px;
	background:url('./icon/txt.gif') no-repeat 0 50%;
}
a.image {
	padding-left:14px;
	background:url('./icon/image.gif') no-repeat 0 50%;
}
a.movie {
	padding-left:14px;
	background:url('./icon/movie.gif') no-repeat 0 50%;
}
a.pdf {
	padding-left:14px;
	background:url('./icon/pdf.gif') no-repeat 0 50%;
}
a.vsd {
	padding-left:14px;
	background:url('./icon/vsd.gif') no-repeat 0 50%;
}
a.xls {
	padding-left:14px;
	background:url('./icon/xls.gif') no-repeat 0 50%;
}
a.doc {
	padding-left:14px;
	background:url('./icon/doc.gif') no-repeat 0 50%;
}
a.xml {
	padding-left:14px;
	background:url('./icon/xml.gif') no-repeat 0 50%;
}


a.email {
	padding-left:14px;
	background:url('./icon/email.gif') no-repeat 0 50%;
}


a.popup {
	padding-left:14px;
	background:url('./icon/popup.gif') no-repeat 0 50%;
}
a.external {
	padding-left:14px;
	background:url('./icon/external.gif') no-repeat 0 50%;
}
a.secure {
	padding-left:14px;
	background:url('./icon/secure.gif') no-repeat 0 50%;
}

b,
strong {
	font-weight:bold;
	font-style:normal;
	color:#f90;
}
i,
em {
	font-weight:normal;
	font-style:normal;
	color:#f90;
}

img {
	border:0 solid;
}