/*
 * $Id: print.css,v 1.8 2006/05/31 07:50:10 juissi Exp $
 */

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background: #fff;
        color: #000;
}

img {
	border: 1px solid black;
}

a {
	text-decoration: none;
}

div.navigation {
	display: none;
}

div.submenu {
	display: none;
}

/*
 * Title bar styles
 */
div.title {
        width: 100%;
	height: 100px;
        margin-bottom: 5px;
}

.title img {
        border: 0px;
}

.title a {
        border: 0px;
}

/*
 * Main content styles
 */
div.content {
        background: #eee;
        padding: 20px;
        margin-bottom: 20px;
}

.content h1 {
        font-size: 140%;
}

h1.box {
        font-size: 140%;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000000;
        padding: 4px 10px;
}

h2 {
	font-size: 120%;
}

h3 {
        font-size: 100%;
        margin: 0px;
}

table.listing {
        border: thin solid #78b63f;
        font-size: 80%;
        border-collapse: collapse;
}

table.listing caption {
        font-size: 120%;
        font-weight: bold;
}

table.listing th {
        border: thin solid #78b63f;
}

table.listing td {
        background-color: #ffffff;
        border: 1px solid #78b63f;
}

