body {
	font-size: small;
	line-height: 1.2em;
	color: #334155;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background: url(images/back.gif) repeat-y center top;
}

#wrap {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#top{
	text-align: center;
	margin: 0 auto;
}

.main{
	text-align: left;
	margin: auto;
	padding: 5px 0;
	background-image: url(images/back_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.main_top{
	clear:both;
	margin: 0 auto;
	background-image: url(images/back_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main_bottom{
	clear:both;
	margin: auto;
	background-image: url(images/back_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer{
	font-size:80%;
	text-align: center;
	margin: 10px auto;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:small;
}

#menu {
	width:720px;
	margin:10px auto 0 auto;
}

#menu ul {
	margin: 0 auto;
	padding: 0 0 20px 0;
	list-style-type: none;
	text-align: left;
}

#menu ul li {
	float: left;
}

#list {
	clear:both;
	width:720px;
	margin:0 auto;
}

#list ul {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	list-style-type: none;
	text-align: left;
}

#list ul li {
	float: left;
	padding-right: 10px;
	font-weight:bold;
	color:#ff6600;
}

#list ul a {
	font-weight:normal;
}

.img_border{
	border:1px outset #cccccc;
	padding:1px;
}

.title_banner{
	text-align:center;
}

.top a{
	text-align:right;
	margin:0 5px;
	padding:2px 10px;
	display:block;
	border-top:1px solid #ffcc33;
}

.text_center{
	text-align:center;
	margin:0 auto;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}

.text_bold{
	font-weight:bold;
}

.col_red{
	color:#ff0000;
}

.col_orange{
	color:#ff6600;
}

.col_yellow{
	color:#ffcc00;
}

.new{
	text-decoration: blink;
	background-color:#ff6600;
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	font-size:80%;
	padding:4px;
	margin:2px;
	margin-left:0;
}