body {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color:#333333;
	background:#FFFFFF;
	line-height:100%;
	letter-spacing:1.5;	/*text-indent:10;*/
	
	/*border-left:200px solid #99CC01;
	
	border-bottom:200px solid #99CC01;*/

	
}

.headformat {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	
}

a {
	
	text-decoration: none;
	color:#FF0000;
	/*background:#99CC01;*/
	text-indent:11;
}
a:hover {
	color: #FF3300; 
	text-decoration: none;
	text-indent:15;
	
}

li {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	list-style: none;
	color:#333333;	
	/*list-style-image: url(/assets/right_arrow.gif); */

}
ul {
	/*list-style-image: url(/assets/right_arrow.gif);*/
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	
}
img {
	border:0;

	text-indent:-2;
	/*border-left:0px solid #343434;
	
	//border-bottom:0px solid #343434;*/
}
#headpoint ul li {
	/*list-style-image: url(/assets/right_arrow.gif);*/
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	
	
}
hr {
	border:1px dashed #333333;
	height:0;
	
	
	
}


