/* Stylesheet for the 'ITIS Mobile Theme' Plone theme */
body {
    margin: 0.2em 0.5em 0.5em 0.5em;
	background-color:#fff; 
	font: small Tahoma,serif;
	color: #333;
}

h1 {
    font-size: larger;
    margin: 0.5em 0;
}

h2, h3 {
    font-size: small;
}

p {
    margin: 0.7em 0;
}


h1.header {
    background-color: #f60;
    color: #fff;
    display: inline;
    font-weight: normal;
    font-size: small;
    line-height: 2em;
    padding: 2px 10px;
}

a {
	color:#069;
}

ol {
    margin-top: 0;
    margin-bottom: 0.3em;
}

li {
    margin-bottom: 0.3em;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.block {
    display: block;
}

.msg {
    color: #f60;
}

.bld {
    font-weight: bold;
}

#copyright {
    color: #3f82b5;
    font-weight: bold;
}

a.lnk_footer {
    color: #f60;
    text-decoration: none;
}

