/*-----------------------------------------------
table holding CBA logo and page info at top of page
----------------------------------------------- */
table.headerscreen {
display: none;}
table.headerprint {
display: block;
background-color: white;
margin: 0;
padding: 0;}
/*-----------------------------------------------
menu bars (main menu and sub menu)
----------------------------------------------- */
div.menu {
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: white;
	text-align: center;
	color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;}
div.submenuleft {
	display: none;}
div.submenuleft {
    display: none;}
div.submenufooter {
    display: none;}
/*-----------------------------------------------
images
----------------------------------------------- */
img {
	border: 1px solid black;}
img.centre {
	display: block; 
	text-align: center; 
	margin: 5px auto;
	border: 1px solid black;}
img.center {
	display: block; 
	text-align: center; 
	margin: 5px auto;
	border: 1px solid black;}
img.left {
	margin: 5px 5px 5px -5px;
	float: left;
	border: 1px solid black;}
img.right {
	margin: 5px -5px 5px 5px; 
	float: right;
	border: 1px solid black;}
/*-----------------------------------------------
div holding news items
----------------------------------------------- */
div.news {
	color:black;
	background-color: white;
	padding: 5px;
	border: 1px solid black;
	margin-top: 4px;}

.page {
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	padding: 5px;
	border: 1px;
	position: relative;
	left: 0px;
	width: 100%;
	height: 100%;}

span.screenonly {
display: none;}
span.printonly {
display: block;}

a {
color: black;
text-decoration: underline;}
a:hover {
color: black;
text-decoration: underline;}
a:visited {
color: black;
text-decoration: underline;}
a.missingpage {
color: black;
text-decoration: underline;
border-bottom-width: 0px;
}





a.ext {
color: black;
text-decoration: underline;}
a.ext:hover {
color: black;
text-decoration: underline;}
a.ext:visited {
color: black;
text-decoration: underline;}
/*.header, .footer,*/
.commentsheader, .copyright, .smallprint, .lastedit, .grabcode { display:none; }
h1 {color: black;
border-bottom: 2px solid black;
border-top: 2px solid black;}
h2 {color: black;}
h3 {color: black;}
h4 {color: black;}
h5 {color: black;}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	background-color: white;
	padding: 8px;}
.outer {
	border: 0px solid black;
	background-color: white;
	margin-bottom: 4px;
	margin-top: 4px;}
.inner {
	border: 0px solid black;
	background-color: white;}
.content {
	border: 1px solid black;
	background-color: white;
	padding: 5px;
	font-size: 8pt;
	line-height: 130%;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;}
	
body {
	margin-top: 0px; 
	margin-bottom: 0px; 
 	margin-left: 0px;
	margin-right: 0px;
}
#title {
	 padding: 0px;
	 margin-top: 0px;
	 margin-bottom: 5px;
	 background-color: white;
	 text-align: center;
	 border-top: 1px solid black;
	 border-bottom: 1px solid black;}

.page {
	background-color: #FFFFFF;
	padding: 0px;
	border: none;
}
span.printonly   {
color:#FF0000;
	}

