body {
  margin-top: 0px;
  font-size: 10pt;
  font-family: Verdana, Arial, helvetica;
}

p {
    margin-top: 0em;
    margin-bottom: 1em;
}

h1 {
    font-size: 12pt;
    color: #FFFFFF;
    margin-top: 0em;
    margin-bottom: 1em;
}

h2 {
    font-size: 10pt;
    color: #FFFFFF;
    margin-top: 2em;
    margin-bottom: 1em;
}

a:link {
    color: #95C3D2;
    text-decoration: none;
}
a:visited {
    color: #95C3D2;
    text-decoration: none;
}
a:hover {
    color: #95C3D2;
    text-decoration: underline;
}
a:active {
    color: #95C3D2;
    text-decoration: none;
}

a.menu {
    color: #FFFFFF;
}
a.menu:hover {
    color: #483D32;
    text-decoration: none;
}

a.section {
    color: #483D32;
}

a.section:hover {
    color: #483D32;
    text-decoration: none;
}

a.newsletter:link {
    color: #C4B4A2;
    font-size: 7pt;
    font-weight: bold;
}
a.newsletter:visited {
    color: #C4B4A2;
}
a.newsletter:active {
    color: #C4B4A2;
    font-size: 7pt;
    font-weight: bold;
}

table.main {
    width: 704px;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #FFFFFF;
}

td.header {
    width: 690px;
    height: 81px;
}

td.lgrad {
    background-image: url(/images/gradient_l.jpg);
    width: 7px;
}

td.rgrad {
    background-image: url(/images/gradient_r.jpg);
    width: 7px;
}

td.menubar {
    background-color: #95C3D2;
    height: 20px;
    font-size: 10pt;
}

td.content {
    background-color: #483D32;
    color: #FFFFFF;
    padding: 10px;
}

td.nav {
    text-align: center;
}

td.splash {
    font-size: 18pt;
}

div.splash {
    width: 300px;
    color: #FFFFFF;
    margin-left: 35px;
    font-size: 18pt;
}

div.copynav {
    float: left;
    width: 175px;
    margin-left: 12px;
    font-size: 7pt;
    font-weight: bold;
    padding-top: 2px;
}

div.content {
    float: left;
    width: 460px;
    margin-left: 15px;
}

p.nosublink {
    color: #FFFFFF;
}

.copyright {
    font-weight: normal;
}

.tinytext {
    font-size: 8pt;
}

.teenytext {
    font-size: 5pt;
}
.tinylink a {
	color:#fff;
    font-size: 6pt;
	font-weight:normal;
}
.tinylink  a:hover{
	text-decoration:underline;
	color: #95C3D2;
	font-weight:normal;
}
