/* CSS Document */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	line-height:150%;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:150%;
	}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:150%;
	}

.title {
	font-size:15px;
	color:#bd0000;
	}
	
.header {
	font-size:18px;
	font-weight:bold;
	}
	
.title a:link, .title a:visited {
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
	}
	
.title a:hover {
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	}


table.hsmp {
	border-collapse:collapse;
	padding:0;
	margin:0 0 10px;
	}
	
table.hsmp td, table.hsmp th {
	border:1px solid #AAA;
	padding:2px 5px;
	}
table.hsmp td {
	font-size:11px;
	}	
		
table.hsmp th, table.hsmp .th1, table.hsmp .th2 {
	font-size:13px !important;
	font-weight:bold;
	padding:3px 5px;
	}

table.hsmp th {
background:#bd0000;
color:#FFFFFF;
border-bottom:3px double #AAA;
}
table.hsmp .th1 {
background:#C5C5C5;
border-top:3px double #AAA;
}
table.hsmp .th2 {
background:#E5E5E5;
border-top:3px double #AAA;
}	

.hr {
margin:5px 0 10px;
background:#AAA;
height:1px;
border:0;
}