/* CSS Document For Print*/

/************************************ Cross-Site Styles ********************************************/


@media print {TABLE.noprint, DIV.noprint {display:none} }

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align:left;
	color: #000000
}
#toplinks, #relatedlinks, #footleftspacer, #banner, #nav, .printhide {
	display: none;
}
.printshow {
	display:block;
}
#container {
	width: 100%
}
.profile {
	padding-bottom: 0px;
	overflow: hidden;
	margin: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.profilepic {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	border-width: 2px; 
	border-style: solid;
}
.profiletext {
	float: left;
}
.profile {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:link, a:visited {
   color: #990000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

