/**  /css/base.css 
 *
 * (c) 2004 Stephan Hakuli <stephan@hakuli.net>
 *
 * TODO: clean up and sort entries.
 */


.cyan {
	color: #195FDF;
}

body {
    margin: 0px;
    margin-right: 8px;
    background-color: white;
    font-family: verdana,sans-serif;
    color: black;
}

h1 {
        font-family: verdana,sans-serif;
        color: black;
        font-weight: bold;
        font-size: 18px;
        line-height: 160%;
}

h2 {
        font-family: verdana,sans-serif;
        color: black;
        font-weight: bold;
        font-size: 12px;
        line-height: 160%;
}

h3 {
        font-family: verdana,sans-serif;
        color: white;
        font-weight: bold;
        font-size: 12px;
        line-height: 100%;
}

.baseline {
        color: #a0a0a0;
        margin-top: 40px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        font-family: verdana, sans-serif;
        font-size: 10px;
}



.news {
        width: 188px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #afafaf;
        /*border-left: 1px solid #afafaf;
        border-bottom: 1px solid #afafaf;
        border-right: 1px solid #a0a0a0;*/
        background-color: #efefef;
        font-family: sans-serif;
}

.news p {
        color: #000000;
        margin: 3px;
        font-size: 12px;
        font-family: sans-serif;
}
.news p b {
        color: #000000;
        font-family: sans-serif;
        font-weight: bold;
}
.news a {
        color: #195FDF;
        text-decoration: none;
        font-family: sans-serif;
}

.news a:hover {
        color: #195FDF;
        text-decoration: underline;
}

#box {
        width: 248px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0px;
        padding-right: 0px;
        border: 1px solid #afafaf;
        /*border-left: 1px solid #afafaf;
        border-bottom: 1px solid #afafaf;
        border-right: 1px solid #a0a0a0;*/
        background-color: #efefef;
        font-family: sans-serif;
}

#box p {
        color: #000000;
        margin: 3px;
        font-size: 12px;
        font-family: sans-serif;
}
#box p b {
        color: #000000;
        font-family: sans-serif;
        font-weight: bold;
}
#box a {
        color: #195FDF;
        text-decoration: none;
        font-family: sans-serif;
}

#box a:hover {
        color: #195FDF;
        text-decoration: underline;
}



.small {
        font-size: 10px;
        color: #606060;

}
.small p {
        font-size: 10px;
        color: #a0a0a0;

}

.small a {
        font-size: 10px;
        color: #606060;
}

#foot {
        border-color: #909090;
        border-top: dotted 1px;
        padding: 0px;
        margin: 0px;
        font-size: 10px;

}
#foot p {
        font-size: 10px;
        color: #909090;

}

#foot a {
        font-size: 10px;
        color: #909090;
}

p,td,ul,li {
        font-family: verdana,sans-serif;
        color: black;
        font-weight: normal;
        font-size: 12px;
        line-height: 160%;
}

ul        {
        list-style-type: square;
}

td.menu {
    line-height: 180%;
	border-top: white solid 0px;
	padding: 0;
}

td.menu a {
	display: block;
	width: 100%;
    color: white;
    font-weight: bold;
}

td.submenu {
    line-height: 180%;
	border-top: white solid 0px;
	padding: 0;
}

td.submenu a {
	display: block;
	width: 100%;
    color: #195FDF;
}


b {
        font-family: verdana,sans-serif;
        color: black;
        font-weight: bold;
        font-size: 12px;
        line-height: 160%;
}

a {
        font-family: verdana,sans-serif;
        color: #195FDF;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}

.white {
        color: white;
        font-weight: bold;
}

a:hover {
        text-decoration: underline;
}
