/*
 * Web Access Module (WAM)
 * Style sheet for formatting body content elements
 * 
 * Author: david.gibson@i-documentsystems.com
 * 
 * 
 */
 
h2 {font-size:1.2em;}
h3 {font-size:1em;}
 
table
{
font-size:1em;
}

/* Table header style */
th        
{
background-color: #E0D8AF;
border:1px solid #858FC0;
text-align: left;
color: #0F238C;
}

/* Error text style */
.errortext
{
font-size: 12px; 
font-weight: bold;
color: #CC3333;	
}

/*Footer branding*/
p#branding {
border-top:1px solid #0C2577;
margin-top:60px;
}
