/* Carl Bennett website CSS definitions. */
/* Revised: 9 December 2023. */



/* Global definitions. */

body {
	font-family : Georgia, Times Roman, serif;
	font-size : 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
	color: #666666
}

hr {
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid gray;
}

a:link  { 
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none
}

a:hover {
	color: #000000;
	font-weight : bold;
	background-color: transparent;
	text-decoration: underline
}

a:active {
	color: #000000;
	font-weight : bold;
	background-color: transparent;
	text-decoration: underline
}

a:visited {
	color: #444444;
	font-weight : bold;
	background-color: transparent;
	text-decoration: none
}

/* End global definitions. */



/* Table definitions. */

.imageInsert { 
	margin-top: 0;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
}

/* End table definitions. */



/* Text definitions. */

.head-headline {
	font-family : Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size : 24px;
	font-weight : bold;
	font-style: normal;
	line-height: 26px;
	color : #666666;
	background-color : transparent
}

.head-headlineSmall {
	font-family : Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size : 18px;
	font-weight : bold;
	font-style: normal;
	line-height: 20px;
	color : #666666;
	background-color : transparent
}

.head-subhead {
	font-family : Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style: normal;
	line-height: 18px;
	text-align : center
}

.head-deck {
	font-family : Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-size : 13px;
	font-weight: normal;
	font-style : italic;
	line-height: 12px;
	text-align : center
}

.text-subhead {
	font-family : Georgia, Times Roman, serif;
  font-size : 15px;
	font-weight : bold
	-font-style: normal;
	line-height: 17px;
}

.text-larger {
	font-family : Georgia, Times Roman, serif;
  font-size : 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 19px;
	color : #666666;
	background-color : transparent
}

.text-large {
	font-family : Georgia, Times Roman, serif;
  font-size : 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color : #666666;
	background-color : transparent
}

.text-standard {
	font-family : Georgia, Times Roman, serif;
  font-size : 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
}

.text-small {
	font-family : Georgia, Times Roman, serif;
  font-size : 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
}

.text-tiny {
	font-family : Georgia, Times Roman, serif;
  font-size : 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
}

/* End text definitions. */



/* End CSS definitions. */


























