/* CSS Document */


html {
height : 100%;
}

body {
	font-family : Arial, Hevlvetica,  geneva, sans-serif;
	font-size : 13px;
	font-style : inherit;
	line-height: 11px
}


a:link, a:visited {
	width : auto;
	font-style : normal;
	text-decoration : none;
	color : #000000;
}

a:hover {
	color : #FFFF00;
	text-decoration : none;
}

.style1 {
	color: #FFFF00
}
.style3 {
	color: #996600;
	font-weight: bold;
}
.style4 {
	color: #993333;
	font-weight: bold;
	font-size: 12px;
}
.style5 {
	color: #000000
