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

body {
	font-family: "Century Gothic", Arial, "trebuchet MS";
	color: #333;
	margin:0px;
	padding:0px;
	background: #d6d7d8 url(../images/body_repeat.png) repeat-x top;
}



a:link, a:visited {
	color:#041a3c;
	font-weight:bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #173e78;
	text-decoration:none;
}

#main_content {
	margin: 0 auto;
	height: 100%;
	width: 1000px;
	background: repeat-y url(../images/repeat.png);
}

b, strong{
	color:#041a3c;
}



/*SOPRAHEADER*/
#sopraheader {
	background: url(../images/login.png) no-repeat center;
	height: 38px;
	width: 1000px;
	margin:auto;
	padding:0px;
}
/*SOPRAHEADER*/


/*CONTENT TXT H1 H2*/
#content_txt h1, #content_txt h2{
	margin:5px 0px 15px 0px;
	letter-spacing:2px;
	word-spacing:3px;
	text-align:center;
}

#content_txt h1{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}



#content_txt h2 a{
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
}



/*CONTENT TXT A*/
#content_txt a{
	text-transform:uppercase;
	margin:0px 2px 0px 2px;
}

/*CONTENT TXT IMG*/
.image_sx,.image_dx {
	padding:15px;
	margin:6px;
	width:145px;
	border:#5f6b7e 1px solid;
	background:#f2f2f2 url(../images/title_img.gif) no-repeat bottom right;
	height:auto;
}

.image_sx {
	float:left;
}

.image_dx {
	float:right;
}

a img.image_sx:hover, a img.image_dx:hover {
	border:#e1e1e1 1px solid;
}


/*CONTENT TXT UL*/
#content_txt ul {
	list-style:inside square;
	padding:10px 20px 10px 20px;
	margin:0px;
	font-weight:400;
	color:#041a3c;
	font-size:13px;
}

#content_txt li {
	margin: 0px 0px 5px 5px;
}
/*CONTENT TXT*/



/* FOOTER */
#footer {
	width: 100%;
	height: 56px;
	padding: 43px 0px 5px 0px;
	margin:25px 0px 0px 0px;
	clear:both;
	color:#333;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	background: url(../images/footer.gif) no-repeat bottom;
}
/* FOOTER */
