@charset "UTF-8";
html, body, ul, ol, li, p, h1,      {
margin: 0;
padding: 0;
border: 0;
}


/**********************************************************************************************************************/

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/body_bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

p {
	text-indent: 0px;
}

h1 {
font-size: 110%;
color: #044c86;
margin: 0px;
}

h2 {
font-size: 100%;
color: #044c86;
margin: 0px;
}

h3 {
	font-size: 150%;
	color: #044c86;
	margin: 0px;
}

h4 {
font-size: 80%;
color: #044c86;
margin: 0px;
}

h5 {
font-size: 70%;
color: #044c86;
margin: 0px;
}

h6 {
font-size: 80%;
color: #044c86;
margin: 0px;
}


/**********************************************************************************************************************/


/* these are the parent links */
a:link {
	color: #044c86;
	text-decoration: underline;
	font-size: 100%;
}

a:visited {
	color: #044c86;
	font-size: 100%;
}

a:hover {
color: #FF0000;
}

.clearit {
clear: both;
}


/**********************************************************************************************************************/


/* these are the borders that encase every page of the website */
#wrapper {
	overflow: hidden;
	width: 900px;
	float: left;
}

#wrapperoutside {
	width: 900px;
	position: relative;
	background: #FFFFFF;
}

#internalwrapper{}


/**********************************************************************************************************************/


/* forms */
input, textarea {
	border: 1px solid #999999;
	margin: 1px;
	padding: 1px;
	background-color: #FFFFFF;
}

#login {
	font-size: 70%;
	float: right;
	clear: right;
	width: 448px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


/**********************************************************************************************************************/


/* div that encases top area just below the blue bar */
#toparea {
	width: 800px;
	float: left;
	margin-left: 6px;
	margin-top: 6px;
	height: 50px;
}


/**********************************************************************************************************************/


/* div that encases logo, 3 main sections and search */
#toparea2 {
	width: 910px;
	float: left;
	margin-left: 6px;
	height: 150px;
}


/**********************************************************************************************************************/


/* style switchers, shopping cart and print button */
#fontosizer {
	font-size: 70%;
	float: right;
	clear: right;
	padding-top: 6px;
	padding-right: 140px;
}


/**********************************************************************************************************************/


/* center of page */
#designcontainer {
	width: 620px;
	float: right;
}


/**********************************************************************************************************************/


/* left menu container */
#leftmenucontainer {
	width: 136px;
	color: #CC0000;
	padding-top: 6px;
	float: left;
	margin-top: 20px;
	padding-left: 14px;
}


/**********************************************************************************************************************/
/* MENU - these are the styles for the left menu */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 90%;
}

#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	float: left;
}

#menu {
	font-size: 90%;
	padding-left: 14px;
	width: 156px;
}

#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 10px;
	text-align: left;
	text-decoration: underline;
	color: #044c86;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	border: 1px solid #999999;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-bottom: 2px;
	padding-top: 8px;
	background-color: #FFFFFF;
}

#menu dd {
	line-height: 130%;
	margin-left: 6px;
	background-color: #FFFFCC;
}

#menu li {
	text-align: left;
	margin-top: 2px;
	padding-top: 3px;
}

#menu li a, #menu dt a {
	color: #044c86;
	display: block;
	border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
color: #FF0000;
}


/**********************************************************************************************************************/
/* MENU - these are the styles for the left menu ONLY ON THE GUESTBOOK PAGE */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 90%;
}

#menu_gst_bk {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	float: left;
}

#menu_gst_bk {
	font-size: 80%;
	width: 156px;
}

#menu_gst_bk dt {
	cursor: pointer;
	height: 20px;
	line-height: 10px;
	text-align: left;
	background: #FFFFFF;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
	text-decoration: underline;
	color: #044c86;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#menu_gst_bk dd {
	line-height: 130%;
}

#menu_gst_bk li {
text-align: left;
background: #fff;
}

#menu_gst_bk li a, #menu_gst_bk dt a {
	color: #044c86;
	display: block;
	border: 0 none;
}

#menu_gst_bk li a:hover, #menu_gst_bk dt a:hover {
color: #FF0000;
}

/**********************************************************************************************************************/
/* MENU - these are the styles for top menu buttons */
#navlist {
float: none;
clear: left;
}

#navlist ul, #navlist li {
display: inline;
margin: 0px;
padding: 0px;
font-size: 85%;
}

#navlist a:link, #navlist a:visited {
	float: left;
	padding-left: 12px;
	text-decoration: underline;
	color: #000000;
	padding-top: 6px;
}

#navlist a:hover {
color: #FF0000;
padding-left: 12px;
background: #FFFFFF;
}

#navlist .bluebold {
}


/**********************************************************************************************************************/


/* the logos go in this container */
#logocontainer {
width: 154px;
float: left;
margin-left: 6px;
}


/**********************************************************************************************************************/


/* drop down search */
#dropdowncontainer {
float: left;
}



/**********************************************************************************************************************/


/* gradated vertical rules */
#vertrule1 {
	width: 1px;
	float: left;
	background: url(../images/vertbar.jpg) no-repeat center;
	height: 120px;
	margin-right: 6px;
}


/**********************************************************************************************************************/


/* these are the four containers across the masthead area */
#boxonecontainer {
	width: 124px;
	height: 130px;
	float: left;
	font-size: 70%;
	text-align: center;
	padding-right: 15px;
	padding-bottom: 12px;
	margin-left: 70px;
}

#boxtwocontainer {
	width: 124px;
	height: 130px;
	float: left;
	font-size: 70%;
	text-align: center;
	padding-bottom: 12px;
}

#boxthreecontainer {
	width: 124px;
	height: 130px;
	float: left;
	font-size: 70%;
	text-align: center;
	padding-right: 3px;
	padding-bottom: 12px;
}

#searchcontainer {
	width: 650px;
	float: right;
	margin-right: 30px;
	padding: 0px;
}


/**********************************************************************************************************************/


/* staff information area */
#staff_searchcontainer {
	width: 150px;
	margin-right: 12px;
}

#staff_membercontainer {
	width: 120px;
	float: right;
	font-size: 70%;
	line-height: 120%;
	font-weight: bold;
}

#staff_membercontainer a {
}

#staffdescrip_right{
	float: right;
	width: 220px;
}

#staffdescrip_left{
	float: left;
	width: 220px;
}

#staffcontent{
	float: right;
	width: 220px;
}

#staffcontent p{
}

#staffcontent h4{
}

#staffcontent li{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	font-style: oblique;
	list-style: disc inside;
}

#staffcontent a{
}


/**********************************************************************************************************************/


.staffimages {
	border: 2px solid #000000;
	background: #FFFFFF;
	margin-bottom: 12px;
}


/**********************************************************************************************************************/


.smallstafftext {
	color: #000000;
	font-size: 95%;
	font-weight: normal;
	line-height: 130%;
}


/**********************************************************************************************************************/


/* location information area */
#location_search {
	clear: none;
}

#location_search .small_red {
	font-size: 70%;
	color: #FF0000;
}

#location_search .small_blue {
	font-size: 70%;
	color: #044c86;
}

#location_search a {
	color: #044c86;
	font-size: 80%;
}


/**********************************************************************************************************************/


#location_membercontainer {
	width: 120px;
	float: right;
	font-size: 70%;
	line-height: 120%;
	font-weight: bold;
}


/**********************************************************************************************************************/


#location_right{
	width: 220px;
	clear: left;
	padding-left: 160px;
}


/**********************************************************************************************************************/


#location_left{
	float: left;
}

#location_left p{
font-size: 85%;
	margin: 0px;
}

#location_left h3{
color: #044c86;
	font-size: 90%;
	margin: 0px;
}

#location_left a{
}


/**********************************************************************************************************************/


#locationcontent{
	margin: 0px;
	padding: 0px;
}


/**********************************************************************************************************************/


.locationimages {
	background: #FFFFFF;
	margin-bottom: 12px;
	border: 1px solid #000000;
}


/**********************************************************************************************************************/

.smalllocationtext {
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}


/**********************************************************************************************************************/


.smalllisttext {
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/**********************************************************************************************************************/
/*OBIT_GUESTBOOK*/
#gst_bk_container {
	margin: 0px;
	width: 600px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#gst_bk_searchcontainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #edf2f7;
}

/**********************************************************************************************************************/
/*OBIT_GUESTBOOK ENTRIES AREA*/
#gst_bk_entries {
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	background: #FFFFFF url(../images/gstbk_art.jpg) no-repeat;
	width: 600px;
	float: left;
	height: 300px;
}

#gst_bk_entries p{
	text-indent: 0px;
	font-size: 80%;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
}

#gst_bk_entries a{
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-size: 80%;
}

#gst_bk_entries h3{
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-size: 110%;
}

#gst_bk_entries h4{
	color: #044c86;
	padding-left: 20px;
	font-size: 90%;
}

#gst_bk_entries h5{
	margin-left: 20px;
	border-top: 1px dotted #000000;
	border-right-color: #ECECEC;
	border-bottom-color: #ECECEC;
	border-left-color: #ECECEC;
	margin-right: 20px;
	padding-top: 5px;
}

#gst_bk_entries .images {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 3px;
	border: 1px solid #000000;
	clear: left;
}

/**********************************************************************************************************************/
/*OBIT_GUESTBOOK COLUMN A*/

#gst_bk_col_a{
	width: 600px;
	margin-bottom: 10px;
	position: center;
}

#gst_bk_col_a p {
	font-size: 130%;
	margin: 0px;
	text-indent: 0px;
	padding-bottom: 6px;
}

#gst_bk_col_a li {
	margin: 0px;
	font-size: 90%;
	font-style: oblique;
	list-style: disc inside;
	padding: 0px;
}

#gst_bk_col_a ol {
	margin: 0px;
	font-size: 90%;
	font-style: oblique;
	list-style: disc inside;
	padding: 0px 0px 0px 0px;
}

#gst_bk_col_a a {
}

#gst_bk_col_a h3 {
	color: #044c86;
	font-size: 130%;
	margin: 0px;
	padding-bottom: 6px;
}

#gst_bk_col_a h4 {
color: #044c86;
font-size: 80%;
margin: 0px;
}

#gst_bk_col_a .small_gray {
	color: #666666;
	font-size: 70%;
	margin: 0px;
}

#gst_bk_col_a .small_blue {
	color: #044c86;
	font-size: 85%;
	margin: 0px;
	font-style: oblique;
	font-weight: bold;
}

#gst_bk_col_a .small {
	font-size: 85%;
}

/**********************************************************************************************************************/
/*OBIT_GUESTBOOK COLUMN B*/

#gst_bk_col_b{
	width: 280px;
	padding: 0px;
	float: right;
	visibility: visible;
	margin: 0px 0px 0px;
	clear: left;
	position: relative;
	overflow: visible;
}

#gst_bk_col_b p {
	font-size: 80%;
	margin: 0px;
	text-indent: 0px;
}

#gst_bk_col_b li {
	margin: 0px;
	font-size: 90%;
	font-style: oblique;
	list-style: disc inside;
	padding: 0px;
}

#gst_bk_col_b ol {
	margin: 0px;
	font-size: 90%;
	font-style: oblique;
	list-style: disc inside;
	padding: 0px 0px 0px 0px;
}

#gst_bk_col_b a {
}

#gst_bk_col_b h3 {
color: #044c86;
font-size: 90%;
margin: 0px;
}

#gst_bk_col_b h4 {
color: #044c86;
font-size: 80%;
margin: 0px;
}

#gst_bk_col_b .small_gray {
	color: #666666;
	font-size: 70%;
	margin: 0px;
}

#gst_bk_col_b .small_blue {
	color: #044c86;
	font-size: 85%;
	margin: 0px;
	font-style: oblique;
	font-weight: bold;
}

#gst_bk_col_b .small {
	font-size: 85%;
}

#gst_bk_col_b .images {
	float: right;
	margin: 0px;
	padding: 3px;
	border: 1px solid #000000;
}


/**********************************************************************************************************************/
/* GUESTBOOK SIGN-UP */
#gst_bk_signup {
	width: 570px;
	background: #FFFFFF url(../images/gstbk_box_right.jpg) repeat-x;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

#gst_bk_signup p{
	text-indent: 0px;
	font-size: 80%;
	margin: 0px 0px 0px 5px;
}

#gst_bk_signup a{
}

#gst_bk_signup h3{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#gst_bk_signup h4{
	margin-left: 5px;
}

/**********************************************************************************************************************/
/* updateable content area */
#edit_content {
	width: 400px;
	padding-left: 14px;
	float: left;
	position: relative;
}

#edit_content_2 {
	width: 600px;
	padding-left: 14px;
	float: left;
	position: relative;
}

#edit_content_right{
	width: 640px;
	padding-left: 14px;
	float: left;
}

#edit_content_right p{
font-size: 85%;
	margin: 0px;
}

#edit_content_right h3{
	color: #044c86;
	margin: 0px;
	font-size: 100.01%;
}

#edit_content_right h4{
	color: #044c86;
	font-size: 80%;
	margin: 0px;
}




/**********************************************************************************************************************/
/* updateable news area */
#recentnewscontainer {
	width: 174px;
	color: #044c86;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 12px;
}


/**********************************************************************************************************************/


/* footer styles */
#footernav {
	width: 900px;
	font-size: 65%;
	color: #666666;
	text-align: center;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
}

#footernav ul, #footernav li {
display: inline;
list-style-type: none;
text-align: center;
padding-right: 5px;
}

#footernav a:hover {
background: #FFFF66;
}


/**********************************************************************************************************************/
/* pictures for body areas */
#contentimagery {
width: 380px;
margin-bottom: 6px;
clear: left;
}


/**********************************************************************************************************************/
#othercontent {
	padding-bottom: 6px;
	margin-bottom: 0px;
	float: left;
	clear: both;
	width: 100%;
}


/**********************************************************************************************************************/
#obitcontent {
	float: left;
	padding-bottom: 6px;
	clear: left;
	margin-bottom: 0px;
	width: 100%;
}


/**********************************************************************************************************************/
#lrg_content_area {
	float: left;
	width: 680px;
	padding-left: 12px;
}

#lrg_content_area p{
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

#lrg_content_area h3{
	color: #044c86;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

#lrg_content_area a{
	font-size: 70%;
}

/**********************************************************************************************************************/
#flashcontent {
	float: left;
	padding-bottom: 6px;
	clear: left;
	margin-bottom: 0px;
}

#flashcontent p{
	margin: 0px;
	padding: 0px;
}

#flashcontent h4{
	color: #044c86;
	font-size: 80%;
	margin: 0px;
}

/**********************************************************************************************************************/
/*FIRST INTRO BOX TEXT*/
#introcontent {
	width: 400px;
	float: left;
	padding-bottom: 6px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#introcontent p {
	font-size: 85%;
	margin: 0px;
}

#introcontent li {
	margin: 0px;
	font-size: 90%;
	font-style: oblique;
	list-style: disc inside;
	padding: 0px;
}

#introcontent ol {
	margin: 0px;
	font-size: 90%;
	font-style: oblique;
	list-style: disc inside;
	padding: 0px 0px 0px 12px;
}

#introcontent a {
}

#introcontent h3 {
color: #044c86;
font-size: 90%;
margin: 0px;
}

#introcontent h4 {
color: #044c86;
font-size: 80%;
margin: 0px;
}

#introcontent .small_gray {
	color: #666666;
	font-size: 70%;
	margin: 0px;
}

#introcontent .small_blue {
	color: #044c86;
	font-size: 85%;
	margin: 0px;
	font-style: oblique;
	font-weight: bold;
}

#introcontent .small {
	font-size: 85%;
}



/**********************************************************************************************************************/
/*SECOND INTRO BOX TEXT*/
#secondarycontent {
	width: 400px;
	float: left;
	clear: left;
	margin-top: 20px;
}

#secondarycontent p{
	font-size: 85%;
	margin: 0px;
}

#secondarycontent a{
}

#secondarycontent h3{
color: #044c86;
font-size: 90%;
margin: 0px;
}

#secondarycontent h4{
color: #044c86;
font-size: 80%;
margin: 0px;
}

#secondarycontent .small_gray{
color: #666666;
	font-size: 70%;
	margin: 0px;
}

#secondarycontent .small_blue{
	color: #044c86;
	font-size: 80%;
	margin: 0px;
	font-weight: bold;
}


/**********************************************************************************************************************/
#googlemapcontent {
}


/**********************************************************************************************************************/


#flash_pdf_container {
	width: 380px;
	float: left;
	clear: left;
	margin-top: 20px;
}


/**********************************************************************************************************************/
/* these are the elements for the right side of the page */
#rightsidecontainer {
	width: 175px;
	float: right;
	margin-right: 70px;
}

/**********************************************************************************************************************/
#quicklinkscontainer {
	width: 210px;
	float: right;
	margin-right: 50px;
}


/**********************************************************************************************************************/
#rightsidecontent1 {
	width: 164px;
	background: #C5E9FF url(images/SideNavGrad2.jpg) repeat-x left bottom;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 12px;
}

#rightsidecontent2 {
	width: 164px;
	background: #C5E9FF url(images/SideNavGrad2.jpg) repeat-x left bottom;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#rightsidecontent3 {
	width: 164px;
	background: #C5E9FF url(images/SideNavGrad2.jpg) repeat-x left bottom;
	margin-top: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}


#rightsidecontent4 {
	width: 164px;
	background: #C5E9FF url(images/SideNavGrad2.jpg) repeat-x left bottom;
	margin-top: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#rightsidecontent5 {
	width: 164px;
	background: #C5E9FF url(images/SideNavGrad2.jpg) repeat-x left bottom;
	margin-top: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}



/**********************************************************************************************************************/
/* photo caption container */
#caption {
width: 380px;
font-size: 90%;
font-style: oblique;
}


/**********************************************************************************************************************/

ol {
	padding-left: 12px;
	margin-top: 3px;
}


li {
	list-style: none;
	padding-bottom: 6px;
	font-size: 100.01%;
	padding-left: 6px;
}


/**********************************************************************************************************************/
.subhead {
	color: #044C86;
	margin-top: 0px;
	font: bold 95% Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}


/**********************************************************************************************************************/
.subhead2 {
color: #044C86;
padding-bottom: 5px;
font: bold 100% Palatino, "Times New Roman", Times, serif;
}


/**********************************************************************************************************************/
/* top area of site */
.bluemainmenu {
height: 20px;
padding-left: 6px;
float: left;
padding-top: 3px;
padding-bottom: 3px;
}


/**********************************************************************************************************************/
#headerblue {
	background: #00539a url(../images/topbar_a.jpg) no-repeat right;
	text-align: left;
	padding-left: 13px;
	height: 20px;
	padding-top: 6px;
	width: 750px;
}


/**********************************************************************************************************************/
.bluetopbar {
	color: #FFFFFF;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.bluetopbar_menu {
	color: #000000;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: left;
	text-decoration: none;
	background: url(../images/topbar_b.jpg) no-repeat fixed right;
}


/**********************************************************************************************************************/
/* Various class styles */
.h3bluetext {
	font-size: 80%;
	color: #044c86;
	font-weight: bold;
}

.h3blueitalic {
color: #044c86;
font: oblique 100% "Times New Roman", Times, serif, Palatino;
}

/**********************************************************************************************************************/
.logoimages {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}



/**********************************************************************************************************************/
.images {
border: 1px solid #000000;
background: #FFFFFF;
padding: 3px;
margin-right: 12px;
margin-bottom: 3px;
margin-top: 3px;
}


/**********************************************************************************************************************/
.boxedtext {
	margin-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}


/**********************************************************************************************************************/
div.image_caption {
	border: 1px solid #000000;
	margin-top: 0.2em;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	min-width: 150px;
	clear: left;
	float: left;
}
div.image_caption p {
	font-style: italic;
	font-size: smaller;
	text-align: left;
	text-indent: 0px;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #044c86;
	clear: left;
	margin: 0px;
	width: 244px;
}

.menu_sub {
	color: #044c86;
	font-weight: bold;
}

.small {
font-size: 70%;
color: #000000;
}

.smallbold {
	font-weight: bold;
	color: #000000;
	font-size: 90%;
}

a:smallred {
color: #CC0000;
font-size: 70%;
font-weight: normal;
}

.smallred {
	color: #FF0000;
	margin-top: 0px;
	font: bold 75% Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

.blockquote {
	color: #044c86;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-right: 0px;
	margin-left: 12px;
	font-size: 120%;
}

.bluebold {
	color: #044C86;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.subheadred {
	color: #FF0000;
	margin-top: 0px;
	font: bold 95% Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

.style4 {
	color: #044c86;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}
tr {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}

.caption {
font-size: 90%;
font-weight: bold;
font-style: oblique;
font-family: "Myriad Pro";
margin-top: 3px;
margin-right: 0em;
margin-bottom: 12px;
margin-left: 0em;
padding: 0em;
}

