/* The CSS of 1107.se. Feel free to copy this code, but please do give some accreditation. */

#topsection {display: none;}
#bottomsection {display:none;}
#printending { display:inline;}

body
{
font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
/* default font size is 16px, default line height is 18px */
background:#ffffff;
width:100%;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
}

/** headings **/
h1 { font-weight: normal; font-size: 1.5em; line-height: 1.3em; color: #000; margin-top: 0.667em; margin-bottom: 0.667em; font-family: "Times New Roman", Times, serif;}
h2 { font-weight: normal; font-style: italic; font-size: 1.3em; line-height: 1.3em; color: #000; margin-top: 0.769em; margin-bottom: 0.769em; font-family: "Times New Roman", Times, serif;}
h3 { font-style: italic; font-size: 1.1em; line-height: 1.3em; color: #000; margin-top: 0.909em; margin-bottom: 0.909em; font-family: "Times New Roman", Times, serif;}
h4 { font-size: 1.0em; line-height: 1.3em; color: #000; margin-top: 0.469em; margin-bottom: 0.039em; font-family: "Times New Roman", Times, serif;}

/** paragraphs and text **/
p {
margin-bottom: 0;
font-family: "Times New Roman", Times, serif;
font-size: 0.94em;  /* 16px * .94 = 15px */
line-height: 1.5em; /* 1.5 line height. */
color:#000;
}
p + p {
  text-indent: 1em;
  margin-top: 0;
}

pre {
font-family:"Bitstream Vera Sans Mono", courier, "Courier New", monospace;
font-size:1em;
color:#000;
background-color:#ededed;
}

.uppercase {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.capitalize {text-transform:capitalize;}
.italic {font-style:italic;}
.small { font-size: 0.80em; line-height: 1.5em;} /* 15px*0.8=12px, 12px*1.2=14.4px */
.smallitalic {font-style:italic; font-size: 0.80em; line-height: 1.5em;}

/** types of lists **/
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ol.upperroman {list-style-type: upper-roman;}
ol.lowerroman {list-style-type: lower-roman;}
ol.lowergreek {list-style-type: lower-greek;}
ol.upperalpha {list-style-type: upper-alpha;}
ol.loweralpha {list-style-type: lower-alpha;}

/** tables **/
/** default values **/
table, tr, td { background:transparent; margin-left: auto; margin-right: auto; border:0px; padding:0px; border-spacing:0; border-collapse:collapse; }

/** links **/
/* The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states **/
a:link { color: #aaa; }
a:visited { color: #aaa; }
a:hover { color: #aaa; }
a:active   { }

/* display urls */
a:link:after, a:visited:after { content:" [" attr(href) "] "; }

/** No border on image links **/

/** images **/
/** Remove image borders **/
img { border: 0px; }
img.center { display: block; margin-left: auto; margin-right: auto; }

/** horizontal lines **/
hr { height: 1px; border: 1px solid #ccc; }



/* TOP SECTION */
#topsection{display:none;}
/* CONTENT SECTION */
#contentmarginsleft { display:none; }
#contentmarginsright { display:none; }
#topcontentseparator {display:none;}
#bottomcontentseparator {display:none;}
#contentsectiontable { width:100%; }
#contentsidestable { width:100%; }
#contentsidestd { background:transparent; }
#contenttd { background:#ffffff; vertical-align: top; width:100%; }
/* BOTTOM SECTION */
#bottomsection { display:none; }

