body {
	margin: 0px;
	font-family: Verdana, sans;
	background-color: #FFFFFF;
    padding-top: 5px;
	}

a {color: #0066CC;}
a:hover {color: #0066CC;}
a:link {color: #0066CC;}
a:active {color: #0066CC;}
a:visited {color: #0066CC;}

a.nav {color: #000000; /*text-decoration: none*/;}
a:hover.nav {color: #000000;  text-decoration: underline;}
a:link.nav {color: #000000;}
a:active.nav {color: #000000;}
a:visited.nav {color: #000000;}

a.red {color: #CC3300;}
a:hover.red {color: #CC3300;}
a:link.red {color: #CC3300;}
a:active.red {color: #CC3300;}
a:visited.red {color: #CC3300;}

.b {color: #6699CC; font-weight: bold;}
.g {color: #00CC00; font-weight: bold;}
.r {color: #DC143C; font-weight: bold;}
.s {color: #D3D3D3;}

img {color: #FF0066;}

#nav {
    color: #000000;
    padding-top: 3px;
    padding-left: 10px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3px;
    font-family: Arial, sans;
    font-size: 70%;
    margin-bottom: 30px;
    margin-top: 0px;
    border-bottom: #333 solid 3px;
    }

.head {
    border-top: #D3D3D3 solid 3px;
}

.cat {
    color: #B22222;
    font-weight: bold;
    }

.select {
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #DCDCDC;
    }

#content {
    color: #4C4C4C;
    background-color: #FFFFFF;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    font-size: 70%;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border-left: #D3D3D3 dotted 1px;
    }

.ctrl {
    color: #4C4C4C;
    background-color: #FFFFFF;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 70%;
    text-align: center;
/*
    margin: 0 auto;
    width: 20%;
    border-top: #333333 solid 3px;
*/
    }

.warn {
    color: #696969;
    background-color: #F5F5F5;
    margin-left: -15px;
    padding: 10px;
    width: 770px;
    border-top: #A9A9A9 dotted 1px;
    border-bottom: #A9A9A9 dotted 1px;
    border-left: #669999 solid 5px;
    position: relative;
    }

.bottom {
	background-color: #ccc;
	margin-left: -395px;
	width: 790px;
	left: 50%;
	bottom: 0px;
	position: absolute;
}

.about {
    width: 800px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    margin-top: 50px;
    font-size: 70%;
    color: #4C4C4C;
    border-top: #4C4C4C 1px solid;
}

tt {
    color: #808040;
    font-size: 8pt;
    }

b {
    color: #000000;
    }

H1 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #565656;
    font-family: Arial, sans;
    font-size: 130%;
    font-weight: bold;
    }
