@charset "utf-8";
/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

<!-- ./ -->
h1, h2, h3 {
	margin: 0;
	letter-spacing: -.05em;
	color: #D33333;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
} .h3 {/* imitator */
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}

a {
	color: #0099FF;
}

a:hover {
	text-decoration: none;
}

small {
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.error {
	font-zise: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* piza */
#piza {
	margin: 0;
	padding: 0;
	background: #000000 url(../images_system/img01.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

/* piza/page */
#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: #000000 url(../images_system/img01.png) repeat-x;
}

/* piza/page/header */
#header {
	width: 1024px;
	height: 300px auto;
	margin: 0 auto;
}

/* piza/page/header/flash */
#flash {
	float: center;
	width: 1024px;
	height: 300px;
	padding: 0 0 0 0;
}

/* piza/page/body */
#body {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

/* piza/page/body/content */
#content {
	float: right;
	width: 814px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 225px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	color: #7893AE;
	font-family: Verdana;
}

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

#sidebar p {
	text-align: justify;
}

#sidebar a {
	padding-left: 5px;
	text-align: justify;
	color: #0099FF;
}

#sidebar #a { /* Imitate anchor (menuitem but clicked..)  */
	padding-left: 15px;
	color: #0099FF;
	font-weight: bold;
}

/* piza/page/footer */
#footer {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #CCCCCC;
}