/* CSS Document */
body,td {
	font-family: Arial;
	font-size: 9px;
	color: #351e10;
	line-height: 11px;
	letter-spacing: 0px;
	text-align:justify;
}
p{
margin: 1px;
}
h1{
	 color: #ff9831;
	 font-size: 8px;
	 padding: 2px;
	 text-transform: uppercase;
	 border-top: 1px dotted #cccccc;
	 border-bottom: 1px dotted #cccccc;}
strong,b{
	 color: #cb9e75;
	 font-size: 9px;
	 font-weight: bold;}
u{
	 color: #cb9e75;
	 font-size: 9px;
	 font-weight: bold;}
em,i{
	 color: #cb9e75;
	 font-size: 9px;}
	 
A:link {
	font-family: Arial;
	font-size: 10px;
	color: #ff9831;
	text-decoration: none;

}
A:active {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #ff9831;

}
A:visited {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #ff9831;

}
A:hover { 
	font-family: Arial;
	font-size: 10px;
	color: #351e10;

}

