/* BWBCPA Print Stylesheet */

body {
margin:0;
border:0;
padding:0;
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#000;
text-align:left;
}

.hide_print, .hide_navmap, .hide_flash_header, .aboutus_flash {
display:none;
}

ul {
margin:0 15px 15px 48px;
border:0;
padding:10px 0 5px 0;
list-style-type:circle;
}

ol {
margin:0 15px 15px 48px;
border:0;
padding:10px 0 5px 0;
list-style-type:lower-alpha;
}

li {
margin:0 0 10px 0;
border:0;
padding:0 0 0 10px;
}

/* Text Elements */

h1, h2, h3, h4, h5, h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

h2 {
margin-top:36px;
border-bottom:1px solid #CCC;
color:#333;
font-style:italic;
}

h3 {
color:#315300;
}

h4 {
text-decoration:underline;
}

.text_xlarge {
font-size:x-large;
}

.text_large {
font-size:large;
}

.text_medium {
font-size:medium;
}

.text_small {
font-size:small;
}

.text_xsmall {
font-size:x-small;
}

.align_left {
text-align:left;
}

.align_center {
text-align:center;
}

.align_right {
text-align:right;
}

.pic_right {
float:right;
margin:0 15px 15px 15px;
border:0;
padding:0;
}

.bold {
font-weight:bold;
}

.normal {
font-weight:normal;
}

.underline {
text-decoration:underline;
}