﻿/*Library Print Documents Style Sheet */
body {color : #000000; background : #ffffff; font-family : arial, "Times New Roman", Times, serif; /*font-size : 12pt;*/}
a { text-decoration : underline; color : #0000ff; }


/*******************************************************
Settings - Main content section
*******************************************************/
#nav {display : none;}
#display {display : none;} 
#display_interior{display : none;}

#content {position: relative; width:90%; margin:0px; padding: 2px 10px; /*border:1px solid #ccc;*/}

/*//////////////////////////// text formating /////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

.text
{
	line-height: 132%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

.text a:link 
{
text-decoration: none;
color: #CC0000;
}

.text a:active
{
text-decoration: none;
color: #CC0000;
}

.text a:visited
{
text-decoration: none;
color: #CC0000;
}

.text a:hover
{
text-decoration: underline;
color: #CC0000;
}


h1 { color: #336699; font-weight: bold; font-family: Garamond, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
h2 { color: #336699; font-weight: bold; font-family: Garamond, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
h3 { color: #336699; font-weight: bold; font-family: Garamond, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
h4 { color: #336699; font-weight: bold; font-family: Garamond, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
h6 { font: 2 Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


/*//////////////////////////// classes and misc. extras ///////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////*/

/* hide text */
.hidden 
{
	visibility: hidden;
	display: none;
}

/* making a div a link */
.blocked
{ 
	display:block; 
	width:100%;
	height: 78px;
	text-decoration:none;
}

.noindent
{
padding: 0;
margin-left: 0;
}

.imgborder
{
	border-style:solid;
	border-color: #666666;
	border-width:1px;
}

.dirnoprnt
{
	display:none;
}
