/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 17px;
	color: #000;
}

p, h1, h2, h3, h4, h5, ul.list { margin-bottom: 20px; }
p { font-size: 1.1em; }
h1 { font-size: 1.6em; line-height: 20px; font-weight: bold; color: #163481;}
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #163481;}
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.2em; font-weight: bold; }
ul.list { list-style: square; margin-left: 35px; }
ul.list li { font-size: 1.1em; }


/*-------------------- Main Layout ---------------------*/


#container {  width: 100%; height: 100%; float: left; }
#header { width: 100%; height: 95px; display: block; clear: both; border-bottom: 3px solid #d2d2d2; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; }
#footer { width: 100%; border-top: 3px solid #d2d2d2; padding-top: 10px; clear: both; }