/* CSS Document */

body {
	font: 7pt georgia,tahoma,verdana;
	background-image: url("111007bg.gif");
}
#container {
	width: 250px;
	margin: 5px;
	padding: 5px;
	top: 75px;
	left: 438px;
	position: absolute;
	background-color: #FFFFFF;
	}
#image {
	background-image: url("111007.jpg");
	width: 250px;
	height: 167px;
	text-align: center;
}
#menu {
	text-align: center;
}
#content {
	overflow: auto;
	width: 250px;
	height: 350px;
}

a {
	color: #CB2D2A;
	text-decoration: none;
}

a:hover {
	color: #000000;
}
#stat {
	width: 80%;
}
h5 {
	font: 9pt georgia,tahoma,verdana;
	margin: 15px 0px 5px 0px;
}
textarea {
	width: 150px;
}

#stat {
	width: 60%;
	margin: auto;
}

textarea {
	width: 100px;
}