<!-- 

body{
font-family:Arial, Helvetica, sans-serif;
text-align: center;
color: black;
font-size: 14px;
}

div.frame {
position: relative;
margin-left: auto;
margin-right: auto;
padding: 10px;
width: 730px;
text-align: left;
/* border: 2px solid black; */ }

div.content {
margin-top: 0px;
margin-bottom: 10px;
}

span.headline {
font-weight: bold;
font-size: 24px;
color: black;
line-height: 45px; }

.subheadline {
font-weight: bold;
font-size: 16;
color: black;
margin-bottom: 5px;
}

.small {
font-size: 12px;

}

div.logo {
background-image: url(images/SSRLogo.gif);
width: 250px;
height: 96px;
float: left;
z-index: 100;
margin-bottom: 10px;
}

div.SSR {
/* background-image: url(images/SSR.JPG); */
width: 230px;
height: 100px;
float: right;
z-index: 100;
/*border: 3px solid gray; */
margin-bottom: 10px;
}

div.thickyellow {
background-color: #fff200;
vertical-align: middle;
width: 100%;
height: 5px;
clear: both;
}

div.thinyellow {
background-color: #fff200;
vertical-align: middle;
width: 100%;
height: 5px;
clear: both;
}

div.thinblack {
border: 1px solid black;
width: 100%;
clear: both;
}

div.navbar {
text-align: center;
vertical-align: middle;
width: 100%;
height: auto;
clear: both;
}



div.copy {
margin-top: 10px;
color: #000000;
text-align: center;

}

div.half {
	width: 49%;
	float: left;
}

.container {
width: 700px;
padding: 5px;
margin: 3px 0 5px 0;
/* border: 1px solid #ccc; */
background: #fff;
}
/* circle */
#navCircle {
margin: 0;
padding: 15px 0 15px 10px;
/* GRAY
border-bottom: 1px solid #9FB1BC;
border-top: 1px solid #9FB1BC;
*/
border-bottom: 3px solid #fff200;
border-top: 3px solid #fff200;
}
#navCircle li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navCircle a:link, #navCircle a:visited {
/* float: left; */
font-size: 14px;
line-height: 14px;
font-weight: bold;
padding: 0 20px 6px 20px;
text-decoration: none;
color: #708491;
text-align: center;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {

color: #000;
background: url(images/circle.gif) no-repeat bottom center;
}

tr.d0 td {
	background-color: #FFFFFF; color: black;
}
tr.d1 td {
	background-color: #D3D3D3; color: black;
}
-->