body {
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	color:#000000;
	background-image:url(images/background.jpg);
	background-color: #E7E7CE;
}
p {
    margin:0px 0px 6px;
  }
pre {
    font-family: "Courier New", Courier, mono;
    background-color: #F5F5F5;
    font-variant: normal;
    font-weight: normal;
    color: #7C2929;
    border: 1px dashed #666666;
    padding: 3px;
    margin: 0px;
    clear: both;
    overflow: visible;

}
a {
    color:#5c81a7;
    font-size:11px;
    text-decoration:none;
    font-weight:600;
    font-family:verdana, arial, helvetica, sans-serif;

    }
a:link {
    color:#A05743;
}
a:visited {
    color:#A05743;
}
a:hover {
    background-color:#E0E0E0;
}
.layout {
    border: thin none;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
    margin-left: 5px;

}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-left: 5px;

}
h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
h4 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 6px;
}


.tablecool{
    border-top: 0px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
 border-spacing: 0px;
border-collapse: collapse;

}
.label {
	font-weight: bold;
	vertical-align: top;
}
.background {
    background-color: #DBE0E5;
}
img {
    border: none;
}
.subtitleInHeader {
    font-size: 12px;
    font-weight: normal;
}
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;

}
.goodstatus
{
    color: #009900;
    font-weight: bold;
}
.badstatus
{
    color: #FF0000;
    font-weight: bold;
}
.dependstatus
{
    color: #FF6600;
    font-weight: bold;
}

.dependstatus
{
    color: #FF6600;
    font-weight: bold;
}

.prefered
{
    color: red;
    font-weight: bold;
}

.preferedbig
{
    font-size: 14px;
    font-weight: bold;
}



.bcblue {
    /* mix-in class for all elements that need blue background */
    background-color:                   #91acc8;
    }
.changeOver {

}
    
