<!--

body {
    background-color: #FFF;
    padding: 0px;
    margin: 0px;
    background-image: url("images/bg.gif");
    background-position: center;
    background-repeat: repeat-y;
}

div#header {
    margin: 0px;
    margin-top: 3px;
    padding: 5px;
    text-align: left;
    padding-left: 20%;
    }

h2#header
    {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    font-family: georgia;
    font-style: italic;
    color: #222;
    }
    
.postscript
    {
    margin-left: 210px;
    color: #555;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 3px;
    }

#back { padding: 3px; background-color: #E9F7E9; margin: 5px; text-align: center; font-family: arial; font-size: 16px; border: 1px solid #F00;}
#back a:link, #back a:visited { color: #000; font-family: arial; font-size: 16px; }
#back a:hover { color: #F00; }

#search {
    margin-top: 0px;
    font-family: tahoma;
    font-size: 12px;
    text-align: center;
    padding-top: 28px;
    background-color: #FFF;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px;
}

#search input {
    font-family: tahoma;
    font-size: 12px;
    background-color: #EEE;
    border: 0px;
}

#search select {
    font-size: 11px;
    font-family: tahoma;
}

.bordercenter {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 50%;
    margin-left: -350px;
}

.border {
    border: 1px dotted #000;
    background-color: #E9F7E9;
    width: 700px;
    text-align: center;
}

#photobox {
    width: 700px;
    }
    
a:link#pp, a:visited#pp {
    border: 1px solid #DFF5C4;
    color: #000;
    text-decoration: none;
    }

a:hover#pp {
    border: 1px solid #000;
    }

#selected {
    border: 1px solid #000;
    }

div#sites {
    text-align: center;
    }
    
div#sites a:link, div#sites a:visited {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    }
    
div#sites a:hover {
    color: #F00;
    font-weight: bold;
    }
    
.td {
    background-color: #FFF;
    height: 150px;
    width: 150px;
    border: 1px dotted #000;
    text-align: center;
    padding: 10px;
    }
 
.percent1 {
    background-image: url("images/1.gif");
    width: 150px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: tahoma;
    font-size: 12px;
    }
    
.percent2 {
    background-image: url("images/2.gif");
    width: 150px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: tahoma;
    font-size: 12px;
    }
    
.percent3 {
    background-image: url("images/3.gif");
    width: 150px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: tahoma;
    font-size: 12px;
    }
    
.percent4 {
    background-image: url("images/4.gif");
    width: 150px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: tahoma;
    font-size: 12px;
    }
    
.percent5 {
    background-image: url("images/5.gif");
    width: 150px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: tahoma;
    font-size: 12px;
    }
    
.image {
   border: 1px solid #000;
}

#foot {
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-family: tahoma;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#foot a:link, #foot a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    }

#foot a:hover {
    text-decoration: underline;
    }