/*
Print Style Sheet for BVM
Created 10/2008 
Ridge Avenue Design
*/

html, body {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
p, td, ul, a, li {
	color: #000000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 10pt;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: justify;
}
h1 {
	color: ##006699;/*#009966;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	/*Below: Top right bottom left
	margin: 0px 0px 0px 0px;*/
	margin-bottom: 10px;
	margin-top: 5px;
}
a{
	text-decoration: underline;
}
hr{
	height: 1px;
	border: 0;
}
table {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/*
li label{
	font-weight: bold;
	list-style: none;
}
*/



/*Main body text to display*/
#content {
	background-color: #ffffff;
	border: none;
	/*height: 100%;
	display:inline;*/
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

/* Don't display anything that does not need to be displayed */
#top-nav,#logo,#header,#nav,#footer,#navprinthide,#navigation-bg
{
	display: none;
} 

/*Print logo but do not diplay in browser*/
#printlogo{
  display: block;
}

/*News ul and li*/
.li-news li  {
	list-style-image: url(images/li-news.gif);
	list-style-position: outside;
	font-size: 10pt;	
	/*Below: Top right bottom left*/
	margin: 10px 10px 10px 10px;
	text-align: left;	
	}
.li-news A {
	text-decoration: none;
}
.li-news A:link {
	color:#000000;
}
.li-news A:hover {
	color: #000000;
	text-decoration: underline;
}
.li-news A:active {
	color:#000000;
}
.li-news A:visited {
	color: #000000;
}

.ultwo {
margin-top: 0px;
}

