/* Stylesheet for Secure Storage Service */

body
{   background-color: #660000;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 900;
}

table.outer
{    position:absolute;
     left: 50%;   
     width: 800px;
     margin-left: -400px;  /* half of the width */
}
body,td,th{ 
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: black;
}

h1, h2, h3, h4, h5
{   color: #B8282E;
    text-align: center;
}
h3
{   font-size: 17px;
    font-decoration: bold;
}
h4
{   font-size: 12px;
    font-decoration: bold;
}
hr
{   color: #660000;
    background-color: #E7B521;
    height: 4px;
}

.content
{   background-color: white;
}

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

td.special
{   font-size: 11px;
    color: black;
}

td.special-content-header
{   font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: black;
    
}



a:hover	
{   text-decoration: underline;
	color: #B8282E;
}

a 
{   text-decoration: none;
	color: #B8282E;
    text-decoration: underline;
}


.small 
{	font-size: 10px;
	color: #0000cc;
}
.footer 
{	font-size: 9px;
	color: #cc9933;
}

.header 
{	background-color: #D2B89C;
    
}

.bullet
{   color: #B8282E;
    font-size:  14px;
    font-weight: bold;
	margin-top: 17px;
	margin-bottom: 3px;
    padding-left: 11px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
    background-position: 0 50%;
}

.nobullet
{   color: #B8282E;
    font-size:  14px;
    font-weight: bold;
	margin-top: 17px;
	margin-bottom: 3px;
    padding-left: 11px;
}


