@charset "utf-8";
/* CSS Document */

html {
height: 100%;
}

body {
background: #EDEDED url(../images/bgVert.gif) repeat-x top left;
margin: 0px;
height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
font-weight: bold;
color: #00a15e;
}

#wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
min-height: 100%;
background: #FFFFFF;
}

td {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1 {
font-size: 22px;
color: #00a15e;
}

#contentLeft {
padding: 0px 20px 0px 0px;
}

#contentCenter {
padding: 15px 20px 0px 20px;
}

.fakeHeader {
font-size: 14px;
font-weight: bold;
color: #00a15e;
}

.lowerLeft {
background: #FFFFFF url(../images/parvo04.jpg) no-repeat top left;

}
.Error
{
    font-weight:900;
    color:Red;
    display:block;
}