.hdr1 {
	font-family : "OCR A Extended";
	font-size : 18px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	letter-spacing : normal;
}
.hdr2 {
	font-family : "OCR A Extended";
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	letter-spacing : normal;
}
.hdrMain {
	font-family : "OCR A Extended";
	font-size : 24px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	letter-spacing : normal;
}
.txt1 {
	font-family : "OCR A Extended";
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;

	text-align : justify;
}
.txt1_cntr {
	font-family : "OCR A Extended";
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;

	text-align : center;
}
A {
	color : #FF9900;
	
	text-decoration : none;
}

A:ACTIVE {
	color : #FF9900;
}
A:HOVER {
	text-decoration : underline;

}


.ul1 {
	list-style : none url(images/note.gif);
	list-style-image : url(images/note.gif);
	font : normal normal normal 12px/22px OCR A Extended;
	font-family : "OCR A Extended";
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	list-style-type : none;
	text-indent : 0 px;
	margin : 10 px 20 px;
}

.li2 {
	list-style : none inside url(images/note.gif);
	list-style-image : url(images/note.gif);
	font : normal normal normal 12px OCR A Extended;
	font-family : "OCR A Extended";
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	list-style-type : none;
}

.li3 {
	list-style : none inside url(images/code.gif);
	list-style-image : url(images/code.gif);
	font : normal normal normal 12px OCR A Extended;
	font-family : "OCR A Extended";
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	list-style-type : none;
}



.bigborder {
	border : 8px solid Black;
}
.border2 {
	border : 8px solid Black;
}
