/* 
  -----------------------------------
 Dynalink Print CSS
 
 Copyright digitalevolution 2007
 

  -----------------------------------
*/
/*
PAGE LAYOUT STYLES
*/

body {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: white;
	margin-top: 0px;
}
/*
Sets link styles for all links*/

a {
	color: Black;
}

 h1, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	}

 h2, h4{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	}
h5{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	}
#masthead {
	display: none;
	
}

#logodiv {
	display: none;
}
#logodiv img {
	display: none;
}

#pagewrapper {
	width: 580px;
	
}

#contentTable {
	width: 580px;
}
#contentTable {
	
}

#menubar {
	display: none;
}

#animation {
	display: none;
}
/*
Sets styles for the main content table cell. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar.*/
#maincontent {
	width: 580px;
	vertical-align: top;
	margin: 0;
	padding: 7px;
	color: black;
}
#sidebar {
	display: none;
}
#footer {
	display: none;
}

#baselinks {
	display: none;
	}
.hide {
	display: none;
}
