/**
 * Defines default style of content.
 * Use in RTE and Page
 * Overwrite special styles (eg menu) somewhere else
 */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	margin:0;
	padding:0.5em 0 0.3em 0;
	font-size:1.6em;
	font-weight:bold;
	font-style:normal;
	color:#555;
}

h2, h3, h4, h5, h6 {
	margin:0;
	padding:1em 0 0.3em 0;
}
h2 { font-size:19px; font-weight:normal;   font-style:normal; color:#049;}
h3 { font-size:16px; font-weight:bold;   font-style:normal; color:#049;}
h4 { font-size:13px; font-weight:bold;   font-style:normal; color:#049;}
h5 { font-size:13px; font-weight:normal; font-style:normal; color:#333;}
h6 { font-size:11px; font-weight:normal; font-style:normal; color:#333;}

p {
	margin:0;
	padding:0.4em 0 0.5em 0;
	font-size:1em;
	line-height:1.3em;
	color:#555;
}
ol {
	margin:0;
	padding:0.4em 0 0.5em 2.2em;
	font-size:1em;
	line-height:1.3em;
	color:#555;
}
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:#555;
	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.25em;
}
* html ul li { /* fixing ie6 bug no bg-image displays */
	height:1%;
}
a {
	color:#049;
	text-decoration:underline;
}
a:visited {
	color:#777;
}
a:hover {
	color:#333;
}

a.zip {
	padding-left:12px;
	background:url('./icon/zip.gif') no-repeat 0 50%;
}
a.file {
	padding-left:12px;
	background:url('./icon/default.gif') no-repeat 0 50%;
}
a.txt {
	padding-left:12px;
	background:url('./icon/txt.gif') no-repeat 0 50%;
}
a.image {
	padding-left:12px;
	background:url('./icon/image.gif') no-repeat 0 50%;
}
a.movie {
	padding-left:12px;
	background:url('./icon/movie.gif') no-repeat 0 50%;
}
a.pdf {
	padding-left:12px;
	background:url('./icon/pdf.gif') no-repeat 0 50%;
}
a.vsd {
	padding-left:12px;
	background:url('./icon/vsd.gif') no-repeat 0 50%;
}
a.xls {
	padding-left:12px;
	background:url('./icon/xls.gif') no-repeat 0 50%;
}
a.doc {
	padding-left:12px;
	background:url('./icon/doc.gif') no-repeat 0 50%;
}
a.xml {
	padding-left:12px;
	background:url('./icon/xml.gif') no-repeat 0 50%;
}


a.email {
	padding-left:12px;
	background:url('./icon/email.gif') no-repeat 0 50%;
}


a.popup {
	padding-left:12px;
	background:url('./icon/popup.gif') no-repeat 0 50%;
}
a.more {
	padding-left:12px;
	background:url('./icon/more.gif') no-repeat 0 50%;
}
a.external {
	padding-left:12px;
	background:url('./icon/external.gif') no-repeat 0 50%;
}
a.secure {
	padding-left:12px;
	background:url('./icon/secure.gif') no-repeat 0 50%;
}

strong, b {
	font-weight:bold;
	font-style:normal;
	color: #004499;
}
em {
	font-weight:bold;
	font-style:normal;
	color:#555;
}

img {
	border:0 solid;
}