body {
	background-color:#999;
	}

a:link, a:active, a:visited {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #BA0F22;
	text-decoration: none;
}


.h1 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: #BA0F22;
}
.txt {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: normal;
}
.txt_b {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.txt_r {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #BA0F22;
}
.h2 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #BA0F22;
}
#content {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	padding-right: 10px;
	overflow: auto;
	position: absolute;
	position: fixed;
	width: 600px;
	height: 250px;
	scrolling: yes;
}
#content2 {
    padding:0px;
	overflow: auto;
	position:absolute;
	width: 850px;
	height: 280px;
	margin:0px;
	
}
	#content2 li {
		float:left;
		list-style:outside;
    	text-decoration:none;
		list-style-type:none;
		list-style-position:outside;
	}
	
	#content2 img, ul {
		padding:0px 5px 2px 0px;
		margin:0px;
		left:0px;
	}
	
	
