/* CSS Document */
html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {font-size: 15px; line-height:15px;
}
li {
	font-size: 11px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
color: #CCCCCC;
	text-decoration: underline;
}

#container {
	position:absolute;
	width:770px;
	height:500px;
	left:50%;
	margin-left:-385px;
}

#path {
	text-align:left;
	font-size:10px;
	color:#CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}
	
#path a {
	color: #CCCCCC;
	text-decoration: none;
}
#path a:visited {
	color: #CCCCCC;
}
#path a:active {
	color: #CCCCCC;
}
#path a:hover {
color: #999999;
	text-decoration: underline;
}
#flashcontentheader {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#colonnamenu {
	text-align: left;
	padding-top:20px;
	float:left;
	padding-left:3px;
	width:167px;
	height:300px;
	line-height:18px;
}

#colonnamenu a {
	color: #000000;
	text-decoration: none;
}
#colonnamenu a:visited {
	color: #000000;
}
#colonnamenu a:active {
	color: #000000;
}
#colonnamenu a:hover {
color: #000000;
	text-decoration: underline;
}

#colonnadestra {
	text-align:left;
	font-size: 11px;
	float:right;
	width:591px;
	padding-left:8px;
	padding-top:11px;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	}

#pie {
	clear:both;
		border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 2px;
	padding-left: 2px;
	}