/* CSS of the body */

.CSS_V2 {
	background-color: #CCCCCC;
	background-image: url(./Shadow.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	/*table-layout: auto;*/
	border-collapse: collapse;
}

/* CSS of the navigation bar body */

#navigation li {
	display:inline;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
}

#navigation a {
	
	padding-top:4px;
	padding-bottom:4px;
	padding-right:25px;
	padding-left:25px;
	color:#333333;
	text-decoration:none;

	background: rgb(242,246,248); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
	background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
	
	color:#333333;
}

#navigation ul {
	padding-left:0px;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-indent:0px;
}

#navigation a:hover {

	background: rgb(183,222,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(50%,rgba(113,206,239,1)), color-stop(51%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* IE10+ */
	background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C */
	
	background: rgb(174,188,191); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
	
	color:#ad9169;
}

/* format of the horizontal list of the page contents (anchors) */

#anchorlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* CSS of the headings and paragraph */

H1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333;
	line-height: 18px; <!-- default 18px; -->
	padding: 3px; <!-- default 3px; -->
	background-color:#FFFFFF;
	white-space: normal;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

H2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;
	line-height: 18px; <!-- default 18px; -->
	padding: 3px;
	background-color:#FFFFFF;
	white-space: normal;
	font-style: italic;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

H3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	line-height: 18px; <!-- default 18px; -->
	padding: 3px;
	background-color:#FFFFFF;
	white-space: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

H4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 15px; <!-- default 18px; -->
	padding: 3px;
	background-color:#FFFFFF;
	white-space: normal;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px; <!-- default 18px; -->
	padding: 3px;
	background-color:#FFFFFF;
	white-space: normal;
	word-spacing: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
	text-justify:inter-word;
	
}

/* style of the ordered list */

ol {
  font: Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  font-size: 12px;
  line-height: 18px; <!-- default 18px; -->
}

/* style of the Un-ordered list */

ul {
  font: Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  font-size: 12px;
  	line-height: 18px; <!-- default 18px; -->
}

/* style of the list elements
li {
  font: Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:12px;
  line-height: 18px; <!-- default 18px; -->
}

/* CSS of the page background: useless because I already defined it above
body {
	background-color:#043C59;
} 
*/

/* CSS of tables, rows, and cells */
table, tr, td, th {
	background-color:#FFFFFF;
	vertical-align:top;
	border-collapse: collapse;
} 

/* CSS of tables, rows, and cells: part 2: useless because I already defined it above
	border-color:#eceef1;
	border-top-color: #eceef1;
	border-bottom-color: #eceef1;
	border-left-color: #eceef1;
	border-right-color: #eceef1;
	border: 0;
	border-top-style: none;
*/

/* spacing of the list element: "Space above a list" and "Space between list items": */