

div{
	margin-top: 0;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4 {

	cursor: pointer;
	cursor: hand;
	margin-top: 0;
	margin-bottom: 10px;
	
}


h1{ 
	font-size: 10pt; 
	font-weight: bold;
	font-variant:small-caps 
}

h2{ 
	font-size: 10pt; 
	font-weight: bold;
}


h3{ 
	font-size: 10pt; 
	font-weight: bold;
}

h4{ 
	font-size: 10pt; 
	font-weight: bold;
}

div.content {
	border: 1px solid #000000;
	border-bottom-width: 5px;
	border-top: none;
	padding-top: 10px;
	margin-top: -10px;
	margin-left: 8px;
	margin-right: 8px;
}


div.content div.content {
	padding-top: 5px;
	padding-left: 12px;	
	padding-bottom: 12px;	
	border-color: #6B6B6B;
}

div#advfooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #D4D4D4;
	margin: 0;
	padding: 5px;
	padding-left: 30px;
}

a.proto {
	display: block;
	background-color: #DADADA;

	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 10px;
	text-decoration: none;
}

a.protocol {
	background-color: #DADADA;
	margin-bottom: 10px;
	padding: 0px 0px;
	padding-left: -10px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
}

a.protocol:visited {
	background-color: #eeeeee;
}

a.protocol:hover {
	background-color: #7A7C7F;
	color: #ffffff;
	text-decoration: underline;
}

div.content a {
	padding-left: 10px;
}

div.content div.content a {
	padding-left: 0px;
}



a.protocol#currentPage {
	background-color: #DEE7F7;
	border-right: 5px solid #527BBD;
	color: #333333;
	margin-right: 5px;
}

p.separator {
	border-top: 1px solid #000000;
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 1px;
}

div#advfooter a {
	display: inline;
	background-color: transparent;
	font-size: 80%;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}