/* 
   Stylesheet for BPAE audit reporting.
   ----------------------------------------------------------
   Graham Risdon - Media Inventions Ltd
   Version              1.0
   Created              24 March 2004
   Last-Modified        24 March 2004
   Stylesheet URL       http://www.bpae.com/audit/report.css
   --------------------------------------------------------
*/
/* 
   ----------------------------------------------------------
   Main html tags
   --------------------------------------------------------
*/
body {font-family: Arial, Helvetica, san-serif; font-size: 12px; color: #333333}
td {font-size: 12px}
table {font-size: 12px}
h1 {font-weight: bold; font-size: 14px}
h2 {font-weight: bold; font-size: 14px; font-style: italic; color: #009999}
p {}
a {color: #0066CC}
a:active {color: #0000FF}
a:link {color: #009999}
a:hover {color:#FF0000;	text-decoration: underline}
a:visited {}
INPUT {font-family: Arial, Helvetica, san-serif; font-size: 12px; color: #333333; font-weight: bold}
stdbtn {
	background-color: #EEEEEE;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}
SELECT {
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}
TEXTAREA {
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, san-serif;
}

.stdtext {background-color: #EEEEEE; font-size: 8px; font-style: normal}
.menuheader {font-size: 12px; font-weight: bold}
.copyright {font-family: Arial, Helvetica, san-serif; font-size: 8px; font-style: italic; line-height: normal; font-weight: normal}

.reporttitle{background-color: #CCCCCC; font-size: 14px; font-style: normal; color: #000000; font-weight: bold}
.reportheader{background-color: #0000FF; font-size: 12px; font-style: normal; color: #FFFFFF}
.reportline{background-color: #FFFFFF; font-size: 12px; font-style: normal; color: #000000}
.reporttotal{background-color: #CCCCCC; font-size: 12px; font-style: normal; color: #000000; font-weight: bold}
.errortotal{background-color: #FF0000; font-size: 12px; font-style: normal; color: #FFFFFF; font-weight: bold}
.errormsg{background-color: #FFFFFF; font-size: 12px; font-style: normal; color: #FF0000; font-weight: bold}
