/******************************************/
/*** print stylesheet ***************************/
/******************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
}


div#divSiteSearch{
	display: none;
}

div.service{
	display: none;
}

div.horizontal{
	display: none;	
}

div#divBreadcrumb{
	display: none;
}

div#divSidebar{
	display: none;
}

div#divLanguage{
	display: none;
}

h1{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
}

p{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

ul, ol{
	color: #333333;
	overflow: hidden;
	padding-left: 15px;
}

ul li{
	font-size: 12px;
}

p a, a{
	/*color: #A80020;
	text-decoration: underline;*/
	color: #000000;
	text-decoration: underline;
}

div#divFooter{
	display: none;
}

img.marginRightBottom, div.marginRightBottom{
	margin-right: 15px;
	margin-bottom: 15px;
}

table.stTable tr td{
	border-bottom: 1px solid #D9D9D9;
	font-size: 12px;
}

.stTable thead td, .stTableNarrow thead td{
	color: #ffffff;
	padding: 4px 4px 4px 10px;
}

.stTable thead tr, .stTableNarrow thead tr{
	font-weight: bold;
}

.tableRowGrey{
	font-size: 12px;
}

.stTable thead tr, .stTableNarrow thead tr{
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}

.stTable thead td, .stTableNarrow thead td{
	padding:4px;
	padding-left:10px;
	color:#FFFFFF;
}

.stTable tbody td, .stTableNarrow tbody td{
	padding:5px;
	padding-left:10px;
	border-bottom:solid 1px #d9d9d9;
}

.stTable tr td.tableRowGrey{
	background-color:#F2F2F2;
	font-size: 12px;
}

.stTable tr td.tableRowWhite{
	background-color:#FFFFFF;
	font-size: 12px;
	border-bottom:solid 1px #d9d9d9;
}

div.portraitText{
	font-size: 12px;
}

div.portraitTitle{
	font-weight: bold;
}






