
/* Main
------------------------ */
body {
    color: black;
}

body.pageBody {
    background-color: #006600;
    margin: 20px;
}

body, td, input, textarea, select {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size:   11px;
}

a, a:link {
    font-weight: bold;
    text-decoration: none;
}

a:link, a:visited {
    color: #ff3377;
}

a:hover {
    color:  #990000;
}

a:active {
    color: #ff77aa;
}

/* Blocks
------------------------ */
.author {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.captionBlock {
    font-size: 13px;
    font-weight: bold;
}

#maintable {
    width: 743px;
}

#leftcolumn {
    width: 145px;
}

#maincolumn {
    padding: 20px;
    background-color: white;
}


/* Misc styles
------------------------ */
.error {
    color: red;
}

/* Treemenu highlighting for the selected entry
------------------------------------------------  */
a.selected, a.selected:link, a.selected:visited {
    color: #999999;
}

a.selected:hover, a.selected:active {
    color: red;
}

/* Menu styles
------------------------ */
#menuLevel0, #menuLevel1, #menuLevel2, #menuLevel3 {
    margin-bottom: 5px;
}

#menuLevel0 {
    font-size: 13px;
}

/* Headlines
------------------------ */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0px;
    color: #ff00cc;
    margin-bottom: 5px;
}
h1 {
    font-size: 48px;
    letter-spacing: -3px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}

/* ------------------------------------------------------------------------ */







/* Newarchive style
-------------------------- */
.newshead,
.newshead a:link,
.newshead a:visited {
    color:              black;
    font-size:          15px;
    font-weight:        bold;
    margin-bottom:      0px;
}

.newsDate {
    font-weight:        normal;
    font-size:          10px;
}

.newsCaption {
    margin-bottom: 3px;
}

.newsCaption a, .newsCaption a:link, .newsCaption a:visited, .newsCaption a:hover, .newsCaption a:active {
    color:              black;
    font-weight:        normal;
    text-decoration:    none;
}

.break {
    clear:              all;
}


/* Modified standard styles
-------------------------- */
p {
    margin: 0px;
    padding: 0px;
}

li {
    margin-bottom: 2px;
}

form {
    margin: 0px;
    padding: 0px;
}
