/* Global */

body {
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: normal;
font-size: 11pt;
margin: 0px;
}

a {
font-family: Arial, Helvetica, sans-serif;
color: #0C2F84;
font-weight: normal;
text-decoration: none;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
color: #FF1F08;
font-weight: normal;
text-decoration: none;
}

a.contact {
font-family: Arial, Helvetica, sans-serif;
color: #AFAFFF;
font-weight: bold;
text-decoration: none;
}

a.contact:hover {
color: #FF1F08;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
color: black;
font-weight: bold;
margin: 1px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13pt;
color: black;
font-weight: bold;
margin: 1px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: black;
font-weight: bold;
margin: 1px;
padding: 1px;
}

h3.white {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
font-weight: bold;
margin: 1px;
padding: 1px;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: black;
font-weight: bold;
margin: 1px;
}

h4.white {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: white;
font-weight: bold;
margin: 1px;
}

td {
text-align: left;
}

pre {
color: black;
font-weight: normal;
font-size: 11pt;
font-family: "andale mono", "courier new", courier, monospace;
}



textarea {
font-family: "andale mono", "courier new", courier, monospace;
font-size: 11pt;
color: black;
font-weight: normal;
/*border-style: solid;*/
border-width: thin;
border-color: #0C2F84;
}

select {
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: normal;
font-size: 11pt;
background-color:#F0F0F0;
}

input[type="text"] {
font-family: "andale mono", "courier new", courier, monospace;
font-size: 11pt;
color: black;
font-weight: normal;
/*border-style: solid;*/
border-width: thin;
border-color: #0C2F84;
}

caption {
font-family: Arial, Helvetica, sans-serif;
color: black;
font-weight: bold;
font-size: 16pt;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt
}


ol {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
}

tr {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
border-top-width: thin;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: thin;
}

/* pdb-care: */
span.info{
		color:#000000;
		font-weight:normal;
		font-style:normal;
}
span.warning{
		color:#0000ff;
		font-weight:normal;
		font-style:normal;
}
span.error{
		color:#ff0000;
		font-weight:normal;
		font-style:normal;
}
span.linucs{
		color:#000000;
		font-weight:bold;
		font-style:normal;
}
span.origres{
		color:#808080;
		font-weight:normal;
		font-style:normal;
}
span.hint{
		color:#008080;
		font-weight:normal;
		font-style:normal;
}
