@charset "utf-8";
/* CSS Document */


#frame {
	background: #ffffff url(top.png) top center no-repeat;
	width: 600px;
	position: relative;
	padding: 10px 0px 10px 0px;
}

#bottom {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background: url(bottom.png) bottom center no-repeat;
	width: 600px;
	height: 20px;

}

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	background: #9de028 url(webback.jpg) bottom center repeat-x fixed;
	height: 100%;
	text-align: left;
}

.title {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

#left {
	width: 20%;
	height: 100%;
	
}

#right {
	width: 20%;
	height: 100%;
}

p {
	text-align: justify;
}

h5 {
	color:#666666;
	text-align: left;
}
h1 a { text-decoration: none; color: #333333;}

.toptable {
	border-bottom: 1px #666666 solid;
	font-weight: 600;
}
a { text-decoration: underline; color:#666666;}

tr.latest { color: #3333CC; background: #eeeeee; }