/* CSS print Document */

body {
font: 12pt "trebuchet MS", Verdana, Arial, sans-serif;
color: #000;
line-height: 1.5em;
}

#content_right, #mini ul, #columnright p em, #masthead ul {
display: none;
}

#masthead{
border-bottom: 1px solid #666666;
}

#masthead h2 {
font-size: 16pt;
color: #A5596F;
}

#masthead h2 b {
font-size: 18pt;
font-weight: bold;
font-style: italic;
color: #000;
}

#content {
position: relative;
}

#content p {
text-align:justify;
}

#content h3 {
font-size: 14pt;
}

#content h3 span{	
color: #A5596F;
}

#columnleft {
float:left;
width: 45%;
margin:0;
padding:1em;
}

#columnright {
float: left;
width: 45%;
clear:right;
margin:0;
padding:1em;
}

#tborder {
border:1px dashed #666;
padding: 0.5em;
margin:10px;
}

a:link, a:visited, a:hover, a:active {
color: #000;
text-decoration: underline;
}

#mini p{
margin:0.5em 0 0 0;
padding:1em;
font-size: 10pt;
border: 1px dashed #666;
text-align:left;
}

#mini p b {
color: #A5596F;
font-weight: bold;
text-transform: uppercase;
}



