/* --------------------------------------------------------
   FRUGAL MACDOOGAL Print Sheet by 2BSEEN
   -------------------------------------------------------- */

/* Declare body first of all */

body {
background-color:#FFF;
font-weight: normal;
font-size: 10pt;
font-family: verdana,arial,sans-serif;
padding:20px;
margin:0px;
}


/* ----------------------------
   All headings and versions of 
   ---------------------------- */

h1, h2, h3, h4, h5 {
font-weight:normal;
color:#000;
line-height:135%;
}

h1 {
font-size:11pt;
}

h2 {
font-size:11pt;
}

h3 {
font-size:11pt;	
}

h4 {
font-size:11pt;	
}

h5 {
font-size:11pt;	
}


h1 a:link, h1 a:visited {
color:#000;
text-decoration:none;
}

h2 a:link, h2 a:visited {
color:#000;
text-decoration:none;
}

h3 a:link, h3 a:visited {
color:#000;
text-decoration:none;
}

h4 a:link, h4 a:visited {
color:#000;
text-decoration:none;
}

h5 a:link, h5 a:visited {
color:#000;
text-decoration:none;
}



/* ---------------------------------
   Hide Items
   --------------------------------- */

#sidebar, #footer, #masthead, .hide, .tabs, .header-wrapper, img {
display:none;
}




/* ---------------------
   Other common elements 
   --------------------- */

abbr {
	
}

/* Turn off borders on image links */

img {
border:0;
}

/* Link states */

a:link, a:visited, a:active {
color:#000;
text-decoration:none;
}

