* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	margin: 1em;
	background-color: #558097;
	font-family: Helvetica, "Trebuchet MS", Arial, Verdana, sans-serif;
	}

#all {
	padding: 2em;
	background-color: #FFFFFF;
	border-top: 1px #000000 solid;
	border-right: 3px #000000 solid;
	border-bottom: 3px #000000 solid;
	border-left: 1px #000000 solid;
	width: 80%;
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
	}
#content, #news {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	}	

a:link { 
	text-decoration: underline;
	color: #2366B6;
	} 
a:visited {
	text-decoration: underline;
	color: #2B1558;
	} 
a:active {
	text-decoration: underline;
	color: #458FC7;
	} 
a:hover {
	text-decoration: none;
	color: #7A0000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	}
h2, h3, h4, h5, h6 {
	color: #663534;
	font-size: 1.1em;
	margin: 2em 0 0.2em 0;
	}	
h1 {
	border-bottom: 1px #000000 solid;
	font-size: 2.5em;
	margin-bottom: 0em;
	margin-top: 0.8em;
	}
h1:first-letter {
	color: #558097;
	}
h2 {
	font-size: 1.5em;
	}	
h4 {
	margin-left: 1.5em;
	}
h5 {
	margin-left: 3em;
	}
h6 {
	margin-left: 4.5em;
	}	
	
	
ul, ol, p, table, hr, blockquote, pre {
	margin-bottom: 1.5em;
	margin-top: 0;
	}
ul, ol {
	margin-left: 2em;
	}
ul ul, ul ol, ol ul {
	margin-bottom: 0;
	}	
p {
	line-height: 1.5em;
	}
	
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
	}
table th {
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 0.2em;
	font-weight: bold;
	}
table td {
	padding: 0.2em;
	}
tbody tr.even td{
	background: #f1f1f1;
	}
	
pre {
	padding: 1em;
	border: 1px inset;
	font-size: 0.8em;
	font-family: Consolas, "Lucida Console", monospace;
	overflow: auto;
	background-image: url(/uploads/images/img/pre.gif);
	line-height: 1.2em;
	}
hr {
	background-color: #558097;
	border-top: 3px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 3px #000000 solid;
	height: 2em;
	color: #558097;
	width: 2em;
	-moz-border-radius: 1em;
	margin: 0 auto 0 auto;
	}
	
blockquote {
	border-left: 3px solid #808080;
	font-size: 0.9em;
	padding: 0.6em;
	background-color: #f1f1f1;
	}
blockquote p:last-child, blockquote ul:last-child,
blockquote ol:last-child, blockquote pre:last-child,
blockquote table:last-child {
	margin-bottom: 0;
	}	
	
#bc {
	color: #9e9e9e;	
	font-size: 0.8em;
	margin-bottom: 1.5em;
	}

#navi, #navi ul {
	font-size: 0.9em;
	list-style: none;
	line-height: 1.5em;
	margin-left: 0;
	}
#navi li {
	border-bottom: 1px dashed #dedede;
	}
#navi li a {
	display: block;
	}
#navi li a:hover{
	background-color: #f1f1f1;
	}

#cntnt01searchinput {
	width: 20em;
	border: 1px inset;
	font-size: 0.9em;
	padding: 2px;
	}
#cntnt01searchinput:focus {
	background-image: url(/uploads/images/img/pre.gif);	
	}
#search legend {
	display: none;
	}
#search {
	text-align: right;
	float: right;
	margin-top: -0.7em;
	}
#search_submit {
	vertical-align: middle;
	border: 0;
	}
#search fieldset {
	margin: 0;
	padding: 0;
	}
#search_label {
	display: none;
	}

#footer {
	font-size: 0.8em;
	padding: 0;
	padding-top: 0.5em;
	margin-top: 3em;
	border-top: 1px solid #000;
	}
#footer p {
	padding: 0;
	margin: 0;
	}
#modified_date {
	color: #9e9e9e;
	clear: both;
	line-height: 32px;
	text-align: center;
	}
#feedback {
	float: left;
	}
#feedback_link {
	background-image: url(/uploads/images/img/simplicio/32x32/mail_write.png);
	}
#feedback_link, #rss_link {
	display: block;
	line-height: 32px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 center;
	}
#rss {
	float: right;
	}
#rss_link {
	background-image: url(/uploads/images/img/simplicio/32x32/rss.png);
	}
	
.illustration_wrapper_big {
	text-align: center;
	margin: 0 0 1.5em 0;
	}
.illustration_element_1, .illustration_element_2, .illustration_element_3 {
	padding: 5px;
	background-color: #f1f1f1;
	border: 1px dashed #cecece;
	}
.illustration_element_1 {
	margin: 0;
	}	
.illustration_element_2 {
	float: left;
	margin: 0 5px 5px 0;
	}
.illustration_element_3 {
	float: right;
	margin: 0 0 5px 5px;
	}