/*************************************************************************************************************************
/**  GENERAL
/************************************************************************************************************************/

*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:link, a:active
{
	color: #003366;
}

a:visited
{
	color: #000000;
}

a:hover
{
	text-decoration: none;
}

html
{
	height: 100%;
}

body
{
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

th
{
	border: 3px solid #FFFFFF;
	padding: 0.5em;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}

td
{
	border: none;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

ul
{
	margin-left: 30px;
}

img
{
	border: 0 none transparent;
}

#page
{
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: left;
}

/*************************************************************************************************************************
/**  HEADER
/************************************************************************************************************************/

#header
{
    height: 43px;
    margin: 0 25px 0 25px;
    background-color: #003366;
}

#headerRight
{
    width: 9px;
    height: 43px;
    background: url(../images/header-destra.gif) top right no-repeat;
    float: right;
}

#logo
{
    position: absolute;
    z-index: 20;
    overflow: hidden;
    margin-top: 0;
}

#logo a
{
    display: block;
    overflow: hidden;
    color: #FFFFFF;
}

#logo a:hover
{
    cursor: hand;
    cursor: pointer;
}

#secondaryMenu
{
    margin-top: 8px;
    float: right;
    display: inline;
    color: #FFFFFF;
    font-size: 95%;
    text-align: right;
}

#secondaryMenu a:link, #secondaryMenu a:visited
{
    color: #FFCC00;
    text-decoration: none;
}

/* Mouse on link in secondaryMenu object*/
#secondaryMenu a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

/*************************************************************************************************************************
/**  CONTENT
/************************************************************************************************************************/

#content
{
    display: inline;
    clear: both;
    float: left;
    margin-top: 0;
    margin-left: 40px;
    width: 682px;
}

#content p
{
    margin-right: 16px;
    margin-top: 3px;
    margin-bottom: 25px;
    /*text-align: justify;*/
    border: 1px dotted #CCCCCC;
}
 
#content a:hover
{
    font-weight: bold;
}

#content table
{
    margin-right: 16px;
    font-size: 100%;
}

#titlePage
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #003366;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#titleChapter
{
    color: red;
}

#titleParagraph
{
    font-size: 15px;
    font-weight: bold;
}

.functionSpec
{
    color: #CC8800;
    font-weight: bold;
}

.linkOrOther
{
   font-weight: bold;
   text-decoration: underline;
   color: #4C4C4C;
}
