/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
		background-color: #FFFFFF;

		font-family: Times New Roman,Georgia,Times,serif;
		font-size: 13px;
		color: #000000;

	 	margin : 0 0 0 0;
	 	margin-bottom : 0;
	 	margin-left : 0;
	 	margin-right : 0;
	 	margin-top : 0;

		scrollbar-base-color: #FFFFFF;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-3dlight-color: #B5B5B5;
		scrollbar-darkshadow-color: #B5B5B5;
		scrollbar-arrow-color: #B5B5B5;
		scrollbar-track-color: #B5B5B5;
	}

/* Layout
-------------------------------------------------------------- */

img {
		margin: 0 6px 0 0;
	}

	.controls {
		display:none;
	}

/* Text
-------------------------------------------------------------- */
h1 {
		font-family: Times New Roman,Georgia,Times,serif;
		font-size: 20px;
		line-height: 18px;
		margin-bottom: 6px;
		color: #000000;
		font-weight: bold;
		text-transform: uppercase;
	}

	h2 {
		font-family: Times New Roman,Georgia,Times,serif;
		font-size: 16px;
		line-height: 16px;
		margin-top: 0px;
		margin-bottom: 6px;
		color: #000000;
		font-weight: bold;
	}

	h3 {
		font-family: Times New Roman,Georgia,Times,serif;
		font-size: 15px;
		color: #000000;
		font-weight: bold;
		margin-top: 0px;
		


/* Links
-------------------------------------------------------------- */

a:link, a:visited { color:#000000; text-decoration:none; }
a:hover, a:active { color:#000000; text-decoration:none; }

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
