/* This file is part of deegree, for copyright/license information, please visit http://www.deegree.org/license. */
body { 
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
	background: #FFFFFF;
	margin: 5px;
}

a,div,h2,h3,input,li,ol,p,select,td,th,ul {
    font-size: 11pt;
}

a {
    color: #660033;
}

a:link, a:visited {
    color: blue;
}

a.header2 {
    font-size: 14pt;
    font-weight: bold;
    text-decoration: none;
}

a.menu {
  font-weight: bold;
  text-decoration: none;
}

a.orange {
    color: #EE7000;
    text-decoration: none;
}

div.in1 { margin-left: 2em; }
div.in2 { margin-left: 4em; }

h1 { font-size: 16pt; font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 12pt; font-weight: normal; }

img {
    border: none;
}

p#congrats {
    margin-top: 0;
    font-weight: bold;
    text-align: center;
}

p#footer {
    text-align: right;
    font-size: 90%;
}

th {
	font-family: Verdana, "Times New Roman", Times, serif;
    font-size: 110%;
    font-weight: normal;
    font-style: italic;
    background: #c1cde5;
    text-align: left;	
}

td {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

td.menu {
    background: #FFFFFF;
}

td.news {
	vertical-align: top;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #de6339;
}

/* colours and other attributes for all tags */
.b {
    font-weight: bold;
}
.center {
    text-align: center;
}
.code {
    background: #FFFFE0;
    color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-size: 110%;
    margin-left: 2.5em;
}
.dl {
    font-weight: bold;
}
.sblack  {
    font-size: 8pt;
    text-decoration: none;
}
.tt { font-family: "Courier New", Courier, monospace; }

.black { color: #000000 }
.blue { color: #0000FF; }
.green { color: #006600 }
.orange { color: #EE7000; }
.red { color: #FF0000; }
.sepia { color: #660033 }
.white { color: #FFFFFF; }

