/* CSS Document */
body {
	padding: 0;
	margin: 10;
}

a:link {
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #4E70B8;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #949FF1;
	text-decoration: none;
}
.heading-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.header-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}
.text-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: lighter;

}
.text-larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.heading-timesroman {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.text-timesroman {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.bullet-1 {
	list-style-type: square;
}
.benedictscript {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
	line-height: 18pt;
	color: #333333;
}
.booktitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.text-small-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	font-weight: bold;
}
.text-large-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: bold;
}
