a {
	color: #555; 
	text-decoration: none;
	/*font-weight: bold;*/
	/*background-image: url(images/link.png);
	background-repeat: no-repeat;
	padding-left: 16px;*/
	border-bottom: 1px dashed #888;
}


a:hover{
	background-color: #DDD;
	color: #222; 
}



body {
	text-align: justify;
	font: 11pt Calibri, sans-serif;
	background-color: #EEE;
	color: #444;
}

strong {
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1pt;
	font-size: 12pt;
}

em {
	font-weight: bold;
	font-style: normal;
}


p , li{
	margin: 5px 0px 5px 0px;
}

li p{
	margin: 5px 0px 15px 0px;
}

ul {
	padding-left: 18px;
	margin-top: 0px;
}

table {
	width: 100%;
}

td {
	text-align: center;
}




#page {
	position: absolute;
	left: 50%;
	margin-left: -360px;
	padding-bottom: 40px;
	width: 720px;
}

#intro {	
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 30pt;
	/*background-color: #FFF;*/
	/*border: 1px solid #BBB;*/
	text-shadow: 0px 1px 1px #BBB;
	font-variant: small-caps;
	letter-spacing: 2pt;
}



#intro strong {
	color: #34AC21; 
	font-weight: bold;
	font-size: inherit;
}

#intro td {	
	text-align: left;
	padding: 0px;
}

#intro td div {	
	min-height: 160px;
	background-color: #F3F3F3;
	border: 1px solid #AAA;
	padding: 20px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;

	-webkit-box-shadow:  0px 2px 2px 0px #BBB;
	box-shadow:  0px 2px 2px 0px #BBB;
}

#intro td img {
	float: right;
	border: 1px solid #AAA;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;

	-webkit-box-shadow:  0px 2px 2px 0px #BBB;
	box-shadow:  0px 2px 2px 0px #BBB;
}

#intro a {
	border: none;
}



#navigation {
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 12pt;
}

#navigation table{
	border-collapse: collapse;
}

#navigation td {
	/*background-color: #333;*/
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 0px;
}

#navigation td a {
	display: block;
	border: none;
	font-variant: small-caps;
	letter-spacing: 3pt;
}

#navigation td a:hover {
	background-color: #CCC;
}


#w3c {
	position: absolute;
	right: 0;
}


.section {
	margin-top: 20px;
	padding: 10px;
	border-top: 1px dashed #AAA;
	background-color: #F3F3F3;
	-moz-box-shadow: 0px 2px 5px #AAA;
	-webkit-box-shadow: 0px 2px 5px #AAA;
	box-shadow: 0px 2px 5px #AAA;

	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
}

.sectionHead {
	font-weight: bold;
	font-size: 18pt;
	font-variant: small-caps;
	letter-spacing: 2pt;
}

.backToTop {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-weight: bold;
}