/*
created by:
Buro Frank Hartman.
http://www.frankhartman.nl
frankhartman@mac.com
*/

/* clear stuff */
html, body, form, fieldset, div, table, td, th {
margin: 0;
padding: 0;
font: 13px/1.5em Helvetica, Arial, sans-serif;
color:#000;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
margin: 0;
padding: 0;
}

a img {
border:none;
}

/* done clearing stuff */

body {
background:#FFF;
color: #333;
}

a {
color: #009;
text-decoration:none;
}

.imagelisttd IMG {
margin:10px 0 0 0;
border:1px solid #CCC;
}

#headerBlock {
text-align:left;
width:700px;
padding:100px 0 50px 0;
border-bottom: 1px solid #CCC;
}

#headerlogo {
font-size:2em;
font-weight:bold;
margin:0 0 8px 0;
}

.mainmenu, .mainmenu A {
text-decoration:none;
text-transform:lowercase;
color:#333;
margin:0;
}

#mainBlock {
text-align:left;
width:700px;
margin:40px auto;
}

#footerBlock {
text-align:left;
width:700px;
margin:10px auto;
font: normal 11px "Courier New", Courier, monospace;
}

blockquote {
margin: 0 0 10px 10px;
padding: 0 0 0 10px;
border-left:1px solid #CCC;
font-size:0.9em;
}

.line {
border-bottom: 1px solid #CCC;
margin: 10px 0;
}

.datelink {
color:#333;
}

.articleText { 
text-align: left;
margin:10px 0;
}

.related {
display:inline;
}
.related A {
text-decoration:underline;
}

.articleCode {
font-family: "Courier New", Courier, monospace;
}

.articleHead, h1, h2 {
display:block;
font-size:1.3em;
font-weight:bold;
text-decoration: none;
margin:0 0 10px 0;
}

.articleList_tophead {
font-size:1.1em;
font-weight:bold;
line-height:2.5em;
}

.articleList_toptext {
font-size:1em;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
font-size:1.2em;
color: #CCC;
}

.articleSummary {
color: #000;
}


table {
margin: 0 0 10px 0;
}

#VisualMODE {
display:none;
}
