body {
	background-color: #FFC;
	color: #000000;
	font-family: "Verdana", "Trebuchet MS", "Geneva", "sans-serif";
	font-size: 14px;
        line-height:1.5em;
}
table {
	font-size: 14px;
	cellpadding: 5px;
}
td {
        vertical-align:top;
}
p {
        line-height:1.5em;
        text-align:left;
}
li {
        text-align:left;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #990033;
}
a:active {
	color: #990033;
}
h3 {
	text-align: center;
}
img {
	border: none;
}
.nav {
	padding-bottom: 1em;
	padding-top: 1em;
	border-bottom: 1px solid #000099;
}
.not_current {
        border-bottom: 1px solid #FFFFCC;
}
.current {
	border-bottom: 1px solid #000099;
}
.SFMOred {
	color: #990033;
}
.color {
	color: #FD0241;
}
.rounded-corners {
     -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}
Subheads {
	color: #C92305;
}

