/*TXT*/
h1{
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	letter-spacing : normal;
	line-height : 125%;
	color : #AA3500;
   margin: 0px;
}  
p {
	margin-top: 30px;
	margin-bottom: 30px;
} 
li{
	list-style-type: disc;
	display: compact;
	list-style-position: outside;
}
ul{
	margin: 0px;
	padding-left: 30px;
}
a:link{
	color : #3B494C;
	text-decoration : none;
	font-weight : bold;
}
a:visited{
	color :   #3B494C;
	text-decoration : none;
	font-weight : bold;
}
a:hover{
	color : #AA3500;
	text-decoration : none;
	font-weight : bold;
}
a.link2:link{
	color : #7B8E8B;
	text-decoration : none;
	font-weight : normal;
}
a.link2:visited{
	color : #7B8E8B;
	text-decoration : none;
	font-weight : normal;
}
a.link2:hover{
	color : #7B8E8B;
	text-decoration : underline;
	font-weight : normal;
}

