/***********************************************/
/* Print.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	size:12pt;
	text-align: justify;
	width:17cm;
	margin: 5cm 2cm 0cm 2cm;
	color:#000000
}
p, #content p {
	font-family: Arial,sans-serif;
	size:12pt;
	text-align: justify;
	width:17cm;
	margin: auto;
	color:#000000
}
#content p.intro {
	font-family: Arial,sans-serif;
	size:14pt;
	text-align: justify;
}
#content p.sub {
	font-size: 10pt;

}

img {
	display: none;
}
table {
	width: 17cm;
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
}

h1{

}

h2{

}

h3{

}

h4{

}

h5{

}

h6{

}

ul{
 list-style-type: square;
}

/***********************************************/
/* Navigation                                  */
/***********************************************/

#navBar{
	size: 10pt;
}


