/* GENERALI */
body {
	background: #333;
	text-align: center;
	position: relative;
	margin: 0;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

subtitle {
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.menu2 a:hover {
	text-decoration: none;
}

a:visited {

}

img {
	vertical-align: middle;
	padding: 0 3px 0 0;
}

#header {
	background-color: #ccc;
	height: 230px;
}

#header_home {
	width: 780px;
	overflow: hidden;
}

.grey_row {
	background-color: #666;
	height: 20px;
	width: 100%;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
}

.grey_row img {
	position: relative;
	right: 25px;
	padding: 0 5px 0 5px !important;
	// padding: 4px 5px 0 5px;
}

.latest {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
	float: left;
}

#cont {
	width: 780px;
	background-color:#999;
	text-align: justify;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border:#FFFFFF 1px;
}

.page_menu {
	width: 100%;
	background-color:#B5B5B5;
	line-height: 40px;
	height: 40px;
	color: #666666;
	padding: 0 10px 0 -10px;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}

.page_menu li {
	padding: 0;
	text-align: right;
	float: left;
	line-height: 40px;
	padding-top: 0px !important;
	// padding-top: 10px;
}

.page_menu li#soleciting {
	margin-left: 35px !important;
	// margin-left: 18px;
	float: left;
}

.page_menu li#page_title {
	margin-right: 30px !important;
	// margin-right: 15px;
	float: right;
}

.menu2 {
      width: 100%;
      height: 45px;
      line-height: 45px;
      margin: 0px;
      padding: 0px;
      background: CCC none;
}
.menu2 ul, .page_menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
}
.menu2 li {
      margin: 0;
      padding: 0;
      line-height: 45px;
      float: left;
      width: 14%;
      text-align: center;
}
.menu2 li.first {
	background-color: #000;
	background-repeat:no-repeat;
	float:left;
	border: none;
	text-align: left;
	margin-left: 30px;
}
.menu2 li.last {
	background: none;
	background-repeat:no-repeat;
	float: right;
	text-align: right;
	border: none;
	position: relative;
	right: 30px;
}
.menu2 li.separate {
	background-image: url(/_images/separa_menu.jpg);
	top: 0;
	width: 1px;
	height: 45px;
}
#copyright {
	padding: 0 0 4px 0;
	background-color: #B5B5B5;
	color: #666;
}

#down-left {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #333333;
	float: left;
	width: 0px;
	height: 32px;
}

#down-right {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #333333;
	float: right;
	width: 0px;
	height: 32px;
}

a img {
	border: 0px;
}

/* INDEX */

#img_index {
	width: 431px;
	height: 403px;
	padding: 0px;
	z-index: 0;
	position: relative;
	background-image: url(../_images/img_index.jpg);
	font-size: x-large;
}

#enter_link_sx {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: auto;
}

#enter_link_dx {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: auto;
}

#title_agreement {
	padding: 10px 0 10px 0;
}

#agreement {
	width: 75%;
	height: 80px;
	overflow: auto;
	position: relative;
	top: 3px;
	background-color:#FFFFFF;
	color: #000000;
	font-size: smaller;
	border: inset;
	text-align: justify;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#footer {
	height: 28px;
	line-height: 36px;
	vertical-align: middle;
	text-align: right;
	margin-right: 30px;
}

.update {
	vertical-align: bottom;
}

strong#current {
	color: #CC9933;
}

.pagination {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.pagination #current {
	color: #fff;
	padding: 0 0.1em;
}

.pagination a {
	color: #666;
	font-weight: bold;
	padding: 0 0.1em;
}