body {
	background-color: #577bba;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	}

.nav {
	color: #5c9947; 
	font-weight: bold;
	font-size: x-small;
	}
	a.nav:link {
		font-weight: bold;
		color: #5c9947;	
		}
	a.nav:visited {
		font-weight: bold;
		color: #5c9947;
		}
	a.nav:hover {
		font-weight: bold;
		color: #5c9947;
		}
	a.nav:active {
		font-weight: bold;
		color: #5c9947;
		}

.foot {
	color: #5c9947; 
	font-weight: bold;
	font-size: x-small;
	}
	a.foot:link {
		font-weight: bold;
		color: #5c9947;	
		}
	a.foot:visited {
		font-weight: bold;
		color: #5c9947;
		}
	a.foot:hover {
		font-weight: bold;
		color: #5c9947;
		}
	a.foot:active {
		font-weight: bold;
		color: #5c9947;
		}

.main {
	color: #ffffff; 
	}
	h1.main {
		font-size: big;
		font-weight: bold;
		}
	h2.main {
		font-size: x-small;
		font-weight: bold;
		}
	a.main:link {
		font-weight: bold;
		}
	a.main:visited {
		font-weight: bold;
		}
	a.main:hover {
		font-weight: bold;
		}
	a.main:active {
		font-weight: bold;
		}

.box { border-top: thin solid #ffffff; 
                border-right: thin solid #ffffff; 
                border-left: thin solid #ffffff;
                border-bottom: thin solid #ffffff;
                padding-top: .25em;
                padding-bottom: .25em; }

p.titlebox {
	width: 200px;
	padding-top: 2;
	padding-right: 2;
	padding-left: 2;
	padding-bottom: 2;
	background-color: #ffffff;
	color: #5c9947; 
	font-size: small;
	font-weight: bold;
	}

