

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Body & Pages
 */
body {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: 005788;
	background-color: #BEE2E6;
	background-image: url('../multimedia_solutions_misiaproject/sfondo2.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
/*
background-image: url('../multimedia_solutions_misiaproject/sfondo.gif');
*/

#Container {position:absolute; top: 8px; left: 50%; width: 870px; margin-left: -435px; padding: 0px;}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Breadcrumb
 */
#location {
	width: 662px;
	text-align: left;
}
#location table {
	height: 39px;
	padding: 0px;
	margin: 0px;
}
#location .breadcrumbLocationText {
	color: #666666;
	font-weight: bold;
}
#location p {
	color: #005788;
	font-size: 7.5pt;
	font-weight: normal;
	text-indent: 0px;
	margin: 19px 0px 0px 0px;
}
#location a,a:link,a:active,a:visited {
	color:  #005788;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
}
#location a:hover {
	color:  #005788;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: underline;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Contents
 */
 
#content {
	
}

#content h1 {
	color: 005788;
	font-size: 16pt;
	font-weight: bold;
	margin: 17px 0px 30px 11px;
}

#content p {
	color: 005788;
	text-align: justify;
	margin: 12px 12px 12px 12px;
}

#content a,a:link,a:active,a:visited {
	color:  #005788;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

#content a:hover {
	color:  #005788;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Customized listing
 */
.listing ul li {
text-align: left;
list-style-type: square;
color:  #005788;
}

.listing ul li p {
color: 005788;
margin: 3px 0px 3px 0px;
}

.listing ul li ul li {
text-align: left;
list-style-type: disc;
color: #6B647C;
}

.listing ul li ul li p {
color: 005788;
margin: 3px 0px 3px 0px;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------------
 * Form elements
 */
form {
	padding: 0px;
	margin: 0px;
}

.textInputs {
	font-family: arial,verdana,geneva,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: 005788;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #6B647C;
	border-left: 1px solid #fff;
	width: 225px;
}

.submitInputs {
	font-size: 8pt;
	color:  #005788;
	text-align: center;
	background-color: 005788;
	border-width: 1px;
	border-style: ridge;
	border-color: 005788;
}
