body {
    background-color:   #ffffff;
    background-image:   url(img/bg1.gif);
    background-repeat:  repeat-x;
    margin:             0px;
    padding:            0px;
    font-family:        verdana, arial, sans-serif;
    font-size:          normal;
	color:              #000000;
}
.fo {
	vertical-align:     bottom;
	text-align:         left;
	height:             29px;
    font-size:          smaller;
    }
.smalltext {
    font-size:          smaller;
    font-style:         none;
    }
.lh {
    color:              #005FAA;
    font-weight:        700;
    text-decoration:    underline;
    }
li {
    font-size:          smaller;
    }
A:link, A:visited {
    color:              black;
	text-decoration:    none;
	}
A:hover {
    color:              #005FAA;
	text-decoration:    underline;
	}
A:active {
	color:              red;
	text-decoration:    none;
	}
img.hide {
    display:            none;
    }
h2  {
    color:              #4C71AB;
    font-size:          24px;
    }
.content {
    position:           relative;
    top:                40px;
    left:               135px;
    width:              700px;
    }
.header {
    background-color:   #D1E3FF;
    color:              #4C71AB;
    font-size:          smaller;
    font-weight:        bold;
    }
.red {
    background-color:   #fff;
    color:              #f00;
    font-weight:        bold;
    }
