.samstyle {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; font-variant: normal; color: #990000; background-color: #FFFFFF;  text-transform: none}
.samstylesmall { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; background-color: #FFFFFF; ; text-transform: none; line-height: 12pt; cursor: crosshair}
.samstylesmallblue { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; background-color: #FFFFFF;  text-transform: none; line-height: normal}
.bigblulink { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; font-variant: normal; color: #003366; background-color: #FFFFFF; cursor: hand; text-transform: none ; }
.samstylesmallblueCopy { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: normal; font-variant: normal; color: #000000;  cursor: hand; text-transform: none; line-height: normal }
.notblack { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: normal; font-variant: normal; color: #000066;  cursor: hand; text-transform: none; line-height: 13pt; background-color: #FFCC00}
.fineorange { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: normal; font-variant: normal; color: #000066; background-color: #FFFFFF;  cursor: hand; text-transform: none; line-height: normal }
.samstylesmallblueCopy2 { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; font-variant: normal; color: #003366; background-color: #FFFFFF;  text-transform: none; line-height: normal}

.helveticabold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 90%;
	text-transform: none;
	
}
.helveticaboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
}
.container {
0px;0px;0px;
	width: auto;
	background: none;
	background-image:none; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	
}

.textbox {
	padding:5px;
	font-style:normal;
	margin:5px;


	width:auto

	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight: normal;
	font-size:90%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	lineheight:110%;
	text-decoration:none;
	
	
}
	
.textboxright {
	
	padding:5px;
	font-style:italic;
	margin:5px;
	width:auto;
	height:auto
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
	font-weight: normal;
	border-width: thin;
	
	border-style: none;
	
}	
}
.bold {
	font-weight: bold;
	font-style: italic;
}
.bigger {
	font-size: 120%;
}
