﻿/* CSS Document */
#stir-banner, #stir-logon-status-inactive, #stir-logon-status-active, #stir-nav-top-container, #stir-nav-left-container, #stir-nav-right-container, #stir-footer { display: none; }
body, p, td, th, ul, a { 
background-color: #fff; 
color: #000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
}
#stir-content-container { 
margin: 0 0 10px 10px; 
background-color: #fff; 
width: 650px; 
border: none; 
}
#stir-content H2 {
margin: 0;
font-weight: bold;
font-size: 16pt;
padding: 5px 0 0 0;
color: #22007a;
}
#stir-content H3 {
font-weight: bold;
font-size: 15pt;
color: #6f0000;
}
#stir-content H4 {
font-weight: bold;
font-size: 14pt;
color: #000066;
}
.stir-h4style-custom {
font-weight: bold; 
font-size: 14pt; 
color: #000066;
}
.stir-bold {
font-weight: bold;
}
.stir-smallerfont {
font-size: 95%; 
color: #333333;
}
.stir-smallerfontbold {
font-weight: bold; 
font-size: 95%; 
color: #333333;
}
.stir-largercolourfont {
font-size: 13pt; 
color: #22007a;
}