/* CSS Document */


/* Basic global styles */
body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a:link {
	color: #007079;
	text-decoration: underline;
	border: 0;
	}
a:visited {
	color:	#007079;
	text-decoration: underline;
	border: 0;
	}

a:hover {
	color:	#003d40;
	text-decoration: underline;
	border: 0;
	}
a:active {
	color:	#003d40;
	text-decoration: underline;
	border: 0;
	}

/* foundation styles */

#print-container {
	width: 700px;
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 35px;
	}
* html #print-container {
	width: 700px; /* ie hack  - Defining width is a MUST to keep it from expanding*/
	max-width: 700px;
	margin: 5px 0 0 35px;
	overflow: auto;
	}
	#print-container p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	maragin-left: 10px;
	}
		
.hide {
	display: none;
}

/* Global classes */
/* text styles */

.purple-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1e144f;
	}
.purple-bold-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1e144f;
	}

.purple-extra-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #1e144f;
	}


.lt-purple-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c2e6e;
	}
.lt-purple-bold-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c2e6e;
	}

.teal-bold-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005a5d;
	}
	
.tan-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #b38850;
	}
.tan-bold-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #b38850;
	}


.bodySmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:bold;
	color: #000;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	color: #000;
}

.booktitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight:bold;
	font-style:italic;
	color: #000;
}

.Spacer45 {
	margin-top:45px;
	}