/* Stylesheet for Secure Storage Service */

body,td,th{ 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

.tiny{ 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #666666;
}
h1, h2, h3, h4, h5
{   color: #B8282E;
    text-align: center;
}
h4
{	text-align: left;
	padding-left: 15px;
    background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
    background-position: 0 50%;
}
h5 { font-size: 12px; }
h4 { font-size: 13px; }
h3 { font-size: 14px; }
h2 { font-size: 16px; }
h1 { font-size: 18px; }

hr
{   color: #B8282E;

}

.content
{   background-color: white;
}

.special-table
{   background: #cccc99;
    border: 1px solid #000000;
    border-collapse: collapse;
}

td.special
{   font-size: 11px;
    color: #666666;
	text-align: left;
}

td.special-content-header
{   font-weight: bold;
    font-size: 11px;
    color: #666666;
	text-align: left;
}

a:hover	
{   text-decoration: underline;
}

a 
{   text-decoration: none;
	color: rgb( 180,103,65 );
}


.footer 
{	font-size: 9px;
	color: rgb( 89, 57, 47 );
    
}

