body {
	margin: 0px;
	padding: 0px;
	font-family:  Arial, Tahoma,Verdana;
	background-color: #8c9199;
	color: #676767;
	text-align: center;
	font-size: 11px;
	background-image: url('../gfx/bg_body.gif');
}

td {
	font-size: 11px;
}

.main {
	margin: 0px;
	margin: auto;
	width: 770px;
	text-align: center;
	background-image: url('../gfx/bg.gif');
	background-repeat: repeat-y;
}

#bottom .copy {
	color: #9d968c;
	float: left;
	padding-left: 10px;
	margin-top: 17px;
}

#bottom .menu {
	color: #4d453c;
	float: right;
	padding-right: 10px;
	margin-top: 17px;
}

#bottom a {
	color: #4d453c;
}
#bottom {
	background-image: url('../gfx/bg_bottom.gif');
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	border: 1px solid #c2beba;
	background-color: #efe9dd;
	height: 57px;
}

#data #col1 {
	width: 220px;
}

.info_block {
	background-color: #ecedef;
	margin-bottom: 10px;	
}

.info_block .data {
	text-align: left;
	padding: 3px 10px 10px 10px;
}

.info_block th {
	color: #4d453c;
	text-align: left;
	padding: 10px 10px 3px 10px;
	// background-image: url('../gfx/left_th.gif');
	// background-repeat: no-repeat;
	// background-position: 0 24px;
}

.title {
	background-image: url('../gfx/bg_title.gif');
	background-repeat: repeat-x;
	text-align: left;
}

#data #col2 {
	text-align: justify;
	padding-left: 30px;
	color: #717276;
	line-height: 130%;
}

.sep {
	background-image: url('../gfx/sep.gif');
	background-repeat: repeat-x;
	height: 16px;
}

h1 {
	color: #4d453c;
	font-size: 12px;
}

a {
	color: #f6a155;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl {
	padding: 0px;
	margin: 0px;
}

dl dd {
	margin: 0px;
	padding: 2px 0 0 10px;
	background-image: url('../gfx/widget_dl.gif');
	background-repeat: no-repeat;
	background-position: 3px 8px;
}

.even {
	background-color: #FFFFFF;
}

.odd {
	background-color: #efeff1;
}