/*	Baseline */

body {
	background:			none;
	color:				#000000;
	font-family:		'Adobe Jenson Pro', Verdana, Helvetica, Helv, Arial, sans-serif;
	font-size:			12pt;
	line-height:		1.4;
	padding: 			0 0 0 0;
	margin: 			0 0 0 0;
	text-align:			left;
}

/*	Layout containers */

#mainframe {
	display:			block;
	width:				100%;
}

#top, #header { }

#content {
	clear:				both;
}

#footer, #bottom { }

.box {
	border-top:			1px dashed #ddd;
	margin:				1em 0 0 0;
	padding:			1em 0 0 0;
	width:				40%;
}

/*	Headings */

h1 { }					/* Reserved for site title */

h2 { }					/* Reserved for page title */

h3 {
	font-size:			12pt;
	font-weight:		bold;
	margin:				0 0 1em 0;
}

h3.signature {
	font-weight:		normal;
	margin:				0.5em 0 0 0;
}

/*	Paragraph and character styles*/

p {
	margin:				0 1.5cm 0 2.5cm;
	padding:			0 0 1em 0;
}

p.lead {
	font-size:			16pt;
}

.box p {
	font-size:			8pt;
	margin:				0 0 0 0;
}

ul.references li p {
	margin:				0 0 0 115px;
}

/*	Character styles*/

em {
	font-style:			normal;
	font-weight:		bold;
}

/*	Links */

a, a:active, a:hover, a:visited, a:focus {
	color: 				#000000;
	text-decoration:	none;
	}

/*	Lists */

ul.references {
	padding:			24pt 1.5cm 0 2.5cm;
}

ul.references li {
	clear:				left;
	list-style:			none;
}

/*	Images */

img {
	border:				none;
	vertical-align:		middle;
	}

.box img.thumbnail {
	border:				7pt solid #000000;
	float:				left;
	margin:				0 15pt 5pt 0;
}

ul.references li img {
	float:				left;
	margin:				0 24pt 24pt 0;
}
	
#logo_sticker_print {
	float:				right;
	height:				2.5cm;
	margin:				2.5cm 0 24pt 0;
	width:				4.51cm;
	}

#logo_sticker_screen {
	display:			none;
	}

/*	Miscellaneous layout controls */

.clear {
	clear:				both;
}

.float_left {
	float:				left;
}

.float_right {
	float:				right;
}

hr {
	background-color	#ffffff;
	border:				none;
	color:				#ffffff;
	clear:				both;
	margin:				0 0 0 0;
	padding:			0 0 0 0;
}

.indent115 {
	margin-left:		6cm;
}

.print {
	display:			block;
}

.screen {
	display:			none;
}
