
/* COMMON STYLE
--------------------------------------------------------- */



body {
	margin: 0;
	padding: 0;
	color: #5F5B53;
	#background: #EDEBD5; /*#EDEBD5*/  /*#f7f7f7*/
	font: 85% Arial, sans-serif;
}

body#bd {
	text-align: center;
	background: #444444;
	color: #FAFCF4;
}

h1 {
	font-size: 1.6em;
}

h2 {
	margin: 10px 0;
	font-size: 1.45em;
}

h3, h4 {
	margin: 10px 0;
	font-size: 1.2em;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption, a.readon, 
.blog_more, .back_button, .pagenavcounter, .pagenav, .pagenavbar, .contenttoc {
	font-size: 80%;
	background-color:#f7f7f7;
}

/* Normal link */
a { 
	color: #5e6888;  /* #5E6888   #2770C0*/
	text-decoration: none;
}

a:hover, a:active {
	color: #3b88de;  /* 174271 */
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

#ul {
#	margin: 0;
#	padding: 0;
#	#list-style: none;
#}

#li {
#	padding-left: 15px;
#	#background: url(../images/arrow-off.gif) no-repeat 2px 5px;
#	line-height: 140%;
#	line-height: 18px;
#}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #999999;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: 0;
}




