body {
    /* background-color: #cecacb; */
    background-color: #e5e5e5;
    font-family: Verdana, Georgia, Helvetica;
    font-size: 10pt;
    color: #14164F;
    text-decoration: none;
}

a:link, a:visited {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 10pt;
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 10pt;
    color: #999999;
    text-decoration: underline;
}

img {
    border: 0;
}

table {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 10pt;
    color: #14164F;
    text-decoration: none;
    border: 0;
}

table th {
	align = center;
    padding: 5px;
    margin: 10px;

}

table td {
	align = left;
    padding: 5px;
    margin: 10px;
}

table tr {
	align = top;
}

.smalltext {
    color: #000000;
    text-decoration: none;
    font-size: 8pt;
    font-family: Verdana, Georgia, Helvetica;
}

.header {
    font-family: Georgia, Verdana, Arial;
    color: Maroon;
    font-size: 16pt;
    font-weight: bold;
}

.title {
    font-family: Helvetica, Georgia, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.pageTitle {
    font-family: Verdana, Georgia, Helvetica;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.note {
  font-size: 8pt;
  color: #B93E3E;
  font-family: Verdana, Georgia, Helvetica;
  text-decoration: none;
}

#ddimagetabs{
}

.othertab a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
background-color:#A7DDFA; /*URL to tab image */
text-align: center;	
border: 0px;
}


.spacertab {

display: block;
text-decoration: none;
float: left;
display: inline;
margin-left: 40px; /*spacing between tabs */
background-color:#e5e5e5; /*URL to tab image */
}

.currenttab a{

display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
background-color:#BEE0FC; /*URL to tab image */
text-align: center;	
border: 2px solid black;
border-bottom: 1px;
}

.currenttab a:hover{
background-color:#BEE0FC; /*URL to tab image onmouseover */
color: black;
cursor: pointer;

}

#ddimagesubtabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
float: left;
display: inline;
margin-left: 4px; /*spacing between tabs */
margin-top: 4px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-left: 8px;
padding-right: 8px;
padding-bottom: 4px;
background-color:#91FEBB; /*URL to tab image */
text-align: center;
cursor: pointer;	
}

.othertab a:hover{
background-color:#BEE0FC; /*URL to tab image onmouseover */
color: black;
cursor: pointer;

}

#ddimagesubtabs a:hover{
background-color:#BAFED7; /*URL to tab image onmouseover */
color: black;
cursor: pointer;
}

#ddimagesubtabs a.current{
background-color:#BAFED7; /*URL to tab image onmouseover */
color: black;
cursor: pointer;
border: 2px solid black;
border-bottom: 0px;
}

#tabcontentcontainer{
clear: left;
border: 2px solid black;
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-left: 4px;
padding-right: 4px;
padding-bottom: 4px;

}

.tabcontent{
display:none;
}

