@charset "utf-8";
/* CSS Document */

/* link attributes */
a 		{ color: #23018E; text-decoration: none; }
a:hover	{ color: #745AC7; text-decoration: underline; }
a:visited	{ color: #745AC7; text-decoration: underline; }

/* heading attributes */
h1 {
	margin: 0px;
	line-height: normal;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #022b94;
	padding-top: 6px;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
	font-weight: lighter;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #022b94;
	padding-top: 6px;
	padding-bottom: 8px;
	letter-spacing: 0.05em;
	font-weight: lighter;
}

h3 {
	margin: 0px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #022b94;
	padding-top: 4px;
	padding-bottom: 6px;
}

h4 {
	margin: 0px;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #022b94;
	padding-top: 4px;
	padding-bottom: 6px;
}

h5 {
	margin: 0px;
	line-height: normal;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #022b94;
	padding-top: 4px;
	padding-bottom: 6px;
}

h6 {
	margin: 0px;
	line-height: normal;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #022b94;
	padding-top: 4px;
	padding-bottom: 6px;
}



/* image attributes */
.image-pad-left {
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.image-pad-right {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.image-pad-more-left {
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.image-pad-more-right {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.image-border-blue { border: 1px solid #2d3f66; padding: 3px; }
.image-border-lightblue { border: 1px solid #6880b3; padding: 3px; }
.image-border-brown { border: 1px solid #634813; padding: 3px; }
.image-border-lightgray { border: 1px solid #cccccc; padding: 3px; }

/* spacing - padding type adjustments to anything */
.spacing-top-bottom-0 { padding-top: 0px; padding-bottom: 0px;}
.spacing-top-bottom-6 { padding-top: 6px; padding-bottom: 6px;}
.spacing-top-bottom-12 { padding-top: 12px; padding-bottom: 12px;}
.spacing-top-bottom-24 { padding-top: 24px; padding-bottom: 24px;}

/* font attributes - styles */
.text-normal { font-style: normal; }
.text-italic { font-style:italic; }
.text-bold { font-weight:bold; }
.text-bolder { font-weight:bolder }
.text-underline { text-decoration:underline }

/* font captions */
.text-capt-blue  {
	font-size:small;
	color:#01298b;
	font-style: italic;
	font-weight: bold;
}
.text-capt-black { font-size:small; color:#333333 }

/* font attributes - sizes */
.text-xsmall {font-size:x-small }
.text-small { font-size:small }
.text-medium { font-size:medium }
.text-large { font-size:large }
.text-larger { font-size:larger }
.text-xlarge { font-size:x-large }
.text-xxlarge {font-size:xx-large }

/* font attributes - sizes */
.text-Arial { font-family: Arial, Helvetica, sans-serif; }
.text-TimesNewRoman { font:"Times New Roman", Times, serif; }
.text-Verdana { font:Verdana, Arial, Helvetica, sans-serif; }

/* font attributes - align */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* font attributes - special */
.text-strikethrough { text-decoration:line-through }
.text-overline { text-decoration:overline }
.text-blink { text-decoration:blink }
.text-highlight-yellow { background-color: #FFFF99; }
.text-highlight-blue { color: #ffffff; background-color: #6880b3; }
.text-border-lightblue { border: 1px solid #6880b3; }
.text-border-blue { border: 1px solid #2d3f66; }
.text-border-brown { border: 1px solid #634813; }

/* font color */
.text-color-blue { color: #2d3f66; }
.text-color-lightblue { color: #6880b3; }
.text-color-brown { color: #634813; }
.text-color-lightbrown { color: #99783a;}
.text-color-white { color: #FFFFFF }
.text-color-black { color:#000 }
.text-color-darkgray { color:#333333 }
.text-color-gray { color:#666666 } 
.text-color-ltgray { color:#CCCCCC }

/* text offset from left */
.text-offset-18 { padding-left: 18px; }
.text-offset-24 {	padding-left: 24px; }
.text-offset-48 {	padding-left: 48px; }
.text-offset-48 {	padding-left: 48px; }
.text-offset-64 {	padding-left: 64px; }

/* TABLES styles */

table.photo_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #634813;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 6px;
}
table.photo_right td {
	padding: 2px;
	text-align: center;
}

table.photo_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #634813;
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 0px;
}
table.photo_left td {
	padding: 2px;
	text-align: center;
}
