/*
 * Styles common to *all* cartolina pages
 */
 
*,
h1 *,
h2 *,
h3 *,
{font-family: Garamond, Georgia, "Times New Roman", Times, serif;}
body {
    margin:0px;
    background-color: #fff;
}
body, td {
    font-size:100%;
}
h1, h2, h3, img, table, form, ol, ul, dl, p {
    margin:0em;
    padding:0em;
}
a {color:#440;}
a:hover {color:#660;}
img {border:none;}
ol, ul {
    list-style-image:url(/resources/bullet-leaf.jpg);
}
li {
    margin:.25em 0em .25em 1em;
}

#main p {
    line-height:125%;
    text-align:justify;
}
#main img {
    border-style:none;
}
#main .image-on-left, #main .image-bordered-on-left {
    margin:.5em .5em .5em .5em;
	float:left;
	margin-left:0em;
}
#main .image-on-right, #main .image-bordered-on-right {
    margin:.5em .5em .5em .5em;
	float:right;
	margin-right:0em;
}
.image-bordered, #main .image-bordered-on-right, #main .image-bordered-on-left {
    border:solid 2px #cc8;
    padding:2px;
}

@media print {
	a {
		color:black;
		text-decoration:none;
	}
    ol, ul { /* ff printing doesn't 'do' image bullets */
        list-style-image: none;
        list-style-type: circle;
    }
}
.wide-table {
	width: 95%;
	margin: .5em 0em;
}
.wide-table td {
    vertical-align:top;
}
