@charset "utf-8";
/* CSS Document */

/*||||||||||||| LAYOUT ||||||||||||||||||*/ 
body {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}
div#printname	{
	display:inline-block;
	font-size:x-large;
	font-weight:bold;
}
div#holder {
	width:99%;
}
div#nav {
	width: 5px;
	display:none;
}
div#content {
	margin: 0px 5px 5px 5px;
	max-width: 99%;
	background-color: #ffffff;
	border: none;
	padding:5px;
}

div#content p  {
	max-width: 99%;
}
div#content ul{
	/*max-width: 600px;*/
}
div#content h1 {
	color:#000000; 
	text-align:right;
	border-bottom: 1px solid #000000;
}
div#content h2 {
	color: #000000; 
	text-align:right;
	border-bottom: 1px solid #000000;
}
div#footer {
	background-color: #ffffff;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: gray;
	padding-top: 10px;
}
.brclear { 
     clear:both; 
     height:0px; 
     margin:0px;
	 padding:0px;
     font-size: 1px;
     line-height: 0px;
}
/*||||||||||||| /LAYOUT ||||||||||||||||||*/ 
strong {color: #000000}
h3 {color: #000000}
h4 {color: #000000}
h5 {color: #000000}
ul	{
	 line-height:20px;
	 list-style:square;
	 color:#000000;
}
td	{
	border-bottom:1px solid #000000;
}
.important {color: #000000}
.white {color: white}
p.tip {
	background-color:silver;
}
