/* print stylesheet */

body, p { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; line-height:16px;}

h1 { 
	font-size:22px; 
	color:#000000; 
	padding-bottom:15px;
	text-transform:capitalize;
	}

h2 { 
	font-size:14px;	
	color:#000000;
	text-transform:capitalize;
	}

h3 {
	font-weight:bold;
	font-size: 13px;
	color:#000000;
	}
h4{
	font-size:11px;
	color:#000000;
	}


li{	
	list-style-image:url(/images/utils/arrow.gif);
	list-style-position:outside;
	}

.bold{
	font-weight:bold;
	}
.contentPic{
	float:left;
	margin:5px 15px 0px 1px;
	display:inline;
	}

a, a:visited { color:#000000; text-decoration:underline; }
a:link:after, a:visited:after {
	text-decoration:none;	
	content: " (" attr(href) ") ";
	color:#999999;
	font-size: 90%;
	}


.cleardiv { clear:both; }

#printlogo {
	display:visible;
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:thin solid #000000;
	}

#header{
	display:none;
	}
#contentarea{
	background-color:#ffffff;
	width:800px;
	}		
	#leftside{
		display:none;
		}
	#middle{
		background-color:#ffffff;
		padding-bottom:20px;
		}
	#rightside{
		display:none;
		}
	#footer{
		display:none;
		}
	#footertext{
		display:visible;
		margin-top:10px;
		padding-top:20px;
		padding-left:25px;
		border-top:thin solid #000000;
		width:800px;
		height:50px;
		}		
		
	table.styledtable {
	border: 2px solid #0f88c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

table.styledtable td.heading {
	background:url(/images/tables/heading-bg.gif) transparent repeat-x top left;
	height:27px;
	border-bottom:2px solid #0081c5;
	border-right:2px solid #0193cc;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

table.styledtable td.sub_heading {
	background:url(/images/tables/sub_heading-bg.gif) transparent repeat-x top left;
	height:27px;
	border-bottom:2px solid #0081c5;
	border-right:2px solid #70d3eb;
	color:#2e439b;
	font-weight:bold;
	font-size:11px;
}

table.styledtable td {
	height:23px;
	padding:2px 2px 0px 8px;
	border-bottom:3px solid #b2ebf5;
	border-right:3px solid #b2ebf5;
}		
		
		
		
		
		
		
