/* Original PRINT CSS borrowed from http://www.ssi-developer.net/main/templates/ */
/* Mutiliated in good faith by Michael R. Nelson in January 2005. */

body {
color: #000000;
background: #ffffff;
font-size: 11pt;
font-family: verdana, tahoma, sans-serif;
}

ul, ol {
font-size: 11pt;
font-family: verdana, tahoma, sans-serif;
}

#outer {
background: #ffffff;
color: #000000;
width: 95%;
padding: 5px;	 
}

/* Header */

.header {
background: none;
}

.logolink {
padding: 6px 3px;
}

.hdr-content { 
color: #000000;
margin: 5px; 
font-size: 14px;
font-weight: 800;
text-decoration: none;
}

.hdr-title { 
color: #000000;
margin: 5px; 
font-size: 22px;
font-weight: 800;
text-decoration: none;
}

.hdr-subtitle { 
color: #000000;
margin: 5px; 
font-size: 16px;
font-weight: 800;
text-decoration: none;
}

 .logolink a {
background: inherit;
}


.top-nav {
display: none;
}
.image-bar { 
display: none;
}
.left-col {
display: none;
}
.rhcol {
display: none;
}

/* main content area */

.content-title { 
font-size: 14pt;
}

.content-box .cont {
font-size: 11pt;
line-height: 15pt;
}

.content-box .sub-hdr { 
font-size: 13pt;
}

/* Property Pictures Definition */

.large {
	width: 420px;
	border: none;
	text-align: center;
	}

.small {
	width: 200px;
	border: none;
	text-align: center;
	}



/* Bottom footer box */

.footer-col {
display: none;
}

/* Copyright layer */

.copyright {
background: #ffffff; 
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 10px; 
font-weight: bold; 
padding: 6px; 
border: solid #000000; 
border-width: 1px 0 0; 
}

/* for templates info */
.temp-lh {
float : left;
width : 100px;
margin : 0;
padding : 2px 10px 2px 0;
text-align : left;
}
.temp-rh {
margin : 0;
padding : 2px 0;
text-align : left;
}
.date {
font-size : 10pt; 
color : #787d63;
background : inherit;
}
.temp-list ul {
font-size : 11pt; 
margin : 0; 
padding : 0; 
list-style-type : none;
}
.temp-list {
padding : 0 0 0 15pt;
}

.code {
color :  #000000; 
background : #ffffff;
font-family : verdana, arial, sans-serif; 
font-size : 11pt;
line-height : 20px;
padding : 4px 10px;
margin: 5px;
border : 1px solid #555555;
}

.ads {
display: none;
}

