html, body {
font-size: 87%;
font-family: tahoma, sans-serif;
text-align: center;
background: #757575;
color: #000;
}

a {
	text-decoration: none;
	color: #A40000;
	font-weight: bold;
	font-size: 90%;
	font-family: arial, sans-serif;
}

a:hover{
	color:#CE0000;
	font-weight: bold;
	font-size: 90%;
	font-family: arial, sans-serif;
}

table{
	background: #fff;
}

#content{
	text-align: left;
	width: 750px;
	margin: 0 auto;
}

#top{
	background-image: url("./images/top.jpg");
	height:100px;
}

#left{
	background-image: url("./images/top_left.jpg");
}

#rslthead{
	font-size:90%;
	font-weight:normal;
	color:#999999;
}

#tdhead{
	font-size:90%;
	font-family: Tahoma;
	font-weight:bold;
	color:#000000;
	/*background-image: url(images/top_small.jpg);*/
}

#small{
	font-size:80%;
	font-weight:bold;
	color:#999999;
}

#comment{
	font-size:80%;
	font-weight:normal;
	color:#000000;
}

.logobottom{
	/*background: url(images/bottom_right.jpg) no-repeat bottom right;*/
}











