body {
	margin-right: 150px;
	margin-left: 150px;
	margin-bottom: 60px;
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #DEDEDE;
}

h1 {
	font-size: 22pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* page title */
.title {
	/*background: #dedede;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;*/
	padding: 7px;
	margin: 0px;
	background-color: #BBB;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
}

.title a:link {
	color: #35B;
	text-decoration: none;
}

.title a:visited {
	color: #35B;
	text-decoration: none;
}

.title a:hover {
	color: #A5F;
	text-decoration: none;
}

.title a:active {
	color: #A5F;
	text-decoration: none;
}

.subtitle {
	background: #dedede;
	padding: 7px;
	margin: 0px;
	background-color: #CCC;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
}


/* text stuff */

.box {
	background: #dedede;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	background-color: #CCC;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
}

.superstecca {
	font-size: 18pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 20pt;
	margin-bottom: 20pt;
	text-decoration: none;
	color: #333;
}

.middlestecca {
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin-top: 20pt;
	margin-left: 10pt;
	text-decoration: none;
	color: #333;
}

.middlestecca a:link {
	color: #35B;
	text-decoration: none;
}

.middlestecca a:visited {
	color: #35B;
	text-decoration: none;
}

.middlestecca a:hover {
	color: #A5F;
	text-decoration: none;
}

.middlestecca a:active {
	color: #A5F;
	text-decoration: none;
}

.paperstecca {
	font-size: 12pt;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	margin-top: 20pt;
	margin-left: 10pt;
	text-decoration: none;
	color: #333;
}

.paperstecca a:link {
	color: #35B;
	text-decoration: none;
}

.paperstecca a:visited {
	color: #35B;
	text-decoration: none;
}

.paperstecca a:hover {
	color: #A5F;
	text-decoration: none;
}

.paperstecca a:active {
	color: #A5F;
	text-decoration: none;
}

.stecca {
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	margin-left: 40pt;
	margin-top: 10pt;
	margin-bottom: 5pt;
	text-decoration: none;
	color: #333;
}

.stecca a:link {
	color: #35B;
	text-decoration: none;
}

.stecca a:visited {
	color: #35B;
	text-decoration: none;
}

.stecca a:hover {
	color: #A5F;
	text-decoration: none;
}

.stecca a:active {
	color: #A5F;
	text-decoration: none;
}

.subtitle a:link {
	color: #35B;
	text-decoration: none;
}

.subtitle a:visited {
	color: #35B;
	text-decoration: none;
}

.subtitle a:hover {
	color: #A5F;
	text-decoration: none;
}

.subtitle a:active {
	color: #A5F;
	text-decoration: none;
}


