body {
    font-family : verdana, arial, no-serif;
    font-size : 12px;
}

#logo {
	display : none;
}

#topnavi {
	display : none;
}

#leftnavi {
    display : none;
}

#warning {
    display : none;
}

#footer {
    border-top : 3px solid #cccccc;
    margin-top : 15px;
    margin-bottom : 7px;
}

#footer #generated_in {
    display : none;
}

table {
    border : 1px solid #eeeeee;
    width : 100%;
    margin : 0;
    margin-bottom : 10px;
    padding : 0;
    border-collapse : collapse;
    font-family : verdana, arial, no-serif;
    font-size : 12px;
}
table tr, table tr th, table tr td {
    border : 1px solid #eeeeee;
    padding : 3px;
}
table tr th, table tr td {
    background-color : #dddddd;
}
table tr.c th, table tr.c td {
    background-color : #cccccc;
}
table tr th {
    background-color : #444444;
    color : #ffffff;
    letter-spacing : 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-size : 20px;
    border-left : 0;
    border-bottom : 0;
    margin-top : 0px;
    margin-bottom : 5px;
}

h2 {
    font-size : 18px;
}

h3 {
    font-size : 16px;
}

h4 {
    font-size : 14px;
}

h5 {
    font-size : 12px;
}

h6 {
    font-size : 11px;
}

p {
    margin-bottom : 12px;
}

abbr {
    cursor : help;
}

a {
    color : #000000;
    text-decoration : none;
}

.doNotPrint {
    display : none;
}